Uses of Interface
graphql.schema.idl.SchemaDirectiveWiringEnvironment
Packages that use SchemaDirectiveWiringEnvironment
-
Uses of SchemaDirectiveWiringEnvironment in graphql.schema.idl
Classes in graphql.schema.idl that implement SchemaDirectiveWiringEnvironmentModifier and TypeClassDescriptionclass
Methods in graphql.schema.idl that return SchemaDirectiveWiringEnvironmentModifier and TypeMethodDescriptionSchemaGeneratorDirectiveHelper.EnvBuilder.apply
(T outputElement, List<GraphQLDirective> allDirectives, List<GraphQLAppliedDirective> allAppliedDirectives, GraphQLAppliedDirective registeredAppliedDirective, GraphQLDirective registeredDirective) Methods in graphql.schema.idl with parameters of type SchemaDirectiveWiringEnvironmentModifier and TypeMethodDescriptionSchemaGeneratorDirectiveHelper.EnvInvoker.apply
(SchemaDirectiveWiring schemaDirectiveWiring, SchemaDirectiveWiringEnvironment<T> env) CombinedWiringFactory.getSchemaDirectiveWiring
(SchemaDirectiveWiringEnvironment environment) default SchemaDirectiveWiring
WiringFactory.getSchemaDirectiveWiring
(SchemaDirectiveWiringEnvironment environment) Returns aSchemaDirectiveWiring
given the environmentprivate <T extends GraphQLDirectiveContainer>
TSchemaGeneratorDirectiveHelper.invokeWiring
(T element, SchemaGeneratorDirectiveHelper.EnvInvoker<T> invoker, SchemaDirectiveWiring schemaDirectiveWiring, SchemaDirectiveWiringEnvironment<T> env) default GraphQLArgument
SchemaDirectiveWiring.onArgument
(SchemaDirectiveWiringEnvironment<GraphQLArgument> environment) This is called when an argument is encountered, which gives the schema directive a chance to modify the shape and behaviour of that DSL elementdefault GraphQLEnumType
SchemaDirectiveWiring.onEnum
(SchemaDirectiveWiringEnvironment<GraphQLEnumType> environment) This is called when an enum is encountered, which gives the schema directive a chance to modify the shape and behaviour of that DSL elementdefault GraphQLEnumValueDefinition
SchemaDirectiveWiring.onEnumValue
(SchemaDirectiveWiringEnvironment<GraphQLEnumValueDefinition> environment) This is called when an enum value is encountered, which gives the schema directive a chance to modify the shape and behaviour of that DSL elementdefault GraphQLFieldDefinition
SchemaDirectiveWiring.onField
(SchemaDirectiveWiringEnvironment<GraphQLFieldDefinition> environment) This is called when a field is encountered, which gives the schema directive a chance to modify the shape and behaviour of that DSL elementdefault GraphQLInputObjectField
SchemaDirectiveWiring.onInputObjectField
(SchemaDirectiveWiringEnvironment<GraphQLInputObjectField> environment) This is called when an input object field is encountered, which gives the schema directive a chance to modify the shape and behaviour of that DSL elementdefault GraphQLInputObjectType
SchemaDirectiveWiring.onInputObjectType
(SchemaDirectiveWiringEnvironment<GraphQLInputObjectType> environment) This is called when an input object is encountered, which gives the schema directive a chance to modify the shape and behaviour of that DSL elementdefault GraphQLInterfaceType
SchemaDirectiveWiring.onInterface
(SchemaDirectiveWiringEnvironment<GraphQLInterfaceType> environment) This is called when an interface is encountered, which gives the schema directive a chance to modify the shape and behaviour of that DSL elementdefault GraphQLObjectType
SchemaDirectiveWiring.onObject
(SchemaDirectiveWiringEnvironment<GraphQLObjectType> environment) This is called when an object is encountered, which gives the schema directive a chance to modify the shape and behaviour of that DSL elementdefault GraphQLScalarType
SchemaDirectiveWiring.onScalar
(SchemaDirectiveWiringEnvironment<GraphQLScalarType> environment) This is called when a custom scalar is encountered, which gives the schema directive a chance to modify the shape and behaviour of that DSL elementdefault GraphQLUnionType
SchemaDirectiveWiring.onUnion
(SchemaDirectiveWiringEnvironment<GraphQLUnionType> environment) This is called when a union is encountered, which gives the schema directive a chance to modify the shape and behaviour of that DSL elementboolean
CombinedWiringFactory.providesSchemaDirectiveWiring
(SchemaDirectiveWiringEnvironment environment) default boolean
WiringFactory.providesSchemaDirectiveWiring
(SchemaDirectiveWiringEnvironment environment) This is called to ask if this factory can provide a schema directive wiring.