Uses of Interface
graphql.schema.idl.SchemaGeneratorPostProcessing
-
Packages that use SchemaGeneratorPostProcessing Package Description graphql.schema.idl -
-
Uses of SchemaGeneratorPostProcessing in graphql.schema.idl
Fields in graphql.schema.idl with type parameters of type SchemaGeneratorPostProcessing Modifier and Type Field Description private java.util.Collection<SchemaGeneratorPostProcessing>
RuntimeWiring.Builder. schemaGeneratorPostProcessings
private java.util.Collection<SchemaGeneratorPostProcessing>
RuntimeWiring. schemaGeneratorPostProcessings
Methods in graphql.schema.idl that return types with arguments of type SchemaGeneratorPostProcessing Modifier and Type Method Description java.util.Collection<SchemaGeneratorPostProcessing>
RuntimeWiring. getSchemaGeneratorPostProcessings()
Methods in graphql.schema.idl with parameters of type SchemaGeneratorPostProcessing Modifier and Type Method Description RuntimeWiring.Builder
RuntimeWiring.Builder. transformer(SchemaGeneratorPostProcessing schemaGeneratorPostProcessing)
Deprecated.This mechanism can be achieved in a better way viaSchemaTransformer
after the schema is built
-