GraphQL
Table of Contents
Classes
- QueryParamsScalarType
- Defines a custom scalar type for handling JSON objects in GraphQL queries. This is primarily intended to allow arbitrary objects to be passed as arguments to GraphQL queries and mutations. This scalar type should only be used if the schema of the objects is dynamic and cannot be easily represented by a GraphQL input object type.
- Resolver
- Defines a class that maps/resolves GraphQL queries and mutations to the appropriate Model methods.