Graph QLPlugin Client Extension
Properties
Boolean flag indicating whether or not selection of deprecated fields is allowed.
List of custom GraphQL scalar to converter mapping containing information about corresponding Java type and converter that should be used to serialize/deserialize values.
GraphQL server endpoint that will be used to for running introspection queries. Alternatively you can download schema directly from sdlEndpoint or specify local schemaFile.
Target package name to be used for generated classes.
Directory containing GraphQL query files.
List of query files to be processed.
GraphQL schema file. Can be used instead of endpoint or sdlEndpoint.
GraphQL server SDL endpoint that will be used to download schema. Alternatively you can run introspection query against endpoint or specify local schemaFile.
JSON serializer that will be used to generate the data classes.
Opt-in flag to wrap nullable arguments in OptionalInput that supports both null and undefined.