Constant Field Values

Contents

io.leangen.*

  • io.leangen.graphql.annotations.GraphQLArgument 
    Modifier and Type Constant Field Value
    public static final String NULL "\u200b\u202f\ufeff<null>\u200b\u202f\ufeff"
  • io.leangen.graphql.annotations.GraphQLId 
    Modifier and Type Constant Field Value
    public static final String RELAY_ID_FIELD_NAME "id"
  • io.leangen.graphql.annotations.GraphQLInputField 
    Modifier and Type Constant Field Value
    public static final String NULL "\u200b\u202f\ufeff<null>\u200b\u202f\ufeff"
  • io.leangen.graphql.util.GraphQLUtils 
    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 } 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 String NODE "node"
  • io.leangen.graphql.util.ReservedStrings 
    Modifier and Type Constant Field Value
    public static final String NONE "\u200b\u202f\ufeff<none>\u200b\u202f\ufeff"
    public static final String NULL "\u200b\u202f\ufeff<null>\u200b\u202f\ufeff"
  • io.leangen.graphql.util.Urls 
    Modifier and Type Constant Field Value
    public static final String ISSUES "https://github.com/leangen/graphql-spqr/issues"
  • io.leangen.graphql.util.Urls.Errors 
    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 DERIVED_TYPES "https://github.com/leangen/graphql-spqr/wiki/Errors#derived-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"
    public static final String UNRESOLVABLE_SUPER_TYPE "https://github.com/leangen/graphql-spqr/wiki/Errors#unresolvable-super-type"