| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final java.lang.String |
NOT_PROPERLY_ANNOTATION_ERROR |
"The supplied class %s is not annotated with a GraphQLDirectiveDefinition annotation" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final java.lang.String |
NO_VALID_LOCATIONS_DEFINED_ON_DIRECTIVE |
"No valid locations defined on directive" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final java.lang.String |
COULD_NOT_PARSE_ARGUMENT_VALUE_TO_ARGUMENT_TYPE |
"Could not parse argument value to argument type" |
public static final java.lang.String |
DIRECTIVE_ARGUMENT_TYPE_MUST_BE_A_SCALAR |
"Directive argument type must be a scalar!" |
public static final java.lang.String |
NOT_FOUND_IN_DIRECTIVE_REGISTRY_ERROR |
"No directive named %s is found in the directive registry" |
public static final java.lang.String |
TOO_MUCH_ARGUMENTS_ERROR |
"Directive \'%s\' is supplied with more argument values than it supports" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final java.lang.String |
DEFAULT_INPUT_PREFIX |
"Input" |
public static final java.lang.String |
DEFAULT_INPUT_SUFFIX |
"" |