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 TypeClassDescriptionclassMethods 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 SchemaDirectiveWiringWiringFactory.getSchemaDirectiveWiring(SchemaDirectiveWiringEnvironment environment) Returns aSchemaDirectiveWiringgiven the environmentprivate <T extends GraphQLDirectiveContainer>
TSchemaGeneratorDirectiveHelper.invokeWiring(T element, SchemaGeneratorDirectiveHelper.EnvInvoker<T> invoker, SchemaDirectiveWiring schemaDirectiveWiring, SchemaDirectiveWiringEnvironment<T> env) default GraphQLArgumentSchemaDirectiveWiring.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 GraphQLEnumTypeSchemaDirectiveWiring.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 GraphQLEnumValueDefinitionSchemaDirectiveWiring.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 GraphQLFieldDefinitionSchemaDirectiveWiring.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 GraphQLInputObjectFieldSchemaDirectiveWiring.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 GraphQLInputObjectTypeSchemaDirectiveWiring.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 GraphQLInterfaceTypeSchemaDirectiveWiring.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 GraphQLObjectTypeSchemaDirectiveWiring.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 GraphQLScalarTypeSchemaDirectiveWiring.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 GraphQLUnionTypeSchemaDirectiveWiring.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 elementbooleanCombinedWiringFactory.providesSchemaDirectiveWiring(SchemaDirectiveWiringEnvironment environment) default booleanWiringFactory.providesSchemaDirectiveWiring(SchemaDirectiveWiringEnvironment environment) This is called to ask if this factory can provide a schema directive wiring.