B
C
F
G
S
T
S
- setEnableSpringBootIntegration(Boolean) - function in com.auritylab.graphql.kotlin.toolkit.codegen.CodegenOptions
- Describes if the generated code should contain additional code which can be used to simplify usage with the spring boot integration.
- setGenerateAll(Boolean) - function in com.auritylab.graphql.kotlin.toolkit.codegen.CodegenOptions
- Describes if the code shall be generated for all found types, enums, etc.
- setGeneratedBasePackage(String) - function in com.auritylab.graphql.kotlin.toolkit.codegen.CodegenOptions
- Describes the name of the packages which contains all generated code.
- setGeneratedGlobalPrefix(String) - function in com.auritylab.graphql.kotlin.toolkit.codegen.CodegenOptions
- Describes a global prefix for all generated files and classes/enums/etc.
- setGlobalContext(String) - function in com.auritylab.graphql.kotlin.toolkit.codegen.CodegenOptions
- Describes the class which will be used as a global context for all resolvers.