graphql library

Classes

Graphql
An annotation used to specify how a field is serialized for a GraphqlAdapter. Heavily inspired by JsonKey
GraphqlAdapter<_Model extends Model>
Constructors that convert app models to and from REST
GraphqlModel
GraphqlModelDictionary
Associates app models with their GraphqlAdapter
GraphqlProvider
A Provider fetches raw data and creates Models. An app can have many Providers.
GraphqlSerializable
An annotation used to specify a class to generate code for.

Enums

FieldRename
Values for the automatic field renaming behavior for GraphqlSerializable.