Generate Client Parameters
WorkParameters used for generating GraphQL HTTP client.
Properties
Link copied to clipboard
Boolean flag indicating whether to allow selection of deprecated fields.
Link copied to clipboard
Optional list of custom scalars and their mappings to Kotlin types and a target converter.
Link copied to clipboard
Target package for the generated classes.
Link copied to clipboard
Set parser options for processing GraphQL queries and schema definition language documents
Link copied to clipboard
List of query files that will be processed to generate HTTP clients.
Link copied to clipboard
GraphQL schema file path that will be used to generate client code.
Link copied to clipboard
Type of JSON serializer that will be used to generate the data classes.
Link copied to clipboard
Directory where to save the generated source files.
Link copied to clipboard
Explicit opt-in flag to wrap nullable arguments in OptionalInput that supports both null and undefined values.