| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
RELAY_ID_FIELD_NAME |
"id" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
INPUT_SUFFIX |
"Input" |
public static final String |
SCALAR_SUFFIX |
"Scalar" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
TYPE_METADATA_FIELD_NAME |
"_type_" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
BASIC_INTROSPECTION_QUERY |
"{ __schema { queryType { name fields { name type { name kind ofType { name kind fields { name } }}}}}}" |
public static final String |
CLIENT_MUTATION_ID |
"clientMutationId" |
public static final String |
FULL_INTROSPECTION_QUERY |
"query IntrospectionQuery { __schema { queryType { name } mutationType { name } types { ...FullType } directives { name description args { ...InputValue } onOperation onFragment onField } } } 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 String |
NODE |
"node" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
NULL |
"\u200b\u202f\ufeff<null>\u200b\u202f\ufeff" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
ISSUES |
"https://github.com/leangen/graphql-spqr/issues" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
AMBIGUOUS_MEMBER_TYPE |
"https://github.com/leangen/graphql-spqr/wiki/Errors#ambiguous-member-type" |
public static final String |
AMBIGUOUS_PARAMETER_TYPE |
"https://github.com/leangen/graphql-spqr/wiki/Errors#ambiguous-method-parameter-type" |
public static final String |
CONFLICTING_RESOLVER_TYPES |
"https://github.com/leangen/graphql-spqr/wiki/Errors#operation-with-multiple-resolver-methods-of-different-types" |
public static final String |
DYNAMIC_PROXIES |
"https://github.com/leangen/graphql-spqr/wiki/Errors#dynamic-proxies" |
public static final String |
IMPLEMENTATION_CLASS_LOADING_FAILED |
"https://github.com/leangen/graphql-spqr/wiki/Errors#class-loading-issues" |
public static final String |
MISSING_ARGUMENT_NAME |
"https://github.com/leangen/graphql-spqr/wiki/Errors#missing-argument-name" |
public static final String |
NON_UNIQUE_TYPE_NAME |
"https://github.com/leangen/graphql-spqr/wiki/Errors#non-unique-type-name" |
public static final String |
RELAY_CONNECTION_SPEC_VIOLATION |
"https://github.com/leangen/graphql-spqr/wiki/Errors#relay-connection-spec-violation" |
public static final String |
TOP_LEVEL_GENERICS |
"https://github.com/leangen/graphql-spqr/wiki/Errors#generic-top-level-singletons" |
Copyright © 2016–2018. All rights reserved.