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.Methods in graphql.schema.idl that return RuntimeWiringModifier and TypeMethodDescriptionRuntimeWiring.Builder.build()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 TypeMethodDescriptionSchemaTypeChecker.checkTypeRegistry(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 schemastatic 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.