Schemas
Table of Contents
Classes
- GraphQLSchema
- Defines a Schema that represents this API in GraphQL format. This class is used to generate a GraphQL schema file.
- OpenAPISchema
- Defines a class that is used to represent a specific schema for this API. This class is intended to be extended by a child class to implement custom schema definitions using Endpoints, Models and Fields defined in this package.