Uses of Class
graphql.schema.idl.RuntimeWiring
Packages that use RuntimeWiring
-
Uses of RuntimeWiring in graphql.schema.idl
Fields in graphql.schema.idl declared as RuntimeWiringModifier and TypeFieldDescriptionstatic final RuntimeWiring
RuntimeWiring.MOCKED_WIRING
This is a Runtime wiring which provides mocked types resolver and scalars.private final RuntimeWiring
ArgValueOfAllowedTypeChecker.runtimeWiring
private final RuntimeWiring
SchemaDirectiveWiringSchemaGeneratorPostProcessing.runtimeWiring
private final RuntimeWiring
SchemaGeneratorDirectiveHelper.Parameters.runtimeWiring
private final RuntimeWiring
SchemaTypeDirectivesChecker.runtimeWiring
private final RuntimeWiring
SchemaGeneratorHelper.BuildContext.wiring
Methods in graphql.schema.idl that return RuntimeWiringModifier and TypeMethodDescriptionRuntimeWiring.Builder.build()
SchemaGeneratorDirectiveHelper.Parameters.getRuntimeWiring()
(package private) RuntimeWiring
SchemaGeneratorHelper.BuildContext.getWiring()
static RuntimeWiring
EchoingWiringFactory.newEchoingWiring()
static RuntimeWiring
EchoingWiringFactory.newEchoingWiring
(Consumer<RuntimeWiring.Builder> builderConsumer) RuntimeWiring.transform
(Consumer<RuntimeWiring.Builder> builderConsumer) This helps you transform the current RuntimeWiring object into another one by starting a builder with all the current values and allows you to transform it how you want.Methods in graphql.schema.idl with parameters of type RuntimeWiringModifier and TypeMethodDescriptionprivate void
SchemaTypeChecker.checkScalarImplementationsArePresent
(List<GraphQLError> errors, TypeDefinitionRegistry typeRegistry, RuntimeWiring wiring) SchemaTypeChecker.checkTypeRegistry
(TypeDefinitionRegistry typeRegistry, RuntimeWiring wiring) private void
SchemaTypeChecker.checkTypeResolversArePresent
(List<GraphQLError> errors, TypeDefinitionRegistry typeRegistry, RuntimeWiring wiring) SchemaGenerator.makeExecutableSchema
(SchemaGenerator.Options options, TypeDefinitionRegistry typeRegistry, RuntimeWiring wiring) This will take aTypeDefinitionRegistry
and aRuntimeWiring
and put them together to create a executable schema controlled by the provided options.SchemaGenerator.makeExecutableSchema
(TypeDefinitionRegistry typeRegistry, RuntimeWiring wiring) This will take aTypeDefinitionRegistry
and aRuntimeWiring
and put them together to create a executable schemaprivate GraphQLSchema
SchemaGenerator.makeExecutableSchemaImpl
(TypeDefinitionRegistry typeRegistry, RuntimeWiring wiring, Map<String, OperationTypeDefinition> operationTypeDefinitions, SchemaGenerator.Options options) static RuntimeWiring.Builder
RuntimeWiring.newRuntimeWiring
(RuntimeWiring originalRuntimeWiring) static <T extends GraphQLDirectiveContainer>
booleanSchemaGeneratorDirectiveHelper.schemaDirectiveWiringIsRequired
(T directiveContainer, TypeDefinitionRegistry typeRegistry, RuntimeWiring runtimeWiring) This will return true if something in the RuntimeWiring requires aSchemaDirectiveWiring
.Constructors in graphql.schema.idl with parameters of type RuntimeWiringModifierConstructorDescription(package private)
ArgValueOfAllowedTypeChecker
(Directive directive, Node<?> element, String elementName, Argument argument, TypeDefinitionRegistry typeRegistry, RuntimeWiring runtimeWiring) (package private)
BuildContext
(TypeDefinitionRegistry typeRegistry, RuntimeWiring wiring, Map<String, OperationTypeDefinition> operationTypeDefinitions, SchemaGenerator.Options options) (package private)
Parameters
(TypeDefinitionRegistry typeRegistry, RuntimeWiring runtimeWiring, Map<String, Object> context, GraphQLCodeRegistry.Builder codeRegistry) (package private)
Parameters
(TypeDefinitionRegistry typeRegistry, RuntimeWiring runtimeWiring, Map<String, Object> context, GraphQLCodeRegistry.Builder codeRegistry, NodeParentTree<NamedNode<?>> nodeParentTree, GraphqlElementParentTree elementParentTree, GraphQLFieldsContainer fieldsContainer, GraphQLFieldDefinition fieldDefinition) SchemaDirectiveWiringSchemaGeneratorPostProcessing
(TypeDefinitionRegistry typeRegistry, RuntimeWiring runtimeWiring, GraphQLCodeRegistry.Builder codeRegistryBuilder) SchemaTypeDirectivesChecker
(TypeDefinitionRegistry typeRegistry, RuntimeWiring runtimeWiring)