| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
NONE |
"\n\t\t\n\t\t\n\ue000\ue001\ue002\n\t\t\t\t\n" |
public static final String |
NULL |
"\n\t\t\n\t\t\n\ue000\ue001\ue002\ue003\n\t\t\t\t\n" |
| 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 |
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 } } } }" |
Copyright © 2016–2017. All rights reserved.