Uses of Class
graphql.schema.GraphQLTypeVisitorStub
Packages that use GraphQLTypeVisitorStub
Package
Description
-
Uses of GraphQLTypeVisitorStub in graphql.schema
Subclasses of GraphQLTypeVisitorStub in graphql.schemaModifier and TypeClassDescriptionclassThis ensure that all fields have data fetchers and that unions and interfaces have type resolversclassprivate static final class -
Uses of GraphQLTypeVisitorStub in graphql.schema.idl
Subclasses of GraphQLTypeVisitorStub in graphql.schema.idlModifier and TypeClassDescriptionclass -
Uses of GraphQLTypeVisitorStub in graphql.schema.impl
Subclasses of GraphQLTypeVisitorStub in graphql.schema.impl -
Uses of GraphQLTypeVisitorStub in graphql.schema.transform
Subclasses of GraphQLTypeVisitorStub in graphql.schema.transformModifier and TypeClassDescriptionprivate static classprivate static classprivate static classprivate static class -
Uses of GraphQLTypeVisitorStub in graphql.schema.validation
Subclasses of GraphQLTypeVisitorStub in graphql.schema.validationModifier and TypeClassDescriptionclassclassclassclassSchema validation rule ensuring no input type forms an unbroken non-nullable recursion, as such a type would be impossible to satisfyclassSchema validation rule ensuring no input type forms an unbroken non-nullable recursion, as such a type would be impossible to satisfyclassclassThe validation about GraphQLObjectType, GraphQLInterfaceType, GraphQLUnionType, GraphQLEnumType, GraphQLInputObjectType, GraphQLScalarType.classSchema validation rule ensuring object and interface types have all the fields that they need to implement the interfaces they say they implement. -
Uses of GraphQLTypeVisitorStub in graphql.schema.visitor
Subclasses of GraphQLTypeVisitorStub in graphql.schema.visitor