public class ValidationContext
extends java.lang.Object
Constructor and Description |
---|
ValidationContext(GraphQLSchema schema,
Document document) |
Modifier and Type | Method and Description |
---|---|
GraphQLArgument |
getArgument() |
GraphQLDirective |
getDirective() |
Document |
getDocument() |
GraphQLFieldDefinition |
getFieldDef() |
FragmentDefinition |
getFragment(java.lang.String name) |
GraphQLInputType |
getInputType() |
GraphQLOutputType |
getOutputType() |
GraphQLCompositeType |
getParentType() |
java.util.List<java.lang.String> |
getQueryPath() |
GraphQLSchema |
getSchema() |
TraversalContext |
getTraversalContext() |
java.lang.String |
toString() |
public ValidationContext(GraphQLSchema schema, Document document)
public TraversalContext getTraversalContext()
public GraphQLSchema getSchema()
public Document getDocument()
public FragmentDefinition getFragment(java.lang.String name)
public GraphQLCompositeType getParentType()
public GraphQLInputType getInputType()
public GraphQLFieldDefinition getFieldDef()
public GraphQLDirective getDirective()
public GraphQLArgument getArgument()
public GraphQLOutputType getOutputType()
public java.util.List<java.lang.String> getQueryPath()
public java.lang.String toString()
toString
in class java.lang.Object