All Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
TraversalControl |
visitGraphQLArgument(GraphQLArgument node,
TraverserContext<GraphQLSchemaElement> context) |
TraversalControl |
visitGraphQLDirective(GraphQLDirective node,
TraverserContext<GraphQLSchemaElement> context) |
TraversalControl |
visitGraphQLEnumType(GraphQLEnumType node,
TraverserContext<GraphQLSchemaElement> context) |
TraversalControl |
visitGraphQLEnumValueDefinition(GraphQLEnumValueDefinition node,
TraverserContext<GraphQLSchemaElement> context) |
TraversalControl |
visitGraphQLFieldDefinition(GraphQLFieldDefinition node,
TraverserContext<GraphQLSchemaElement> context) |
TraversalControl |
visitGraphQLInputObjectField(GraphQLInputObjectField node,
TraverserContext<GraphQLSchemaElement> context) |
TraversalControl |
visitGraphQLInputObjectType(GraphQLInputObjectType node,
TraverserContext<GraphQLSchemaElement> context) |
TraversalControl |
visitGraphQLInterfaceType(GraphQLInterfaceType node,
TraverserContext<GraphQLSchemaElement> context) |
TraversalControl |
visitGraphQLList(GraphQLList node,
TraverserContext<GraphQLSchemaElement> context) |
TraversalControl |
visitGraphQLNonNull(GraphQLNonNull node,
TraverserContext<GraphQLSchemaElement> context) |
TraversalControl |
visitGraphQLObjectType(GraphQLObjectType node,
TraverserContext<GraphQLSchemaElement> context) |
TraversalControl |
visitGraphQLScalarType(GraphQLScalarType node,
TraverserContext<GraphQLSchemaElement> context) |
protected TraversalControl |
visitGraphQLType(GraphQLSchemaElement node,
TraverserContext<GraphQLSchemaElement> context) |
TraversalControl |
visitGraphQLTypeReference(GraphQLTypeReference node,
TraverserContext<GraphQLSchemaElement> context) |
TraversalControl |
visitGraphQLUnionType(GraphQLUnionType node,
TraverserContext<GraphQLSchemaElement> context) |