All Classes and Interfaces

Class
Description
This class represents a custom scalar, with all the information to allow proper execution of the generated code
Registry for all GraphQLScalarType available.
 
This annotation contains the information for a directive that was applied to a GraphQL item in the GraphQL schema used to generate the code.
List of all directives that apply to this GraphQL type, field or parameter
 
This annotation marks the type, field or method as a non GraphQL one.
This class indicates that this field has at least one input parameter.
This annotation marks all generated classes that are generated to match a GraphQL input type, as defined in the GraphQL schema.
 
This annotation marks all fields in the generated classes, that are non scalar.
 
This annotation marks all generated classes that are queries/mutations/subscription, as defined in the GraphQL schema.
This annotation marks all fields in the generated classes, that are standard GraphQL scalar.
 
A proposed Date scalar, that stores dates in String, formatted as: YYYY-MM-DD
This Scalar is proposed to be used, for integration testing (checks that the plugin correctly manages Custom Scalars, see samples) and with more documentation to help people to create their own Custom Scalar implementations.
A proposed DateTime scalar, that stores dates in String, formatted as: 2019-07-03T20:47:55Z
This Scalar is proposed to be used, for integration testing (checks that the plugin correctly manages Custom Scalars, see samples) and with more documentation to help people to create their own Custom Scalar implementations.
ID are managed as String, on client side.
ID are managed as UUID, on server side.
Useless String scalar.
It's used both as a sample, to be completed by a developper, according to his/her needs, and for the use in some tests of the plugin logic (like in the Shopify sample, to handle (badly) various scalar as based on strings).
It's actually a bad management, as this custom scalars does nothing, but read basic strings.
 
 
List of the three GraphQL kind of requests: query, mutation and subscription
Various methods used by the velocity templates while generating the code.