Class ValidationContext
java.lang.Object
graphql.validation.ValidationContext
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Documentprivate final Map<String, FragmentDefinition> private final GraphQLContextprivate final I18nprivate final GraphQLSchemaprivate final TraversalContext -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate voidgetFragment(String name) getI18n()Creates an I18N message using the key and argumentstoString()
-
Field Details
-
schema
-
document
-
traversalContext
-
fragmentDefinitionMap
-
i18n
-
graphQLContext
-
-
Constructor Details
-
ValidationContext
-
-
Method Details
-
buildFragmentMap
private void buildFragmentMap() -
getTraversalContext
-
getSchema
-
getDocument
-
getFragment
-
getParentType
-
getInputType
-
getDefaultValue
-
getFieldDef
-
getDirective
-
getArgument
-
getOutputType
-
getQueryPath
-
getI18n
-
getGraphQLContext
-
i18n
-
toString
-