Constant Field Values
Contents
io.leangen.*
-
io.leangen.graphql.annotations.GraphQLArgument Modifier and Type Constant Field Value public static final StringNULL"\u200b\u202f\ufeff<null>\u200b\u202f\ufeff" -
io.leangen.graphql.annotations.GraphQLId Modifier and Type Constant Field Value public static final StringRELAY_ID_FIELD_NAME"id" -
io.leangen.graphql.annotations.GraphQLInputField Modifier and Type Constant Field Value public static final StringNULL"\u200b\u202f\ufeff<null>\u200b\u202f\ufeff"
-
io.leangen.graphql.metadata.strategy.type.TypeInfoGenerator Modifier and Type Constant Field Value public static final StringINPUT_SUFFIX"Input"public static final StringSCALAR_SUFFIX"Scalar"
-
io.leangen.graphql.metadata.strategy.value.ValueMapper Modifier and Type Constant Field Value public static final StringTYPE_METADATA_FIELD_NAME"_type_"
-
io.leangen.graphql.util.GraphQLUtils Modifier and Type Constant Field Value public static final StringBASIC_INTROSPECTION_QUERY"{ __schema { queryType { name fields { name type { name kind ofType { name kind fields { name } }}}}}}"public static final StringCLIENT_MUTATION_ID"clientMutationId"public static final StringFULL_INTROSPECTION_QUERY"query IntrospectionQuery { __schema { queryType { name } mutationType { name } types { ...FullType } directives { name description args { ...InputValue } locations isRepeatable } } } fragment FullType on __Type { kind name description fields(includeDeprecated: true) { name description args { ...InputValue } type { ...TypeRef } isDeprecated deprecationReason } inputFields { ...InputValue } interfaces { ...TypeRef } enumValues(includeDeprecated: true) { name description isDeprecated deprecationReason } possibleTypes { ...TypeRef } } fragment InputValue on __InputValue { name description type { ...TypeRef } defaultValue } fragment TypeRef on __Type { kind name ofType { kind name ofType { kind name ofType { kind name } } } }"public static final StringNODE"node" -
io.leangen.graphql.util.ReservedStrings Modifier and Type Constant Field Value public static final StringNONE"\u200b\u202f\ufeff<none>\u200b\u202f\ufeff"public static final StringNULL"\u200b\u202f\ufeff<null>\u200b\u202f\ufeff" -
io.leangen.graphql.util.Urls Modifier and Type Constant Field Value public static final StringISSUES"https://github.com/leangen/graphql-spqr/issues" -
io.leangen.graphql.util.Urls.Errors Modifier and Type Constant Field Value public static final StringAMBIGUOUS_MEMBER_TYPE"https://github.com/leangen/graphql-spqr/wiki/Errors#ambiguous-member-type"public static final StringAMBIGUOUS_PARAMETER_TYPE"https://github.com/leangen/graphql-spqr/wiki/Errors#ambiguous-method-parameter-type"public static final StringCONFLICTING_RESOLVER_TYPES"https://github.com/leangen/graphql-spqr/wiki/Errors#operation-with-multiple-resolver-methods-of-different-types"public static final StringDERIVED_TYPES"https://github.com/leangen/graphql-spqr/wiki/Errors#derived-types"public static final StringDYNAMIC_PROXIES"https://github.com/leangen/graphql-spqr/wiki/Errors#dynamic-proxies"public static final StringIMPLEMENTATION_CLASS_LOADING_FAILED"https://github.com/leangen/graphql-spqr/wiki/Errors#class-loading-issues"public static final StringMISSING_ARGUMENT_NAME"https://github.com/leangen/graphql-spqr/wiki/Errors#missing-argument-name"public static final StringNON_UNIQUE_TYPE_NAME"https://github.com/leangen/graphql-spqr/wiki/Errors#non-unique-type-name"public static final StringRELAY_CONNECTION_SPEC_VIOLATION"https://github.com/leangen/graphql-spqr/wiki/Errors#relay-connection-spec-violation"public static final StringTOP_LEVEL_GENERICS"https://github.com/leangen/graphql-spqr/wiki/Errors#generic-top-level-singletons"public static final StringUNRESOLVABLE_SUPER_TYPE"https://github.com/leangen/graphql-spqr/wiki/Errors#unresolvable-super-type"