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