Skip to content

Instantly share code, notes, and snippets.

@SakuraIsayeki
Created July 3, 2022 08:45
Show Gist options
  • Save SakuraIsayeki/2fd29f0089f078fa72ba8d145506fbe8 to your computer and use it in GitHub Desktop.
Save SakuraIsayeki/2fd29f0089f078fa72ba8d145506fbe8 to your computer and use it in GitHub Desktop.
{
"data": {
"__schema": {
"types": [
{
"name": "__Directive",
"interfaces": [],
"description": "A Directive provides a way to describe alternate runtime execution and type validation behavior in a GraphQL document.\n\nIn some cases, you need to provide options to alter GraphQL\u0027s execution behavior in ways field arguments will not suffice, such as conditionally including or skipping a field. Directives provide this by describing additional information to the executor.",
"kind": "OBJECT",
"enumValues": null,
"fields": [
{
"name": "name",
"description": null,
"type": {
"name": null,
"kind": "NON_NULL",
"ofType": {
"name": "String",
"kind": "SCALAR",
"ofType": null
}
},
"args": []
},
{
"name": "description",
"description": null,
"type": {
"name": "String",
"kind": "SCALAR",
"ofType": null
},
"args": []
},
{
"name": "locations",
"description": null,
"type": {
"name": null,
"kind": "NON_NULL",
"ofType": {
"name": null,
"kind": "LIST",
"ofType": {
"name": null,
"kind": "NON_NULL",
"ofType": {
"name": "__DirectiveLocation",
"kind": "ENUM",
"ofType": null
}
}
}
},
"args": []
},
{
"name": "args",
"description": null,
"type": {
"name": null,
"kind": "NON_NULL",
"ofType": {
"name": null,
"kind": "LIST",
"ofType": {
"name": null,
"kind": "NON_NULL",
"ofType": {
"name": "__InputValue",
"kind": "OBJECT",
"ofType": null
}
}
}
},
"args": []
},
{
"name": "isRepeatable",
"description": null,
"type": {
"name": null,
"kind": "NON_NULL",
"ofType": {
"name": "Boolean",
"kind": "SCALAR",
"ofType": null
}
},
"args": []
}
],
"inputFields": null
},
{
"name": "__DirectiveLocation",
"interfaces": null,
"description": "A Directive can be adjacent to many parts of the GraphQL language, a __DirectiveLocation describes one such possible adjacencies.",
"kind": "ENUM",
"enumValues": [
{
"name": "QUERY"
},
{
"name": "MUTATION"
},
{
"name": "SUBSCRIPTION"
},
{
"name": "FIELD"
},
{
"name": "FRAGMENT_DEFINITION"
},
{
"name": "FRAGMENT_SPREAD"
},
{
"name": "INLINE_FRAGMENT"
},
{
"name": "VARIABLE_DEFINITION"
},
{
"name": "SCHEMA"
},
{
"name": "SCALAR"
},
{
"name": "OBJECT"
},
{
"name": "FIELD_DEFINITION"
},
{
"name": "ARGUMENT_DEFINITION"
},
{
"name": "INTERFACE"
},
{
"name": "UNION"
},
{
"name": "ENUM"
},
{
"name": "ENUM_VALUE"
},
{
"name": "INPUT_OBJECT"
},
{
"name": "INPUT_FIELD_DEFINITION"
}
],
"fields": null,
"inputFields": null
},
{
"name": "__EnumValue",
"interfaces": [],
"description": "One possible value for a given Enum. Enum values are unique values, not a placeholder for a string or numeric value. However an Enum value is returned in a JSON response as a string.",
"kind": "OBJECT",
"enumValues": null,
"fields": [
{
"name": "name",
"description": null,
"type": {
"name": null,
"kind": "NON_NULL",
"ofType": {
"name": "String",
"kind": "SCALAR",
"ofType": null
}
},
"args": []
},
{
"name": "description",
"description": null,
"type": {
"name": "String",
"kind": "SCALAR",
"ofType": null
},
"args": []
},
{
"name": "isDeprecated",
"description": null,
"type": {
"name": null,
"kind": "NON_NULL",
"ofType": {
"name": "Boolean",
"kind": "SCALAR",
"ofType": null
}
},
"args": []
},
{
"name": "deprecationReason",
"description": null,
"type": {
"name": "String",
"kind": "SCALAR",
"ofType": null
},
"args": []
}
],
"inputFields": null
},
{
"name": "__Field",
"interfaces": [],
"description": "Object and Interface types are described by a list of Fields, each of which has a name, potentially a list of arguments, and a return type.",
"kind": "OBJECT",
"enumValues": null,
"fields": [
{
"name": "name",
"description": null,
"type": {
"name": null,
"kind": "NON_NULL",
"ofType": {
"name": "String",
"kind": "SCALAR",
"ofType": null
}
},
"args": []
},
{
"name": "description",
"description": null,
"type": {
"name": "String",
"kind": "SCALAR",
"ofType": null
},
"args": []
},
{
"name": "args",
"description": null,
"type": {
"name": null,
"kind": "NON_NULL",
"ofType": {
"name": null,
"kind": "LIST",
"ofType": {
"name": null,
"kind": "NON_NULL",
"ofType": {
"name": "__InputValue",
"kind": "OBJECT",
"ofType": null
}
}
}
},
"args": []
},
{
"name": "type",
"description": null,
"type": {
"name": null,
"kind": "NON_NULL",
"ofType": {
"name": "__Type",
"kind": "OBJECT",
"ofType": null
}
},
"args": []
},
{
"name": "isDeprecated",
"description": null,
"type": {
"name": null,
"kind": "NON_NULL",
"ofType": {
"name": "Boolean",
"kind": "SCALAR",
"ofType": null
}
},
"args": []
},
{
"name": "deprecationReason",
"description": null,
"type": {
"name": "String",
"kind": "SCALAR",
"ofType": null
},
"args": []
}
],
"inputFields": null
},
{
"name": "__InputValue",
"interfaces": [],
"description": "Arguments provided to Fields or Directives and the input fields of an InputObject are represented as Input Values which describe their type and optionally a default value.",
"kind": "OBJECT",
"enumValues": null,
"fields": [
{
"name": "name",
"description": null,
"type": {
"name": null,
"kind": "NON_NULL",
"ofType": {
"name": "String",
"kind": "SCALAR",
"ofType": null
}
},
"args": []
},
{
"name": "description",
"description": null,
"type": {
"name": "String",
"kind": "SCALAR",
"ofType": null
},
"args": []
},
{
"name": "type",
"description": null,
"type": {
"name": null,
"kind": "NON_NULL",
"ofType": {
"name": "__Type",
"kind": "OBJECT",
"ofType": null
}
},
"args": []
},
{
"name": "defaultValue",
"description": "A GraphQL-formatted string representing the default value for this input value.",
"type": {
"name": "String",
"kind": "SCALAR",
"ofType": null
},
"args": []
}
],
"inputFields": null
},
{
"name": "__Schema",
"interfaces": [],
"description": "A GraphQL Schema defines the capabilities of a GraphQL server. It exposes all available types and directives on the server, as well as the entry points for query, mutation, and subscription operations.",
"kind": "OBJECT",
"enumValues": null,
"fields": [
{
"name": "description",
"description": null,
"type": {
"name": "String",
"kind": "SCALAR",
"ofType": null
},
"args": []
},
{
"name": "types",
"description": "A list of all types supported by this server.",
"type": {
"name": null,
"kind": "NON_NULL",
"ofType": {
"name": null,
"kind": "LIST",
"ofType": {
"name": null,
"kind": "NON_NULL",
"ofType": {
"name": "__Type",
"kind": "OBJECT",
"ofType": null
}
}
}
},
"args": []
},
{
"name": "queryType",
"description": "The type that query operations will be rooted at.",
"type": {
"name": null,
"kind": "NON_NULL",
"ofType": {
"name": "__Type",
"kind": "OBJECT",
"ofType": null
}
},
"args": []
},
{
"name": "mutationType",
"description": "If this server supports mutation, the type that mutation operations will be rooted at.",
"type": {
"name": "__Type",
"kind": "OBJECT",
"ofType": null
},
"args": []
},
{
"name": "subscriptionType",
"description": "If this server support subscription, the type that subscription operations will be rooted at.",
"type": {
"name": "__Type",
"kind": "OBJECT",
"ofType": null
},
"args": []
},
{
"name": "directives",
"description": "A list of all directives supported by this server.",
"type": {
"name": null,
"kind": "NON_NULL",
"ofType": {
"name": null,
"kind": "LIST",
"ofType": {
"name": null,
"kind": "NON_NULL",
"ofType": {
"name": "__Directive",
"kind": "OBJECT",
"ofType": null
}
}
}
},
"args": []
}
],
"inputFields": null
},
{
"name": "__Type",
"interfaces": [],
"description": "The fundamental unit of any GraphQL Schema is the type. There are many kinds of types in GraphQL as represented by the \u0060__TypeKind\u0060 enum.\n\nDepending on the kind of a type, certain fields describe information about that type. Scalar types provide no information beyond a name and description, while Enum types provide their values. Object and Interface types provide the fields they describe. Abstract types, Union and Interface, provide the Object types possible at runtime. List and NonNull types compose other types.",
"kind": "OBJECT",
"enumValues": null,
"fields": [
{
"name": "kind",
"description": null,
"type": {
"name": null,
"kind": "NON_NULL",
"ofType": {
"name": "__TypeKind",
"kind": "ENUM",
"ofType": null
}
},
"args": []
},
{
"name": "name",
"description": null,
"type": {
"name": "String",
"kind": "SCALAR",
"ofType": null
},
"args": []
},
{
"name": "description",
"description": null,
"type": {
"name": "String",
"kind": "SCALAR",
"ofType": null
},
"args": []
},
{
"name": "fields",
"description": null,
"type": {
"name": null,
"kind": "LIST",
"ofType": {
"name": null,
"kind": "NON_NULL",
"ofType": {
"name": "__Field",
"kind": "OBJECT",
"ofType": null
}
}
},
"args": [
{
"name": "includeDeprecated",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Boolean",
"description": "The \u0060Boolean\u0060 scalar type represents \u0060true\u0060 or \u0060false\u0060.",
"ofType": null
}
}
]
},
{
"name": "interfaces",
"description": null,
"type": {
"name": null,
"kind": "LIST",
"ofType": {
"name": null,
"kind": "NON_NULL",
"ofType": {
"name": "__Type",
"kind": "OBJECT",
"ofType": null
}
}
},
"args": []
},
{
"name": "possibleTypes",
"description": null,
"type": {
"name": null,
"kind": "LIST",
"ofType": {
"name": null,
"kind": "NON_NULL",
"ofType": {
"name": "__Type",
"kind": "OBJECT",
"ofType": null
}
}
},
"args": []
},
{
"name": "enumValues",
"description": null,
"type": {
"name": null,
"kind": "LIST",
"ofType": {
"name": null,
"kind": "NON_NULL",
"ofType": {
"name": "__EnumValue",
"kind": "OBJECT",
"ofType": null
}
}
},
"args": [
{
"name": "includeDeprecated",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Boolean",
"description": "The \u0060Boolean\u0060 scalar type represents \u0060true\u0060 or \u0060false\u0060.",
"ofType": null
}
}
]
},
{
"name": "inputFields",
"description": null,
"type": {
"name": null,
"kind": "LIST",
"ofType": {
"name": null,
"kind": "NON_NULL",
"ofType": {
"name": "__InputValue",
"kind": "OBJECT",
"ofType": null
}
}
},
"args": []
},
{
"name": "ofType",
"description": null,
"type": {
"name": "__Type",
"kind": "OBJECT",
"ofType": null
},
"args": []
},
{
"name": "specifiedByURL",
"description": "\u0060specifiedByURL\u0060 may return a String (in the form of a URL) for custom scalars, otherwise it will return \u0060null\u0060.",
"type": {
"name": "String",
"kind": "SCALAR",
"ofType": null
},
"args": []
}
],
"inputFields": null
},
{
"name": "__TypeKind",
"interfaces": null,
"description": "An enum describing what kind of type a given \u0060__Type\u0060 is.",
"kind": "ENUM",
"enumValues": [
{
"name": "SCALAR"
},
{
"name": "OBJECT"
},
{
"name": "INTERFACE"
},
{
"name": "UNION"
},
{
"name": "ENUM"
},
{
"name": "INPUT_OBJECT"
},
{
"name": "LIST"
},
{
"name": "NON_NULL"
}
],
"fields": null,
"inputFields": null
},
{
"name": "UnsignedLong",
"interfaces": null,
"description": "The UnsignedLong scalar type represents a unsigned 64-bit numeric non-fractional value greater than or equal to 0.",
"kind": "SCALAR",
"enumValues": null,
"fields": null,
"inputFields": null
},
{
"name": "String",
"interfaces": null,
"description": "The \u0060String\u0060 scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.",
"kind": "SCALAR",
"enumValues": null,
"fields": null,
"inputFields": null
},
{
"name": "Boolean",
"interfaces": null,
"description": "The \u0060Boolean\u0060 scalar type represents \u0060true\u0060 or \u0060false\u0060.",
"kind": "SCALAR",
"enumValues": null,
"fields": null,
"inputFields": null
},
{
"name": "Int",
"interfaces": null,
"description": "The \u0060Int\u0060 scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.",
"kind": "SCALAR",
"enumValues": null,
"fields": null,
"inputFields": null
},
{
"name": "Query",
"interfaces": [],
"description": "GraphQL query for fetching trustlist user records.",
"kind": "OBJECT",
"enumValues": null,
"fields": [
{
"name": "entries",
"description": "Fetches trustlist entries",
"type": {
"name": null,
"kind": "LIST",
"ofType": {
"name": "TrustlistEntry",
"kind": "OBJECT",
"ofType": null
}
},
"args": [
{
"name": "where",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
"name": "TrustlistEntryFilterInput",
"description": null,
"ofType": null
}
},
{
"name": "order",
"description": null,
"type": {
"kind": "LIST",
"name": null,
"description": null,
"ofType": {
"name": null,
"kind": "NON_NULL",
"ofType": {
"name": "TrustlistEntrySortInput",
"kind": "INPUT_OBJECT",
"ofType": null
}
}
}
}
]
},
{
"name": "emitters",
"description": "Fetches trustlist emitters",
"type": {
"name": null,
"kind": "LIST",
"ofType": {
"name": "Emitter",
"kind": "OBJECT",
"ofType": null
}
},
"args": [
{
"name": "where",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
"name": "EmitterFilterInput",
"description": null,
"ofType": null
}
},
{
"name": "order",
"description": null,
"type": {
"kind": "LIST",
"name": null,
"description": null,
"ofType": {
"name": null,
"kind": "NON_NULL",
"ofType": {
"name": "EmitterSortInput",
"kind": "INPUT_OBJECT",
"ofType": null
}
}
}
}
]
}
],
"inputFields": null
},
{
"name": "TrustlistEntryFilterInput",
"interfaces": null,
"description": null,
"kind": "INPUT_OBJECT",
"enumValues": null,
"fields": null,
"inputFields": [
{
"name": "and",
"description": null,
"type": {
"name": null,
"kind": "LIST",
"ofType": {
"name": null,
"kind": "NON_NULL",
"ofType": {
"name": "TrustlistEntryFilterInput",
"kind": "INPUT_OBJECT",
"ofType": null
}
}
}
},
{
"name": "or",
"description": null,
"type": {
"name": null,
"kind": "LIST",
"ofType": {
"name": null,
"kind": "NON_NULL",
"ofType": {
"name": "TrustlistEntryFilterInput",
"kind": "INPUT_OBJECT",
"ofType": null
}
}
}
},
{
"name": "id",
"description": null,
"type": {
"name": "ComparableGuidOperationFilterInput",
"kind": "INPUT_OBJECT",
"ofType": null
}
},
{
"name": "userId",
"description": null,
"type": {
"name": "ComparableUInt64OperationFilterInput",
"kind": "INPUT_OBJECT",
"ofType": null
}
},
{
"name": "entryAt",
"description": null,
"type": {
"name": "ComparableDateTimeOperationFilterInput",
"kind": "INPUT_OBJECT",
"ofType": null
}
},
{
"name": "lastEscalated",
"description": null,
"type": {
"name": "ComparableDateTimeOperationFilterInput",
"kind": "INPUT_OBJECT",
"ofType": null
}
},
{
"name": "escalationLevel",
"description": null,
"type": {
"name": "ComparableByteOperationFilterInput",
"kind": "INPUT_OBJECT",
"ofType": null
}
},
{
"name": "escalationNote",
"description": null,
"type": {
"name": "StringOperationFilterInput",
"kind": "INPUT_OBJECT",
"ofType": null
}
},
{
"name": "emitterId",
"description": null,
"type": {
"name": "StringOperationFilterInput",
"kind": "INPUT_OBJECT",
"ofType": null
}
},
{
"name": "emitter",
"description": null,
"type": {
"name": "EmitterFilterInput",
"kind": "INPUT_OBJECT",
"ofType": null
}
}
]
},
{
"name": "TrustlistEntrySortInput",
"interfaces": null,
"description": null,
"kind": "INPUT_OBJECT",
"enumValues": null,
"fields": null,
"inputFields": [
{
"name": "id",
"description": null,
"type": {
"name": "SortEnumType",
"kind": "ENUM",
"ofType": null
}
},
{
"name": "userId",
"description": null,
"type": {
"name": "SortEnumType",
"kind": "ENUM",
"ofType": null
}
},
{
"name": "entryAt",
"description": null,
"type": {
"name": "SortEnumType",
"kind": "ENUM",
"ofType": null
}
},
{
"name": "lastEscalated",
"description": null,
"type": {
"name": "SortEnumType",
"kind": "ENUM",
"ofType": null
}
},
{
"name": "escalationLevel",
"description": null,
"type": {
"name": "SortEnumType",
"kind": "ENUM",
"ofType": null
}
},
{
"name": "escalationNote",
"description": null,
"type": {
"name": "SortEnumType",
"kind": "ENUM",
"ofType": null
}
},
{
"name": "emitterId",
"description": null,
"type": {
"name": "SortEnumType",
"kind": "ENUM",
"ofType": null
}
},
{
"name": "emitter",
"description": null,
"type": {
"name": "EmitterSortInput",
"kind": "INPUT_OBJECT",
"ofType": null
}
}
]
},
{
"name": "EmitterFilterInput",
"interfaces": null,
"description": null,
"kind": "INPUT_OBJECT",
"enumValues": null,
"fields": null,
"inputFields": [
{
"name": "and",
"description": null,
"type": {
"name": null,
"kind": "LIST",
"ofType": {
"name": null,
"kind": "NON_NULL",
"ofType": {
"name": "EmitterFilterInput",
"kind": "INPUT_OBJECT",
"ofType": null
}
}
}
},
{
"name": "or",
"description": null,
"type": {
"name": null,
"kind": "LIST",
"ofType": {
"name": null,
"kind": "NON_NULL",
"ofType": {
"name": "EmitterFilterInput",
"kind": "INPUT_OBJECT",
"ofType": null
}
}
}
},
{
"name": "login",
"description": null,
"type": {
"name": "StringOperationFilterInput",
"kind": "INPUT_OBJECT",
"ofType": null
}
},
{
"name": "emitterType",
"description": null,
"type": {
"name": "EmitterTypeOperationFilterInput",
"kind": "INPUT_OBJECT",
"ofType": null
}
},
{
"name": "snowflake",
"description": null,
"type": {
"name": "ComparableUInt64OperationFilterInput",
"kind": "INPUT_OBJECT",
"ofType": null
}
},
{
"name": "displayName",
"description": null,
"type": {
"name": "StringOperationFilterInput",
"kind": "INPUT_OBJECT",
"ofType": null
}
}
]
},
{
"name": "EmitterSortInput",
"interfaces": null,
"description": null,
"kind": "INPUT_OBJECT",
"enumValues": null,
"fields": null,
"inputFields": [
{
"name": "login",
"description": null,
"type": {
"name": "SortEnumType",
"kind": "ENUM",
"ofType": null
}
},
{
"name": "emitterType",
"description": null,
"type": {
"name": "SortEnumType",
"kind": "ENUM",
"ofType": null
}
},
{
"name": "snowflake",
"description": null,
"type": {
"name": "SortEnumType",
"kind": "ENUM",
"ofType": null
}
},
{
"name": "displayName",
"description": null,
"type": {
"name": "SortEnumType",
"kind": "ENUM",
"ofType": null
}
}
]
},
{
"name": "ComparableGuidOperationFilterInput",
"interfaces": null,
"description": null,
"kind": "INPUT_OBJECT",
"enumValues": null,
"fields": null,
"inputFields": [
{
"name": "eq",
"description": null,
"type": {
"name": "UUID",
"kind": "SCALAR",
"ofType": null
}
},
{
"name": "neq",
"description": null,
"type": {
"name": "UUID",
"kind": "SCALAR",
"ofType": null
}
},
{
"name": "in",
"description": null,
"type": {
"name": null,
"kind": "LIST",
"ofType": {
"name": null,
"kind": "NON_NULL",
"ofType": {
"name": "UUID",
"kind": "SCALAR",
"ofType": null
}
}
}
},
{
"name": "nin",
"description": null,
"type": {
"name": null,
"kind": "LIST",
"ofType": {
"name": null,
"kind": "NON_NULL",
"ofType": {
"name": "UUID",
"kind": "SCALAR",
"ofType": null
}
}
}
},
{
"name": "gt",
"description": null,
"type": {
"name": "UUID",
"kind": "SCALAR",
"ofType": null
}
},
{
"name": "ngt",
"description": null,
"type": {
"name": "UUID",
"kind": "SCALAR",
"ofType": null
}
},
{
"name": "gte",
"description": null,
"type": {
"name": "UUID",
"kind": "SCALAR",
"ofType": null
}
},
{
"name": "ngte",
"description": null,
"type": {
"name": "UUID",
"kind": "SCALAR",
"ofType": null
}
},
{
"name": "lt",
"description": null,
"type": {
"name": "UUID",
"kind": "SCALAR",
"ofType": null
}
},
{
"name": "nlt",
"description": null,
"type": {
"name": "UUID",
"kind": "SCALAR",
"ofType": null
}
},
{
"name": "lte",
"description": null,
"type": {
"name": "UUID",
"kind": "SCALAR",
"ofType": null
}
},
{
"name": "nlte",
"description": null,
"type": {
"name": "UUID",
"kind": "SCALAR",
"ofType": null
}
}
]
},
{
"name": "ComparableUInt64OperationFilterInput",
"interfaces": null,
"description": null,
"kind": "INPUT_OBJECT",
"enumValues": null,
"fields": null,
"inputFields": [
{
"name": "eq",
"description": null,
"type": {
"name": "UnsignedLong",
"kind": "SCALAR",
"ofType": null
}
},
{
"name": "neq",
"description": null,
"type": {
"name": "UnsignedLong",
"kind": "SCALAR",
"ofType": null
}
},
{
"name": "in",
"description": null,
"type": {
"name": null,
"kind": "LIST",
"ofType": {
"name": null,
"kind": "NON_NULL",
"ofType": {
"name": "UnsignedLong",
"kind": "SCALAR",
"ofType": null
}
}
}
},
{
"name": "nin",
"description": null,
"type": {
"name": null,
"kind": "LIST",
"ofType": {
"name": null,
"kind": "NON_NULL",
"ofType": {
"name": "UnsignedLong",
"kind": "SCALAR",
"ofType": null
}
}
}
},
{
"name": "gt",
"description": null,
"type": {
"name": "UnsignedLong",
"kind": "SCALAR",
"ofType": null
}
},
{
"name": "ngt",
"description": null,
"type": {
"name": "UnsignedLong",
"kind": "SCALAR",
"ofType": null
}
},
{
"name": "gte",
"description": null,
"type": {
"name": "UnsignedLong",
"kind": "SCALAR",
"ofType": null
}
},
{
"name": "ngte",
"description": null,
"type": {
"name": "UnsignedLong",
"kind": "SCALAR",
"ofType": null
}
},
{
"name": "lt",
"description": null,
"type": {
"name": "UnsignedLong",
"kind": "SCALAR",
"ofType": null
}
},
{
"name": "nlt",
"description": null,
"type": {
"name": "UnsignedLong",
"kind": "SCALAR",
"ofType": null
}
},
{
"name": "lte",
"description": null,
"type": {
"name": "UnsignedLong",
"kind": "SCALAR",
"ofType": null
}
},
{
"name": "nlte",
"description": null,
"type": {
"name": "UnsignedLong",
"kind": "SCALAR",
"ofType": null
}
}
]
},
{
"name": "ComparableDateTimeOperationFilterInput",
"interfaces": null,
"description": null,
"kind": "INPUT_OBJECT",
"enumValues": null,
"fields": null,
"inputFields": [
{
"name": "eq",
"description": null,
"type": {
"name": "DateTime",
"kind": "SCALAR",
"ofType": null
}
},
{
"name": "neq",
"description": null,
"type": {
"name": "DateTime",
"kind": "SCALAR",
"ofType": null
}
},
{
"name": "in",
"description": null,
"type": {
"name": null,
"kind": "LIST",
"ofType": {
"name": null,
"kind": "NON_NULL",
"ofType": {
"name": "DateTime",
"kind": "SCALAR",
"ofType": null
}
}
}
},
{
"name": "nin",
"description": null,
"type": {
"name": null,
"kind": "LIST",
"ofType": {
"name": null,
"kind": "NON_NULL",
"ofType": {
"name": "DateTime",
"kind": "SCALAR",
"ofType": null
}
}
}
},
{
"name": "gt",
"description": null,
"type": {
"name": "DateTime",
"kind": "SCALAR",
"ofType": null
}
},
{
"name": "ngt",
"description": null,
"type": {
"name": "DateTime",
"kind": "SCALAR",
"ofType": null
}
},
{
"name": "gte",
"description": null,
"type": {
"name": "DateTime",
"kind": "SCALAR",
"ofType": null
}
},
{
"name": "ngte",
"description": null,
"type": {
"name": "DateTime",
"kind": "SCALAR",
"ofType": null
}
},
{
"name": "lt",
"description": null,
"type": {
"name": "DateTime",
"kind": "SCALAR",
"ofType": null
}
},
{
"name": "nlt",
"description": null,
"type": {
"name": "DateTime",
"kind": "SCALAR",
"ofType": null
}
},
{
"name": "lte",
"description": null,
"type": {
"name": "DateTime",
"kind": "SCALAR",
"ofType": null
}
},
{
"name": "nlte",
"description": null,
"type": {
"name": "DateTime",
"kind": "SCALAR",
"ofType": null
}
}
]
},
{
"name": "ComparableByteOperationFilterInput",
"interfaces": null,
"description": null,
"kind": "INPUT_OBJECT",
"enumValues": null,
"fields": null,
"inputFields": [
{
"name": "eq",
"description": null,
"type": {
"name": "Byte",
"kind": "SCALAR",
"ofType": null
}
},
{
"name": "neq",
"description": null,
"type": {
"name": "Byte",
"kind": "SCALAR",
"ofType": null
}
},
{
"name": "in",
"description": null,
"type": {
"name": null,
"kind": "LIST",
"ofType": {
"name": null,
"kind": "NON_NULL",
"ofType": {
"name": "Byte",
"kind": "SCALAR",
"ofType": null
}
}
}
},
{
"name": "nin",
"description": null,
"type": {
"name": null,
"kind": "LIST",
"ofType": {
"name": null,
"kind": "NON_NULL",
"ofType": {
"name": "Byte",
"kind": "SCALAR",
"ofType": null
}
}
}
},
{
"name": "gt",
"description": null,
"type": {
"name": "Byte",
"kind": "SCALAR",
"ofType": null
}
},
{
"name": "ngt",
"description": null,
"type": {
"name": "Byte",
"kind": "SCALAR",
"ofType": null
}
},
{
"name": "gte",
"description": null,
"type": {
"name": "Byte",
"kind": "SCALAR",
"ofType": null
}
},
{
"name": "ngte",
"description": null,
"type": {
"name": "Byte",
"kind": "SCALAR",
"ofType": null
}
},
{
"name": "lt",
"description": null,
"type": {
"name": "Byte",
"kind": "SCALAR",
"ofType": null
}
},
{
"name": "nlt",
"description": null,
"type": {
"name": "Byte",
"kind": "SCALAR",
"ofType": null
}
},
{
"name": "lte",
"description": null,
"type": {
"name": "Byte",
"kind": "SCALAR",
"ofType": null
}
},
{
"name": "nlte",
"description": null,
"type": {
"name": "Byte",
"kind": "SCALAR",
"ofType": null
}
}
]
},
{
"name": "StringOperationFilterInput",
"interfaces": null,
"description": null,
"kind": "INPUT_OBJECT",
"enumValues": null,
"fields": null,
"inputFields": [
{
"name": "and",
"description": null,
"type": {
"name": null,
"kind": "LIST",
"ofType": {
"name": null,
"kind": "NON_NULL",
"ofType": {
"name": "StringOperationFilterInput",
"kind": "INPUT_OBJECT",
"ofType": null
}
}
}
},
{
"name": "or",
"description": null,
"type": {
"name": null,
"kind": "LIST",
"ofType": {
"name": null,
"kind": "NON_NULL",
"ofType": {
"name": "StringOperationFilterInput",
"kind": "INPUT_OBJECT",
"ofType": null
}
}
}
},
{
"name": "eq",
"description": null,
"type": {
"name": "String",
"kind": "SCALAR",
"ofType": null
}
},
{
"name": "neq",
"description": null,
"type": {
"name": "String",
"kind": "SCALAR",
"ofType": null
}
},
{
"name": "contains",
"description": null,
"type": {
"name": "String",
"kind": "SCALAR",
"ofType": null
}
},
{
"name": "ncontains",
"description": null,
"type": {
"name": "String",
"kind": "SCALAR",
"ofType": null
}
},
{
"name": "in",
"description": null,
"type": {
"name": null,
"kind": "LIST",
"ofType": {
"name": "String",
"kind": "SCALAR",
"ofType": null
}
}
},
{
"name": "nin",
"description": null,
"type": {
"name": null,
"kind": "LIST",
"ofType": {
"name": "String",
"kind": "SCALAR",
"ofType": null
}
}
},
{
"name": "startsWith",
"description": null,
"type": {
"name": "String",
"kind": "SCALAR",
"ofType": null
}
},
{
"name": "nstartsWith",
"description": null,
"type": {
"name": "String",
"kind": "SCALAR",
"ofType": null
}
},
{
"name": "endsWith",
"description": null,
"type": {
"name": "String",
"kind": "SCALAR",
"ofType": null
}
},
{
"name": "nendsWith",
"description": null,
"type": {
"name": "String",
"kind": "SCALAR",
"ofType": null
}
}
]
},
{
"name": "SortEnumType",
"interfaces": null,
"description": null,
"kind": "ENUM",
"enumValues": [
{
"name": "ASC"
},
{
"name": "DESC"
}
],
"fields": null,
"inputFields": null
},
{
"name": "EmitterTypeOperationFilterInput",
"interfaces": null,
"description": null,
"kind": "INPUT_OBJECT",
"enumValues": null,
"fields": null,
"inputFields": [
{
"name": "eq",
"description": null,
"type": {
"name": "EmitterType",
"kind": "ENUM",
"ofType": null
}
},
{
"name": "neq",
"description": null,
"type": {
"name": "EmitterType",
"kind": "ENUM",
"ofType": null
}
},
{
"name": "in",
"description": null,
"type": {
"name": null,
"kind": "LIST",
"ofType": {
"name": null,
"kind": "NON_NULL",
"ofType": {
"name": "EmitterType",
"kind": "ENUM",
"ofType": null
}
}
}
},
{
"name": "nin",
"description": null,
"type": {
"name": null,
"kind": "LIST",
"ofType": {
"name": null,
"kind": "NON_NULL",
"ofType": {
"name": "EmitterType",
"kind": "ENUM",
"ofType": null
}
}
}
}
]
},
{
"name": "TrustlistEntry",
"interfaces": [],
"description": null,
"kind": "OBJECT",
"enumValues": null,
"fields": [
{
"name": "id",
"description": null,
"type": {
"name": null,
"kind": "NON_NULL",
"ofType": {
"name": "UUID",
"kind": "SCALAR",
"ofType": null
}
},
"args": []
},
{
"name": "userId",
"description": null,
"type": {
"name": null,
"kind": "NON_NULL",
"ofType": {
"name": "UnsignedLong",
"kind": "SCALAR",
"ofType": null
}
},
"args": []
},
{
"name": "entryAt",
"description": null,
"type": {
"name": null,
"kind": "NON_NULL",
"ofType": {
"name": "DateTime",
"kind": "SCALAR",
"ofType": null
}
},
"args": []
},
{
"name": "lastEscalated",
"description": null,
"type": {
"name": null,
"kind": "NON_NULL",
"ofType": {
"name": "DateTime",
"kind": "SCALAR",
"ofType": null
}
},
"args": []
},
{
"name": "escalationLevel",
"description": null,
"type": {
"name": null,
"kind": "NON_NULL",
"ofType": {
"name": "Byte",
"kind": "SCALAR",
"ofType": null
}
},
"args": []
},
{
"name": "escalationNote",
"description": null,
"type": {
"name": null,
"kind": "NON_NULL",
"ofType": {
"name": "String",
"kind": "SCALAR",
"ofType": null
}
},
"args": []
},
{
"name": "emitterId",
"description": null,
"type": {
"name": null,
"kind": "NON_NULL",
"ofType": {
"name": "String",
"kind": "SCALAR",
"ofType": null
}
},
"args": []
},
{
"name": "emitter",
"description": null,
"type": {
"name": "Emitter",
"kind": "OBJECT",
"ofType": null
},
"args": []
}
],
"inputFields": null
},
{
"name": "Emitter",
"interfaces": [],
"description": null,
"kind": "OBJECT",
"enumValues": null,
"fields": [
{
"name": "login",
"description": null,
"type": {
"name": null,
"kind": "NON_NULL",
"ofType": {
"name": "String",
"kind": "SCALAR",
"ofType": null
}
},
"args": []
},
{
"name": "emitterType",
"description": null,
"type": {
"name": null,
"kind": "NON_NULL",
"ofType": {
"name": "EmitterType",
"kind": "ENUM",
"ofType": null
}
},
"args": []
},
{
"name": "snowflake",
"description": null,
"type": {
"name": null,
"kind": "NON_NULL",
"ofType": {
"name": "UnsignedLong",
"kind": "SCALAR",
"ofType": null
}
},
"args": []
},
{
"name": "displayName",
"description": null,
"type": {
"name": null,
"kind": "NON_NULL",
"ofType": {
"name": "String",
"kind": "SCALAR",
"ofType": null
}
},
"args": []
}
],
"inputFields": null
},
{
"name": "UUID",
"interfaces": null,
"description": null,
"kind": "SCALAR",
"enumValues": null,
"fields": null,
"inputFields": null
},
{
"name": "DateTime",
"interfaces": null,
"description": "The \u0060DateTime\u0060 scalar represents an ISO-8601 compliant date time type.",
"kind": "SCALAR",
"enumValues": null,
"fields": null,
"inputFields": null
},
{
"name": "Byte",
"interfaces": null,
"description": "The \u0060Byte\u0060 scalar type represents non-fractional whole numeric values. Byte can represent values between 0 and 255.",
"kind": "SCALAR",
"enumValues": null,
"fields": null,
"inputFields": null
},
{
"name": "EmitterType",
"interfaces": null,
"description": null,
"kind": "ENUM",
"enumValues": [
{
"name": "UNKNOWN"
},
{
"name": "USER"
},
{
"name": "SERVER"
}
],
"fields": null,
"inputFields": null
}
],
"queryType": {
"name": "Query"
},
"mutationType": null,
"subscriptionType": null
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment