t3n/graphql

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

Neos Flow adapter for graphql

2.2.0

Version
2.2.0
Type
neos-package
Release Date
Dec 09, 2020 12:36
Source
git
Distribution
zip
Requires
  • neos/flow: ~6.0
  • t3n/graphql-tools: ~1.0.2
  • php: >=7.2
  • ext-json: *
Requires (dev)
  • t3n/coding-standard: ~1.0.0
5dd406845bff577c5fcdcb66e9e687737c361cb3

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).