Package graphql.schema.visitor
package graphql.schema.visitor
-
ClassDescriptionThis indicates what traversal control to apply during the visitation and can be created via calls to methods like
GraphQLSchemaVisitorEnvironment.ok()
orGraphQLSchemaVisitorEnvironment.changeNode(GraphQLSchemaElement)
sayThis visitor interface offers more "smarts" aboveGraphQLTypeVisitor
and aims to be easier to use with more type safe helpers.AGraphQLSchemaVisitorEnvironment
environment specific toGraphQLAppliedDirectiveArgument
AGraphQLSchemaVisitorEnvironment
environment specific toGraphQLAppliedDirective
AGraphQLSchemaVisitorEnvironment
environment specific toGraphQLArgument
AGraphQLSchemaVisitorEnvironment
environment specific toGraphQLEnumType
AGraphQLSchemaVisitorEnvironment
environment specific toGraphQLEnumValueDefinition
AGraphQLSchemaVisitorEnvironment
environment specific toGraphQLFieldDefinition
AGraphQLSchemaVisitorEnvironment
environment specific toGraphQLInputObjectField
AGraphQLSchemaVisitorEnvironment
environment specific toGraphQLInputObjectType
AGraphQLSchemaVisitorEnvironment
environment specific toGraphQLInterfaceType
AGraphQLSchemaVisitorEnvironment
environment specific toGraphQLObjectType
AGraphQLSchemaVisitorEnvironment
environment specific toGraphQLScalarType
AGraphQLSchemaVisitorEnvironment
environment specific toGraphQLSchemaElement
AGraphQLSchemaVisitorEnvironment
environment specific toGraphQLUnionType