Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 798 Bytes

Endpoint.md

File metadata and controls

26 lines (16 loc) · 798 Bytes

Endpoint

Namespace

App\Boilerplate\GraphQL\Endpoint

Description

This class is an utility giving the developer an actionnable API to create a graphql-php schema resolving endpoint. It was built to wrap-up the common code required to resolve a Schema and interact with a PSR-7 compatible Response.

It can be easily integrated with an MVC application featuring Controllers like SLIM and Symfony, but is quite easy to adapt to any kind of application.

Usages

TODO: Improve this section of the documentation. ( 🚧 WiP )

$endpoint = new Endpoint();
$endpoint->executeSchema($SchemaOptions);