Uses of Class
graphql.schema.GraphQLTypeReference
Packages that use GraphQLTypeReference
-
Uses of GraphQLTypeReference in graphql.schema
Methods in graphql.schema that return GraphQLTypeReferenceModifier and TypeMethodDescriptionstatic GraphQLTypeReferenceA factory method for creating type references so that when used with static imports allows more readable code such as.type(typeRef(GraphQLString))Methods in graphql.schema with parameters of type GraphQLTypeReferenceModifier and TypeMethodDescriptionGraphQLTypeResolvingVisitor.handleTypeReference(GraphQLTypeReference node, TraverserContext<GraphQLSchemaElement> context) GraphQLUnionType.Builder.possibleType(GraphQLTypeReference reference) GraphQLUnionType.Builder.possibleTypes(GraphQLTypeReference... references) GraphQLTypeResolvingVisitor.visitGraphQLTypeReference(GraphQLTypeReference node, TraverserContext<GraphQLSchemaElement> context) GraphQLTypeVisitor.visitGraphQLTypeReference(GraphQLTypeReference node, TraverserContext<GraphQLSchemaElement> context) GraphQLTypeVisitorStub.visitGraphQLTypeReference(GraphQLTypeReference node, TraverserContext<GraphQLSchemaElement> context) GraphQLInterfaceType.Builder.withInterface(GraphQLTypeReference reference) GraphQLObjectType.Builder.withInterface(GraphQLTypeReference reference) GraphQLInterfaceType.Builder.withInterfaces(GraphQLTypeReference... references) GraphQLObjectType.Builder.withInterfaces(GraphQLTypeReference... references) -
Uses of GraphQLTypeReference in graphql.schema.impl
Methods in graphql.schema.impl with parameters of type GraphQLTypeReferenceModifier and TypeMethodDescriptionMultiReadOnlyGraphQLTypeVisitor.visitGraphQLTypeReference(GraphQLTypeReference node, TraverserContext<GraphQLSchemaElement> context)