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 RuntimeWiringRuntimeWiring.MOCKED_WIRINGThis is a Runtime wiring which provides mocked types resolver and scalars.private final RuntimeWiringArgValueOfAllowedTypeChecker.runtimeWiringprivate final RuntimeWiringSchemaDirectiveWiringSchemaGeneratorPostProcessing.runtimeWiringprivate final RuntimeWiringSchemaGeneratorDirectiveHelper.Parameters.runtimeWiringprivate final RuntimeWiringSchemaTypeDirectivesChecker.runtimeWiringprivate final RuntimeWiringSchemaGeneratorHelper.BuildContext.wiringMethods in graphql.schema.idl that return RuntimeWiringModifier and TypeMethodDescriptionRuntimeWiring.Builder.build()SchemaGeneratorDirectiveHelper.Parameters.getRuntimeWiring()(package private) RuntimeWiringSchemaGeneratorHelper.BuildContext.getWiring()static RuntimeWiringEchoingWiringFactory.newEchoingWiring()static RuntimeWiringEchoingWiringFactory.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 voidSchemaTypeChecker.checkScalarImplementationsArePresent(List<GraphQLError> errors, TypeDefinitionRegistry typeRegistry, RuntimeWiring wiring) SchemaTypeChecker.checkTypeRegistry(TypeDefinitionRegistry typeRegistry, RuntimeWiring wiring) private voidSchemaTypeChecker.checkTypeResolversArePresent(List<GraphQLError> errors, TypeDefinitionRegistry typeRegistry, RuntimeWiring wiring) SchemaGenerator.makeExecutableSchema(SchemaGenerator.Options options, TypeDefinitionRegistry typeRegistry, RuntimeWiring wiring) This will take aTypeDefinitionRegistryand aRuntimeWiringand put them together to create a executable schema controlled by the provided options.SchemaGenerator.makeExecutableSchema(TypeDefinitionRegistry typeRegistry, RuntimeWiring wiring) This will take aTypeDefinitionRegistryand aRuntimeWiringand put them together to create a executable schemaprivate GraphQLSchemaSchemaGenerator.makeExecutableSchemaImpl(TypeDefinitionRegistry typeRegistry, RuntimeWiring wiring, Map<String, OperationTypeDefinition> operationTypeDefinitions, SchemaGenerator.Options options) static RuntimeWiring.BuilderRuntimeWiring.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)