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.
- NativeSchema
- Defines a builtin schema that provides all available metadata for the API. This schema is used to generate a file
containing all the metadata for endpoint, model and field definitions. It is intended to be used by custom
applications that need more context about the API than other schemas can provide.
- 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.