t3n/graphql
composer require t3n/graphql
Neos Flow adapter for graphql
1.2.0
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
ConfigurationIn order to use your GraphQL API endpoint some configuration is necessary.
EndpointsLet'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 same vendor provides 11 package(s).