Graph QLGenerate Test Client Task
Generate GraphQL Kotlin test client and corresponding data classes based on the provided GraphQL queries.
Properties
Boolean flag indicating whether selection of deprecated fields is allowed or not.
List of custom GraphQL scalar converters.
Target package name for generated code.
Directory containing GraphQL queries. Defaults to src/main/resources when generating main sources and src/test/resources when generating test client.
List of query files to be processed. Instead of a list of files to be processed you can also specify queryFileDirectory directory containing all the files. If this property is specified it will take precedence over the corresponding directory property.
GraphQL schema file that will be used to generate client code.
Boolean flag indicating whether to generate shared response types instead of operation-specific duplicates.