t3n/graphql

Last activity 21 Jan 2025 16 8 101932
composer require t3n/graphql

Neos Flow adapter for graphql

dev-master

Version
dev-master
Type
neos-package
Release Date
Jan 21, 2025 15:10
Source
git
Distribution
zip
Requires
  • t3n/graphql-tools: ~1.0.2
  • php: >=7.2
  • ext-json: *
  • neos/flow: ~7.0 || ^8.0 || dev-master
Requires (dev)
  • t3n/coding-standard: ~1.1.0
bd7832db1c88c4f1dc14b92b13ef4a10a7f5edab

Readme excerpt

t3n.GraphQL

Flow Package to add graphql APIs to Neos and Flow that also supports advanced features like schema stitching, validation rules, schema directives and more. This package doesn't provide a GraphQL client to test your API. We suggest to use the GraphlQL Playground

Simply install the package via composer:

composer require "t3n/graphql"

Version 2.x supports neos/flow >= 6.0.0

Configuration

In order to use your GraphQL API endpoint some configuration is necessary.

Endpoints

Let's assume that the API should be accessible under the URL http://localhost/api/my-endpoint.

To make this possible, you first have to add the route to your Route…
Read more

The content of the readme is provided by an external source, which we have no control over. Check out the actual readme at its source.
The same vendor provides 11 package(s).