Package graphql.validation
Class ValidationContext
java.lang.Object
graphql.validation.ValidationContext
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetFragment
(String name) getI18n()
Creates an I18N message using the key and argumentstoString()
-
Constructor Details
-
ValidationContext
-
-
Method Details
-
getTraversalContext
-
getSchema
-
getDocument
-
getFragment
-
getParentType
-
getInputType
-
getDefaultValue
-
getFieldDef
-
getDirective
-
getArgument
-
getOutputType
-
getQueryPath
-
getI18n
-
getGraphQLContext
-
i18n
Creates an I18N message using the key and arguments- Parameters:
msgKey
- the key in the underlying message bundlemsgArgs
- the message arguments- Returns:
- the formatted I18N message
-
toString
-