wwwision/graphql
composer require wwwision/graphql
Base package to create GraphQL endpoints with Flow
1.0.0
Readme excerpt
Wwwision.GraphQLEasily create GraphQL APIs with Neos and Flow.
BackgroundThis package is a small collection of tools that'll make it easier to provide GraphQL endpoints with Neos and Flow. It is a wrapper for the PHP port of webonyx that comes with following additions:
- A TypeResolver that allows for easy interdependency between complex GraphQL type definitions
- The AccessibleObject and IterableAccessibleObject wrappers that make it possible to expose arbitrary objects to the GraphQL API
- A StandardController that renders the GraphQL Playground and acts as dispatcher for API calls
- A HTTP Component that responds to OPTIONS requests correctly (…
Read more
The same vendor provides 31 package(s).