GraphQL Framework
Overview
- Schema Generator: to generate files to be consumed by the Webonyx GraphQL library.
- Controllers: Classes which are consumed by the framework to resolve GraphQL queries.
- Entry Point: Translates entry data to be consumed by the underlying library, and return the underlying library result as properly formatted data according to the input source.
See Getting Started for a guide on how to set it up.