Constant Field Values
Contents
graphql.annotations.*
-
graphql.annotations.processor.GraphQLAnnotations Modifier and Type Constant Field Value public static final java.lang.StringNOT_PROPERLY_ANNOTATION_ERROR"The supplied class %s is not annotated with a GraphQLDirectiveDefinition annotation"
-
graphql.annotations.processor.directives.DirectiveCreator Modifier and Type Constant Field Value public static final java.lang.StringNO_VALID_LOCATIONS_DEFINED_ON_DIRECTIVE"No valid locations defined on directive"
-
graphql.annotations.processor.retrievers.fieldBuilders.DirectivesBuilder Modifier and Type Constant Field Value public static final java.lang.StringCOULD_NOT_PARSE_ARGUMENT_VALUE_TO_ARGUMENT_TYPE"Could not parse argument value to argument type"public static final java.lang.StringDIRECTIVE_ARGUMENT_TYPE_MUST_BE_A_SCALAR"Directive argument type must be a scalar!"public static final java.lang.StringNOT_FOUND_IN_DIRECTIVE_REGISTRY_ERROR"No directive named %s is found in the directive registry"public static final java.lang.StringTOO_MUCH_ARGUMENTS_ERROR"Directive \'%s\' is supplied with more argument values than it supports"
-
graphql.annotations.processor.util.InputPropertiesUtil Modifier and Type Constant Field Value public static final java.lang.StringDEFAULT_INPUT_PREFIX"Input"public static final java.lang.StringDEFAULT_INPUT_SUFFIX""