6867 lines
199 KiB
JSON
6867 lines
199 KiB
JSON
{
|
|
"__schema": {
|
|
"queryType": {
|
|
"name": "query_root"
|
|
},
|
|
"mutationType": {
|
|
"name": "mutation_root"
|
|
},
|
|
"subscriptionType": {
|
|
"name": "subscription_root"
|
|
},
|
|
"types": [
|
|
{
|
|
"kind": "SCALAR",
|
|
"name": "Boolean",
|
|
"description": "The `Boolean` scalar type represents `true` or `false`.",
|
|
"fields": null,
|
|
"inputFields": null,
|
|
"interfaces": null,
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "Boolean_comparison_exp",
|
|
"description": "Boolean expression to compare columns of type \"Boolean\". All fields are combined with logical 'AND'.",
|
|
"fields": null,
|
|
"inputFields": [
|
|
{
|
|
"name": "_eq",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Boolean",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "_gt",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Boolean",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "_gte",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Boolean",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "_in",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "Boolean",
|
|
"ofType": null
|
|
}
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "_is_null",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Boolean",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "_lt",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Boolean",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "_lte",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Boolean",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "_neq",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Boolean",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "_nin",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "Boolean",
|
|
"ofType": null
|
|
}
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"interfaces": null,
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "SCALAR",
|
|
"name": "Int",
|
|
"description": "The `Int` scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.",
|
|
"fields": null,
|
|
"inputFields": null,
|
|
"interfaces": null,
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "LoginInput",
|
|
"description": null,
|
|
"fields": null,
|
|
"inputFields": [
|
|
{
|
|
"name": "password",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "username",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"interfaces": null,
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "OBJECT",
|
|
"name": "LoginOutput",
|
|
"description": null,
|
|
"fields": [
|
|
{
|
|
"name": "access_token",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "expires_in",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "refresh_expires_in",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "refresh_token",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "scope",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "session_state",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "token_type",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"inputFields": null,
|
|
"interfaces": [],
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"description": "The `String` 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.",
|
|
"fields": null,
|
|
"inputFields": null,
|
|
"interfaces": null,
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "String_comparison_exp",
|
|
"description": "Boolean expression to compare columns of type \"String\". All fields are combined with logical 'AND'.",
|
|
"fields": null,
|
|
"inputFields": [
|
|
{
|
|
"name": "_eq",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "_gt",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "_gte",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "_ilike",
|
|
"description": "does the column match the given case-insensitive pattern",
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "_in",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
}
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "_iregex",
|
|
"description": "does the column match the given POSIX regular expression, case insensitive",
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "_is_null",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Boolean",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "_like",
|
|
"description": "does the column match the given pattern",
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "_lt",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "_lte",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "_neq",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "_nilike",
|
|
"description": "does the column NOT match the given case-insensitive pattern",
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "_nin",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
}
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "_niregex",
|
|
"description": "does the column NOT match the given POSIX regular expression, case insensitive",
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "_nlike",
|
|
"description": "does the column NOT match the given pattern",
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "_nregex",
|
|
"description": "does the column NOT match the given POSIX regular expression, case sensitive",
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "_nsimilar",
|
|
"description": "does the column NOT match the given SQL regular expression",
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "_regex",
|
|
"description": "does the column match the given POSIX regular expression, case sensitive",
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "_similar",
|
|
"description": "does the column match the given SQL regular expression",
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"interfaces": null,
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "OBJECT",
|
|
"name": "__Directive",
|
|
"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's 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.",
|
|
"fields": [
|
|
{
|
|
"name": "name",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "description",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "isRepeatable",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "Boolean",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "locations",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "ENUM",
|
|
"name": "__DirectiveLocation",
|
|
"ofType": null
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "args",
|
|
"description": null,
|
|
"args": [
|
|
{
|
|
"name": "includeDeprecated",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Boolean",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": "false",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "__InputValue",
|
|
"ofType": null
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"inputFields": null,
|
|
"interfaces": [],
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "ENUM",
|
|
"name": "__DirectiveLocation",
|
|
"description": "A Directive can be adjacent to many parts of the GraphQL language, a __DirectiveLocation describes one such possible adjacencies.",
|
|
"fields": null,
|
|
"inputFields": null,
|
|
"interfaces": null,
|
|
"enumValues": [
|
|
{
|
|
"name": "QUERY",
|
|
"description": "Location adjacent to a query operation.",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "MUTATION",
|
|
"description": "Location adjacent to a mutation operation.",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "SUBSCRIPTION",
|
|
"description": "Location adjacent to a subscription operation.",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "FIELD",
|
|
"description": "Location adjacent to a field.",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "FRAGMENT_DEFINITION",
|
|
"description": "Location adjacent to a fragment definition.",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "FRAGMENT_SPREAD",
|
|
"description": "Location adjacent to a fragment spread.",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "INLINE_FRAGMENT",
|
|
"description": "Location adjacent to an inline fragment.",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "VARIABLE_DEFINITION",
|
|
"description": "Location adjacent to a variable definition.",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "SCHEMA",
|
|
"description": "Location adjacent to a schema definition.",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "SCALAR",
|
|
"description": "Location adjacent to a scalar definition.",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "OBJECT",
|
|
"description": "Location adjacent to an object type definition.",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "FIELD_DEFINITION",
|
|
"description": "Location adjacent to a field definition.",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "ARGUMENT_DEFINITION",
|
|
"description": "Location adjacent to an argument definition.",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "INTERFACE",
|
|
"description": "Location adjacent to an interface definition.",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "UNION",
|
|
"description": "Location adjacent to a union definition.",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "ENUM",
|
|
"description": "Location adjacent to an enum definition.",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "ENUM_VALUE",
|
|
"description": "Location adjacent to an enum value definition.",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "INPUT_OBJECT",
|
|
"description": "Location adjacent to an input object type definition.",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "INPUT_FIELD_DEFINITION",
|
|
"description": "Location adjacent to an input object field definition.",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "OBJECT",
|
|
"name": "__EnumValue",
|
|
"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.",
|
|
"fields": [
|
|
{
|
|
"name": "name",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "description",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "isDeprecated",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "Boolean",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "deprecationReason",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"inputFields": null,
|
|
"interfaces": [],
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "OBJECT",
|
|
"name": "__Field",
|
|
"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.",
|
|
"fields": [
|
|
{
|
|
"name": "name",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "description",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "args",
|
|
"description": null,
|
|
"args": [
|
|
{
|
|
"name": "includeDeprecated",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Boolean",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": "false",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "__InputValue",
|
|
"ofType": null
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "type",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "__Type",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "isDeprecated",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "Boolean",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "deprecationReason",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"inputFields": null,
|
|
"interfaces": [],
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "OBJECT",
|
|
"name": "__InputValue",
|
|
"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.",
|
|
"fields": [
|
|
{
|
|
"name": "name",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "description",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "type",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "__Type",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "defaultValue",
|
|
"description": "A GraphQL-formatted string representing the default value for this input value.",
|
|
"args": [],
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "isDeprecated",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "Boolean",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "deprecationReason",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"inputFields": null,
|
|
"interfaces": [],
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "OBJECT",
|
|
"name": "__Schema",
|
|
"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.",
|
|
"fields": [
|
|
{
|
|
"name": "description",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "types",
|
|
"description": "A list of all types supported by this server.",
|
|
"args": [],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "__Type",
|
|
"ofType": null
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "queryType",
|
|
"description": "The type that query operations will be rooted at.",
|
|
"args": [],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "__Type",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "mutationType",
|
|
"description": "If this server supports mutation, the type that mutation operations will be rooted at.",
|
|
"args": [],
|
|
"type": {
|
|
"kind": "OBJECT",
|
|
"name": "__Type",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "subscriptionType",
|
|
"description": "If this server support subscription, the type that subscription operations will be rooted at.",
|
|
"args": [],
|
|
"type": {
|
|
"kind": "OBJECT",
|
|
"name": "__Type",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "directives",
|
|
"description": "A list of all directives supported by this server.",
|
|
"args": [],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "__Directive",
|
|
"ofType": null
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"inputFields": null,
|
|
"interfaces": [],
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "OBJECT",
|
|
"name": "__Type",
|
|
"description": "The fundamental unit of any GraphQL Schema is the type. There are many kinds of types in GraphQL as represented by the `__TypeKind` enum.\n\nDepending on the kind of a type, certain fields describe information about that type. Scalar types provide no information beyond a name, description and optional `specifiedByURL`, 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.",
|
|
"fields": [
|
|
{
|
|
"name": "kind",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "ENUM",
|
|
"name": "__TypeKind",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "name",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "description",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "specifiedByURL",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "fields",
|
|
"description": null,
|
|
"args": [
|
|
{
|
|
"name": "includeDeprecated",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Boolean",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": "false",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"type": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "__Field",
|
|
"ofType": null
|
|
}
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "interfaces",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "__Type",
|
|
"ofType": null
|
|
}
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "possibleTypes",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "__Type",
|
|
"ofType": null
|
|
}
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "enumValues",
|
|
"description": null,
|
|
"args": [
|
|
{
|
|
"name": "includeDeprecated",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Boolean",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": "false",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"type": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "__EnumValue",
|
|
"ofType": null
|
|
}
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "inputFields",
|
|
"description": null,
|
|
"args": [
|
|
{
|
|
"name": "includeDeprecated",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Boolean",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": "false",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"type": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "__InputValue",
|
|
"ofType": null
|
|
}
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "ofType",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "OBJECT",
|
|
"name": "__Type",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"inputFields": null,
|
|
"interfaces": [],
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "ENUM",
|
|
"name": "__TypeKind",
|
|
"description": "An enum describing what kind of type a given `__Type` is.",
|
|
"fields": null,
|
|
"inputFields": null,
|
|
"interfaces": null,
|
|
"enumValues": [
|
|
{
|
|
"name": "SCALAR",
|
|
"description": "Indicates this type is a scalar.",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "OBJECT",
|
|
"description": "Indicates this type is an object. `fields` and `interfaces` are valid fields.",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "INTERFACE",
|
|
"description": "Indicates this type is an interface. `fields`, `interfaces`, and `possibleTypes` are valid fields.",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "UNION",
|
|
"description": "Indicates this type is a union. `possibleTypes` is a valid field.",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "ENUM",
|
|
"description": "Indicates this type is an enum. `enumValues` is a valid field.",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "INPUT_OBJECT",
|
|
"description": "Indicates this type is an input object. `inputFields` is a valid field.",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "LIST",
|
|
"description": "Indicates this type is a list. `ofType` is a valid field.",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "NON_NULL",
|
|
"description": "Indicates this type is a non-null. `ofType` is a valid field.",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "ENUM",
|
|
"name": "cursor_ordering",
|
|
"description": "ordering argument of a cursor",
|
|
"fields": null,
|
|
"inputFields": null,
|
|
"interfaces": null,
|
|
"enumValues": [
|
|
{
|
|
"name": "ASC",
|
|
"description": "ascending ordering of the cursor",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "DESC",
|
|
"description": "descending ordering of the cursor",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "OBJECT",
|
|
"name": "mutation_root",
|
|
"description": "mutation root",
|
|
"fields": [
|
|
{
|
|
"name": "delete_user",
|
|
"description": "delete data from the table: \"user\"",
|
|
"args": [
|
|
{
|
|
"name": "where",
|
|
"description": "filter the rows which have to be deleted",
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "user_bool_exp",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"type": {
|
|
"kind": "OBJECT",
|
|
"name": "user_mutation_response",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "delete_user_by_pk",
|
|
"description": "delete single row from the table: \"user\"",
|
|
"args": [
|
|
{
|
|
"name": "id",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "uuid",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"type": {
|
|
"kind": "OBJECT",
|
|
"name": "user",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "delete_verification_token",
|
|
"description": "delete data from the table: \"verification_token\"",
|
|
"args": [
|
|
{
|
|
"name": "where",
|
|
"description": "filter the rows which have to be deleted",
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "verification_token_bool_exp",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"type": {
|
|
"kind": "OBJECT",
|
|
"name": "verification_token_mutation_response",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "delete_verification_token_by_pk",
|
|
"description": "delete single row from the table: \"verification_token\"",
|
|
"args": [
|
|
{
|
|
"name": "id",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "uuid",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"type": {
|
|
"kind": "OBJECT",
|
|
"name": "verification_token",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "insert_user",
|
|
"description": "insert data into the table: \"user\"",
|
|
"args": [
|
|
{
|
|
"name": "objects",
|
|
"description": "the rows to be inserted",
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "user_insert_input",
|
|
"ofType": null
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "on_conflict",
|
|
"description": "upsert condition",
|
|
"type": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "user_on_conflict",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"type": {
|
|
"kind": "OBJECT",
|
|
"name": "user_mutation_response",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "insert_user_one",
|
|
"description": "insert a single row into the table: \"user\"",
|
|
"args": [
|
|
{
|
|
"name": "object",
|
|
"description": "the row to be inserted",
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "user_insert_input",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "on_conflict",
|
|
"description": "upsert condition",
|
|
"type": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "user_on_conflict",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"type": {
|
|
"kind": "OBJECT",
|
|
"name": "user",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "insert_verification_token",
|
|
"description": "insert data into the table: \"verification_token\"",
|
|
"args": [
|
|
{
|
|
"name": "objects",
|
|
"description": "the rows to be inserted",
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "verification_token_insert_input",
|
|
"ofType": null
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "on_conflict",
|
|
"description": "upsert condition",
|
|
"type": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "verification_token_on_conflict",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"type": {
|
|
"kind": "OBJECT",
|
|
"name": "verification_token_mutation_response",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "insert_verification_token_one",
|
|
"description": "insert a single row into the table: \"verification_token\"",
|
|
"args": [
|
|
{
|
|
"name": "object",
|
|
"description": "the row to be inserted",
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "verification_token_insert_input",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "on_conflict",
|
|
"description": "upsert condition",
|
|
"type": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "verification_token_on_conflict",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"type": {
|
|
"kind": "OBJECT",
|
|
"name": "verification_token",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "loginAction",
|
|
"description": "Login Action",
|
|
"args": [
|
|
{
|
|
"name": "arg1",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "LoginInput",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"type": {
|
|
"kind": "OBJECT",
|
|
"name": "LoginOutput",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "update_user",
|
|
"description": "update data of the table: \"user\"",
|
|
"args": [
|
|
{
|
|
"name": "_set",
|
|
"description": "sets the columns of the filtered rows to the given values",
|
|
"type": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "user_set_input",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "where",
|
|
"description": "filter the rows which have to be updated",
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "user_bool_exp",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"type": {
|
|
"kind": "OBJECT",
|
|
"name": "user_mutation_response",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "update_user_by_pk",
|
|
"description": "update single row of the table: \"user\"",
|
|
"args": [
|
|
{
|
|
"name": "_set",
|
|
"description": "sets the columns of the filtered rows to the given values",
|
|
"type": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "user_set_input",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "pk_columns",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "user_pk_columns_input",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"type": {
|
|
"kind": "OBJECT",
|
|
"name": "user",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "update_user_many",
|
|
"description": "update multiples rows of table: \"user\"",
|
|
"args": [
|
|
{
|
|
"name": "updates",
|
|
"description": "updates to execute, in order",
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "user_updates",
|
|
"ofType": null
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"type": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "user_mutation_response",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "update_verification_token",
|
|
"description": "update data of the table: \"verification_token\"",
|
|
"args": [
|
|
{
|
|
"name": "_set",
|
|
"description": "sets the columns of the filtered rows to the given values",
|
|
"type": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "verification_token_set_input",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "where",
|
|
"description": "filter the rows which have to be updated",
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "verification_token_bool_exp",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"type": {
|
|
"kind": "OBJECT",
|
|
"name": "verification_token_mutation_response",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "update_verification_token_by_pk",
|
|
"description": "update single row of the table: \"verification_token\"",
|
|
"args": [
|
|
{
|
|
"name": "_set",
|
|
"description": "sets the columns of the filtered rows to the given values",
|
|
"type": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "verification_token_set_input",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "pk_columns",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "verification_token_pk_columns_input",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"type": {
|
|
"kind": "OBJECT",
|
|
"name": "verification_token",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "update_verification_token_many",
|
|
"description": "update multiples rows of table: \"verification_token\"",
|
|
"args": [
|
|
{
|
|
"name": "updates",
|
|
"description": "updates to execute, in order",
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "verification_token_updates",
|
|
"ofType": null
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"type": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "verification_token_mutation_response",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"inputFields": null,
|
|
"interfaces": [],
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "ENUM",
|
|
"name": "order_by",
|
|
"description": "column ordering options",
|
|
"fields": null,
|
|
"inputFields": null,
|
|
"interfaces": null,
|
|
"enumValues": [
|
|
{
|
|
"name": "asc",
|
|
"description": "in ascending order, nulls last",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "asc_nulls_first",
|
|
"description": "in ascending order, nulls first",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "asc_nulls_last",
|
|
"description": "in ascending order, nulls last",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "desc",
|
|
"description": "in descending order, nulls first",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "desc_nulls_first",
|
|
"description": "in descending order, nulls first",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "desc_nulls_last",
|
|
"description": "in descending order, nulls last",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "OBJECT",
|
|
"name": "query_root",
|
|
"description": null,
|
|
"fields": [
|
|
{
|
|
"name": "user",
|
|
"description": "fetch data from the table: \"user\"",
|
|
"args": [
|
|
{
|
|
"name": "distinct_on",
|
|
"description": "distinct select on columns",
|
|
"type": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "ENUM",
|
|
"name": "user_select_column",
|
|
"ofType": null
|
|
}
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "limit",
|
|
"description": "limit the number of rows returned",
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Int",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "offset",
|
|
"description": "skip the first n rows. Use only with order_by",
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Int",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "order_by",
|
|
"description": "sort the rows by one or more columns",
|
|
"type": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "user_order_by",
|
|
"ofType": null
|
|
}
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "where",
|
|
"description": "filter the rows returned",
|
|
"type": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "user_bool_exp",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "user",
|
|
"ofType": null
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "user_aggregate",
|
|
"description": "fetch aggregated fields from the table: \"user\"",
|
|
"args": [
|
|
{
|
|
"name": "distinct_on",
|
|
"description": "distinct select on columns",
|
|
"type": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "ENUM",
|
|
"name": "user_select_column",
|
|
"ofType": null
|
|
}
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "limit",
|
|
"description": "limit the number of rows returned",
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Int",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "offset",
|
|
"description": "skip the first n rows. Use only with order_by",
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Int",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "order_by",
|
|
"description": "sort the rows by one or more columns",
|
|
"type": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "user_order_by",
|
|
"ofType": null
|
|
}
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "where",
|
|
"description": "filter the rows returned",
|
|
"type": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "user_bool_exp",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "user_aggregate",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "user_by_pk",
|
|
"description": "fetch data from the table: \"user\" using primary key columns",
|
|
"args": [
|
|
{
|
|
"name": "id",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "uuid",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"type": {
|
|
"kind": "OBJECT",
|
|
"name": "user",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "verification_token",
|
|
"description": "fetch data from the table: \"verification_token\"",
|
|
"args": [
|
|
{
|
|
"name": "distinct_on",
|
|
"description": "distinct select on columns",
|
|
"type": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "ENUM",
|
|
"name": "verification_token_select_column",
|
|
"ofType": null
|
|
}
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "limit",
|
|
"description": "limit the number of rows returned",
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Int",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "offset",
|
|
"description": "skip the first n rows. Use only with order_by",
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Int",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "order_by",
|
|
"description": "sort the rows by one or more columns",
|
|
"type": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "verification_token_order_by",
|
|
"ofType": null
|
|
}
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "where",
|
|
"description": "filter the rows returned",
|
|
"type": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "verification_token_bool_exp",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "verification_token",
|
|
"ofType": null
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "verification_token_aggregate",
|
|
"description": "fetch aggregated fields from the table: \"verification_token\"",
|
|
"args": [
|
|
{
|
|
"name": "distinct_on",
|
|
"description": "distinct select on columns",
|
|
"type": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "ENUM",
|
|
"name": "verification_token_select_column",
|
|
"ofType": null
|
|
}
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "limit",
|
|
"description": "limit the number of rows returned",
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Int",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "offset",
|
|
"description": "skip the first n rows. Use only with order_by",
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Int",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "order_by",
|
|
"description": "sort the rows by one or more columns",
|
|
"type": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "verification_token_order_by",
|
|
"ofType": null
|
|
}
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "where",
|
|
"description": "filter the rows returned",
|
|
"type": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "verification_token_bool_exp",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "verification_token_aggregate",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "verification_token_by_pk",
|
|
"description": "fetch data from the table: \"verification_token\" using primary key columns",
|
|
"args": [
|
|
{
|
|
"name": "id",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "uuid",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"type": {
|
|
"kind": "OBJECT",
|
|
"name": "verification_token",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"inputFields": null,
|
|
"interfaces": [],
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "OBJECT",
|
|
"name": "subscription_root",
|
|
"description": null,
|
|
"fields": [
|
|
{
|
|
"name": "user",
|
|
"description": "fetch data from the table: \"user\"",
|
|
"args": [
|
|
{
|
|
"name": "distinct_on",
|
|
"description": "distinct select on columns",
|
|
"type": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "ENUM",
|
|
"name": "user_select_column",
|
|
"ofType": null
|
|
}
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "limit",
|
|
"description": "limit the number of rows returned",
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Int",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "offset",
|
|
"description": "skip the first n rows. Use only with order_by",
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Int",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "order_by",
|
|
"description": "sort the rows by one or more columns",
|
|
"type": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "user_order_by",
|
|
"ofType": null
|
|
}
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "where",
|
|
"description": "filter the rows returned",
|
|
"type": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "user_bool_exp",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "user",
|
|
"ofType": null
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "user_aggregate",
|
|
"description": "fetch aggregated fields from the table: \"user\"",
|
|
"args": [
|
|
{
|
|
"name": "distinct_on",
|
|
"description": "distinct select on columns",
|
|
"type": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "ENUM",
|
|
"name": "user_select_column",
|
|
"ofType": null
|
|
}
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "limit",
|
|
"description": "limit the number of rows returned",
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Int",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "offset",
|
|
"description": "skip the first n rows. Use only with order_by",
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Int",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "order_by",
|
|
"description": "sort the rows by one or more columns",
|
|
"type": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "user_order_by",
|
|
"ofType": null
|
|
}
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "where",
|
|
"description": "filter the rows returned",
|
|
"type": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "user_bool_exp",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "user_aggregate",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "user_by_pk",
|
|
"description": "fetch data from the table: \"user\" using primary key columns",
|
|
"args": [
|
|
{
|
|
"name": "id",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "uuid",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"type": {
|
|
"kind": "OBJECT",
|
|
"name": "user",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "user_stream",
|
|
"description": "fetch data from the table in a streaming manner : \"user\"",
|
|
"args": [
|
|
{
|
|
"name": "batch_size",
|
|
"description": "maximum number of rows returned in a single batch",
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "Int",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "cursor",
|
|
"description": "cursor to stream the results returned by the query",
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "user_stream_cursor_input",
|
|
"ofType": null
|
|
}
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "where",
|
|
"description": "filter the rows returned",
|
|
"type": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "user_bool_exp",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "user",
|
|
"ofType": null
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "verification_token",
|
|
"description": "fetch data from the table: \"verification_token\"",
|
|
"args": [
|
|
{
|
|
"name": "distinct_on",
|
|
"description": "distinct select on columns",
|
|
"type": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "ENUM",
|
|
"name": "verification_token_select_column",
|
|
"ofType": null
|
|
}
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "limit",
|
|
"description": "limit the number of rows returned",
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Int",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "offset",
|
|
"description": "skip the first n rows. Use only with order_by",
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Int",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "order_by",
|
|
"description": "sort the rows by one or more columns",
|
|
"type": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "verification_token_order_by",
|
|
"ofType": null
|
|
}
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "where",
|
|
"description": "filter the rows returned",
|
|
"type": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "verification_token_bool_exp",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "verification_token",
|
|
"ofType": null
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "verification_token_aggregate",
|
|
"description": "fetch aggregated fields from the table: \"verification_token\"",
|
|
"args": [
|
|
{
|
|
"name": "distinct_on",
|
|
"description": "distinct select on columns",
|
|
"type": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "ENUM",
|
|
"name": "verification_token_select_column",
|
|
"ofType": null
|
|
}
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "limit",
|
|
"description": "limit the number of rows returned",
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Int",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "offset",
|
|
"description": "skip the first n rows. Use only with order_by",
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Int",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "order_by",
|
|
"description": "sort the rows by one or more columns",
|
|
"type": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "verification_token_order_by",
|
|
"ofType": null
|
|
}
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "where",
|
|
"description": "filter the rows returned",
|
|
"type": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "verification_token_bool_exp",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "verification_token_aggregate",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "verification_token_by_pk",
|
|
"description": "fetch data from the table: \"verification_token\" using primary key columns",
|
|
"args": [
|
|
{
|
|
"name": "id",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "uuid",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"type": {
|
|
"kind": "OBJECT",
|
|
"name": "verification_token",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "verification_token_stream",
|
|
"description": "fetch data from the table in a streaming manner : \"verification_token\"",
|
|
"args": [
|
|
{
|
|
"name": "batch_size",
|
|
"description": "maximum number of rows returned in a single batch",
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "Int",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "cursor",
|
|
"description": "cursor to stream the results returned by the query",
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "verification_token_stream_cursor_input",
|
|
"ofType": null
|
|
}
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "where",
|
|
"description": "filter the rows returned",
|
|
"type": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "verification_token_bool_exp",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "verification_token",
|
|
"ofType": null
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"inputFields": null,
|
|
"interfaces": [],
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "SCALAR",
|
|
"name": "timestamptz",
|
|
"description": null,
|
|
"fields": null,
|
|
"inputFields": null,
|
|
"interfaces": null,
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "timestamptz_comparison_exp",
|
|
"description": "Boolean expression to compare columns of type \"timestamptz\". All fields are combined with logical 'AND'.",
|
|
"fields": null,
|
|
"inputFields": [
|
|
{
|
|
"name": "_eq",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "timestamptz",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "_gt",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "timestamptz",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "_gte",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "timestamptz",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "_in",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "timestamptz",
|
|
"ofType": null
|
|
}
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "_is_null",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Boolean",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "_lt",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "timestamptz",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "_lte",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "timestamptz",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "_neq",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "timestamptz",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "_nin",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "timestamptz",
|
|
"ofType": null
|
|
}
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"interfaces": null,
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "OBJECT",
|
|
"name": "user",
|
|
"description": "columns and relationships of \"user\"",
|
|
"fields": [
|
|
{
|
|
"name": "active",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "Boolean",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "created_at",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "timestamptz",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "email",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "email_verified",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "Boolean",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "id",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "uuid",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "password",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "updated_at",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "timestamptz",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "username",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "verification_tokens",
|
|
"description": "An array relationship",
|
|
"args": [
|
|
{
|
|
"name": "distinct_on",
|
|
"description": "distinct select on columns",
|
|
"type": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "ENUM",
|
|
"name": "verification_token_select_column",
|
|
"ofType": null
|
|
}
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "limit",
|
|
"description": "limit the number of rows returned",
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Int",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "offset",
|
|
"description": "skip the first n rows. Use only with order_by",
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Int",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "order_by",
|
|
"description": "sort the rows by one or more columns",
|
|
"type": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "verification_token_order_by",
|
|
"ofType": null
|
|
}
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "where",
|
|
"description": "filter the rows returned",
|
|
"type": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "verification_token_bool_exp",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "verification_token",
|
|
"ofType": null
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "verification_tokens_aggregate",
|
|
"description": "An aggregate relationship",
|
|
"args": [
|
|
{
|
|
"name": "distinct_on",
|
|
"description": "distinct select on columns",
|
|
"type": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "ENUM",
|
|
"name": "verification_token_select_column",
|
|
"ofType": null
|
|
}
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "limit",
|
|
"description": "limit the number of rows returned",
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Int",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "offset",
|
|
"description": "skip the first n rows. Use only with order_by",
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Int",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "order_by",
|
|
"description": "sort the rows by one or more columns",
|
|
"type": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "verification_token_order_by",
|
|
"ofType": null
|
|
}
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "where",
|
|
"description": "filter the rows returned",
|
|
"type": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "verification_token_bool_exp",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "verification_token_aggregate",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"inputFields": null,
|
|
"interfaces": [],
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "OBJECT",
|
|
"name": "user_aggregate",
|
|
"description": "aggregated selection of \"user\"",
|
|
"fields": [
|
|
{
|
|
"name": "aggregate",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "OBJECT",
|
|
"name": "user_aggregate_fields",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "nodes",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "user",
|
|
"ofType": null
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"inputFields": null,
|
|
"interfaces": [],
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "OBJECT",
|
|
"name": "user_aggregate_fields",
|
|
"description": "aggregate fields of \"user\"",
|
|
"fields": [
|
|
{
|
|
"name": "count",
|
|
"description": null,
|
|
"args": [
|
|
{
|
|
"name": "columns",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "ENUM",
|
|
"name": "user_select_column",
|
|
"ofType": null
|
|
}
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "distinct",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Boolean",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "Int",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "max",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "OBJECT",
|
|
"name": "user_max_fields",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "min",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "OBJECT",
|
|
"name": "user_min_fields",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"inputFields": null,
|
|
"interfaces": [],
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "user_bool_exp",
|
|
"description": "Boolean expression to filter rows from the table \"user\". All fields are combined with a logical 'AND'.",
|
|
"fields": null,
|
|
"inputFields": [
|
|
{
|
|
"name": "_and",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "user_bool_exp",
|
|
"ofType": null
|
|
}
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "_not",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "user_bool_exp",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "_or",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "user_bool_exp",
|
|
"ofType": null
|
|
}
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "active",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "Boolean_comparison_exp",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "created_at",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "timestamptz_comparison_exp",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "email",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "String_comparison_exp",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "email_verified",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "Boolean_comparison_exp",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "id",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "uuid_comparison_exp",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "password",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "String_comparison_exp",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "updated_at",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "timestamptz_comparison_exp",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "username",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "String_comparison_exp",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "verification_tokens",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "verification_token_bool_exp",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"interfaces": null,
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "ENUM",
|
|
"name": "user_constraint",
|
|
"description": "unique or primary key constraints on table \"user\"",
|
|
"fields": null,
|
|
"inputFields": null,
|
|
"interfaces": null,
|
|
"enumValues": [
|
|
{
|
|
"name": "user_email_key",
|
|
"description": "unique or primary key constraint on columns \"email\"",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "user_pkey",
|
|
"description": "unique or primary key constraint on columns \"id\"",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "user_username_key",
|
|
"description": "unique or primary key constraint on columns \"username\"",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "user_insert_input",
|
|
"description": "input type for inserting data into table \"user\"",
|
|
"fields": null,
|
|
"inputFields": [
|
|
{
|
|
"name": "active",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Boolean",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "created_at",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "timestamptz",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "email",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "email_verified",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Boolean",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "id",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "uuid",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "password",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "updated_at",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "timestamptz",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "username",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "verification_tokens",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "verification_token_arr_rel_insert_input",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"interfaces": null,
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "OBJECT",
|
|
"name": "user_max_fields",
|
|
"description": "aggregate max on columns",
|
|
"fields": [
|
|
{
|
|
"name": "created_at",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "timestamptz",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "email",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "id",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "uuid",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "password",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "updated_at",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "timestamptz",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "username",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"inputFields": null,
|
|
"interfaces": [],
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "OBJECT",
|
|
"name": "user_min_fields",
|
|
"description": "aggregate min on columns",
|
|
"fields": [
|
|
{
|
|
"name": "created_at",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "timestamptz",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "email",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "id",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "uuid",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "password",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "updated_at",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "timestamptz",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "username",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"inputFields": null,
|
|
"interfaces": [],
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "OBJECT",
|
|
"name": "user_mutation_response",
|
|
"description": "response of any mutation on the table \"user\"",
|
|
"fields": [
|
|
{
|
|
"name": "affected_rows",
|
|
"description": "number of rows affected by the mutation",
|
|
"args": [],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "Int",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "returning",
|
|
"description": "data from the rows affected by the mutation",
|
|
"args": [],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "user",
|
|
"ofType": null
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"inputFields": null,
|
|
"interfaces": [],
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "user_obj_rel_insert_input",
|
|
"description": "input type for inserting object relation for remote table \"user\"",
|
|
"fields": null,
|
|
"inputFields": [
|
|
{
|
|
"name": "data",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "user_insert_input",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "on_conflict",
|
|
"description": "upsert condition",
|
|
"type": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "user_on_conflict",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"interfaces": null,
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "user_on_conflict",
|
|
"description": "on_conflict condition type for table \"user\"",
|
|
"fields": null,
|
|
"inputFields": [
|
|
{
|
|
"name": "constraint",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "ENUM",
|
|
"name": "user_constraint",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "update_columns",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "ENUM",
|
|
"name": "user_update_column",
|
|
"ofType": null
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"defaultValue": "[]",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "where",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "user_bool_exp",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"interfaces": null,
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "user_order_by",
|
|
"description": "Ordering options when selecting data from \"user\".",
|
|
"fields": null,
|
|
"inputFields": [
|
|
{
|
|
"name": "active",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "ENUM",
|
|
"name": "order_by",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "created_at",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "ENUM",
|
|
"name": "order_by",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "email",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "ENUM",
|
|
"name": "order_by",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "email_verified",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "ENUM",
|
|
"name": "order_by",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "id",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "ENUM",
|
|
"name": "order_by",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "password",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "ENUM",
|
|
"name": "order_by",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "updated_at",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "ENUM",
|
|
"name": "order_by",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "username",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "ENUM",
|
|
"name": "order_by",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "verification_tokens_aggregate",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "verification_token_aggregate_order_by",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"interfaces": null,
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "user_pk_columns_input",
|
|
"description": "primary key columns input for table: user",
|
|
"fields": null,
|
|
"inputFields": [
|
|
{
|
|
"name": "id",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "uuid",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"interfaces": null,
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "ENUM",
|
|
"name": "user_select_column",
|
|
"description": "select columns of table \"user\"",
|
|
"fields": null,
|
|
"inputFields": null,
|
|
"interfaces": null,
|
|
"enumValues": [
|
|
{
|
|
"name": "active",
|
|
"description": "column name",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "created_at",
|
|
"description": "column name",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "email",
|
|
"description": "column name",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "email_verified",
|
|
"description": "column name",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "id",
|
|
"description": "column name",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "password",
|
|
"description": "column name",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "updated_at",
|
|
"description": "column name",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "username",
|
|
"description": "column name",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "user_set_input",
|
|
"description": "input type for updating data in table \"user\"",
|
|
"fields": null,
|
|
"inputFields": [
|
|
{
|
|
"name": "active",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Boolean",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "created_at",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "timestamptz",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "email",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "email_verified",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Boolean",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "id",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "uuid",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "password",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "updated_at",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "timestamptz",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "username",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"interfaces": null,
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "user_stream_cursor_input",
|
|
"description": "Streaming cursor of the table \"user\"",
|
|
"fields": null,
|
|
"inputFields": [
|
|
{
|
|
"name": "initial_value",
|
|
"description": "Stream column input with initial value",
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "user_stream_cursor_value_input",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "ordering",
|
|
"description": "cursor ordering",
|
|
"type": {
|
|
"kind": "ENUM",
|
|
"name": "cursor_ordering",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"interfaces": null,
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "user_stream_cursor_value_input",
|
|
"description": "Initial value of the column from where the streaming should start",
|
|
"fields": null,
|
|
"inputFields": [
|
|
{
|
|
"name": "active",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Boolean",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "created_at",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "timestamptz",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "email",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "email_verified",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Boolean",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "id",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "uuid",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "password",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "updated_at",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "timestamptz",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "username",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"interfaces": null,
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "ENUM",
|
|
"name": "user_update_column",
|
|
"description": "update columns of table \"user\"",
|
|
"fields": null,
|
|
"inputFields": null,
|
|
"interfaces": null,
|
|
"enumValues": [
|
|
{
|
|
"name": "active",
|
|
"description": "column name",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "created_at",
|
|
"description": "column name",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "email",
|
|
"description": "column name",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "email_verified",
|
|
"description": "column name",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "id",
|
|
"description": "column name",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "password",
|
|
"description": "column name",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "updated_at",
|
|
"description": "column name",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "username",
|
|
"description": "column name",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "user_updates",
|
|
"description": null,
|
|
"fields": null,
|
|
"inputFields": [
|
|
{
|
|
"name": "_set",
|
|
"description": "sets the columns of the filtered rows to the given values",
|
|
"type": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "user_set_input",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "where",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "user_bool_exp",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"interfaces": null,
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "SCALAR",
|
|
"name": "uuid",
|
|
"description": null,
|
|
"fields": null,
|
|
"inputFields": null,
|
|
"interfaces": null,
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "uuid_comparison_exp",
|
|
"description": "Boolean expression to compare columns of type \"uuid\". All fields are combined with logical 'AND'.",
|
|
"fields": null,
|
|
"inputFields": [
|
|
{
|
|
"name": "_eq",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "uuid",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "_gt",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "uuid",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "_gte",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "uuid",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "_in",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "uuid",
|
|
"ofType": null
|
|
}
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "_is_null",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Boolean",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "_lt",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "uuid",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "_lte",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "uuid",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "_neq",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "uuid",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "_nin",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "uuid",
|
|
"ofType": null
|
|
}
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"interfaces": null,
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "OBJECT",
|
|
"name": "verification_token",
|
|
"description": "columns and relationships of \"verification_token\"",
|
|
"fields": [
|
|
{
|
|
"name": "consumed",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "Boolean",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "created_at",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "timestamptz",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "expires",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "timestamptz",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "id",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "uuid",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "identifier",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "token",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "user",
|
|
"description": "An object relationship",
|
|
"args": [],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "user",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "user_id",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "uuid",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"inputFields": null,
|
|
"interfaces": [],
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "OBJECT",
|
|
"name": "verification_token_aggregate",
|
|
"description": "aggregated selection of \"verification_token\"",
|
|
"fields": [
|
|
{
|
|
"name": "aggregate",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "OBJECT",
|
|
"name": "verification_token_aggregate_fields",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "nodes",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "verification_token",
|
|
"ofType": null
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"inputFields": null,
|
|
"interfaces": [],
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "OBJECT",
|
|
"name": "verification_token_aggregate_fields",
|
|
"description": "aggregate fields of \"verification_token\"",
|
|
"fields": [
|
|
{
|
|
"name": "count",
|
|
"description": null,
|
|
"args": [
|
|
{
|
|
"name": "columns",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "ENUM",
|
|
"name": "verification_token_select_column",
|
|
"ofType": null
|
|
}
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "distinct",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Boolean",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "Int",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "max",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "OBJECT",
|
|
"name": "verification_token_max_fields",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "min",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "OBJECT",
|
|
"name": "verification_token_min_fields",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"inputFields": null,
|
|
"interfaces": [],
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "verification_token_aggregate_order_by",
|
|
"description": "order by aggregate values of table \"verification_token\"",
|
|
"fields": null,
|
|
"inputFields": [
|
|
{
|
|
"name": "count",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "ENUM",
|
|
"name": "order_by",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "max",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "verification_token_max_order_by",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "min",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "verification_token_min_order_by",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"interfaces": null,
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "verification_token_arr_rel_insert_input",
|
|
"description": "input type for inserting array relation for remote table \"verification_token\"",
|
|
"fields": null,
|
|
"inputFields": [
|
|
{
|
|
"name": "data",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "verification_token_insert_input",
|
|
"ofType": null
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "on_conflict",
|
|
"description": "upsert condition",
|
|
"type": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "verification_token_on_conflict",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"interfaces": null,
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "verification_token_bool_exp",
|
|
"description": "Boolean expression to filter rows from the table \"verification_token\". All fields are combined with a logical 'AND'.",
|
|
"fields": null,
|
|
"inputFields": [
|
|
{
|
|
"name": "_and",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "verification_token_bool_exp",
|
|
"ofType": null
|
|
}
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "_not",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "verification_token_bool_exp",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "_or",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "verification_token_bool_exp",
|
|
"ofType": null
|
|
}
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "consumed",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "Boolean_comparison_exp",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "created_at",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "timestamptz_comparison_exp",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "expires",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "timestamptz_comparison_exp",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "id",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "uuid_comparison_exp",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "identifier",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "String_comparison_exp",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "token",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "String_comparison_exp",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "user",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "user_bool_exp",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "user_id",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "uuid_comparison_exp",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"interfaces": null,
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "ENUM",
|
|
"name": "verification_token_constraint",
|
|
"description": "unique or primary key constraints on table \"verification_token\"",
|
|
"fields": null,
|
|
"inputFields": null,
|
|
"interfaces": null,
|
|
"enumValues": [
|
|
{
|
|
"name": "verification_token_pkey",
|
|
"description": "unique or primary key constraint on columns \"id\"",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "verification_token_token_key",
|
|
"description": "unique or primary key constraint on columns \"token\"",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "verification_token_insert_input",
|
|
"description": "input type for inserting data into table \"verification_token\"",
|
|
"fields": null,
|
|
"inputFields": [
|
|
{
|
|
"name": "consumed",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Boolean",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "created_at",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "timestamptz",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "expires",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "timestamptz",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "id",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "uuid",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "identifier",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "token",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "user",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "user_obj_rel_insert_input",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "user_id",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "uuid",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"interfaces": null,
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "OBJECT",
|
|
"name": "verification_token_max_fields",
|
|
"description": "aggregate max on columns",
|
|
"fields": [
|
|
{
|
|
"name": "created_at",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "timestamptz",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "expires",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "timestamptz",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "id",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "uuid",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "identifier",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "token",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "user_id",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "uuid",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"inputFields": null,
|
|
"interfaces": [],
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "verification_token_max_order_by",
|
|
"description": "order by max() on columns of table \"verification_token\"",
|
|
"fields": null,
|
|
"inputFields": [
|
|
{
|
|
"name": "created_at",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "ENUM",
|
|
"name": "order_by",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "expires",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "ENUM",
|
|
"name": "order_by",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "id",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "ENUM",
|
|
"name": "order_by",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "identifier",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "ENUM",
|
|
"name": "order_by",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "token",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "ENUM",
|
|
"name": "order_by",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "user_id",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "ENUM",
|
|
"name": "order_by",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"interfaces": null,
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "OBJECT",
|
|
"name": "verification_token_min_fields",
|
|
"description": "aggregate min on columns",
|
|
"fields": [
|
|
{
|
|
"name": "created_at",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "timestamptz",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "expires",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "timestamptz",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "id",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "uuid",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "identifier",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "token",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "user_id",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "uuid",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"inputFields": null,
|
|
"interfaces": [],
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "verification_token_min_order_by",
|
|
"description": "order by min() on columns of table \"verification_token\"",
|
|
"fields": null,
|
|
"inputFields": [
|
|
{
|
|
"name": "created_at",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "ENUM",
|
|
"name": "order_by",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "expires",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "ENUM",
|
|
"name": "order_by",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "id",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "ENUM",
|
|
"name": "order_by",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "identifier",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "ENUM",
|
|
"name": "order_by",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "token",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "ENUM",
|
|
"name": "order_by",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "user_id",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "ENUM",
|
|
"name": "order_by",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"interfaces": null,
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "OBJECT",
|
|
"name": "verification_token_mutation_response",
|
|
"description": "response of any mutation on the table \"verification_token\"",
|
|
"fields": [
|
|
{
|
|
"name": "affected_rows",
|
|
"description": "number of rows affected by the mutation",
|
|
"args": [],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "Int",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "returning",
|
|
"description": "data from the rows affected by the mutation",
|
|
"args": [],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "verification_token",
|
|
"ofType": null
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"inputFields": null,
|
|
"interfaces": [],
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "verification_token_on_conflict",
|
|
"description": "on_conflict condition type for table \"verification_token\"",
|
|
"fields": null,
|
|
"inputFields": [
|
|
{
|
|
"name": "constraint",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "ENUM",
|
|
"name": "verification_token_constraint",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "update_columns",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "ENUM",
|
|
"name": "verification_token_update_column",
|
|
"ofType": null
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"defaultValue": "[]",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "where",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "verification_token_bool_exp",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"interfaces": null,
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "verification_token_order_by",
|
|
"description": "Ordering options when selecting data from \"verification_token\".",
|
|
"fields": null,
|
|
"inputFields": [
|
|
{
|
|
"name": "consumed",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "ENUM",
|
|
"name": "order_by",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "created_at",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "ENUM",
|
|
"name": "order_by",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "expires",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "ENUM",
|
|
"name": "order_by",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "id",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "ENUM",
|
|
"name": "order_by",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "identifier",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "ENUM",
|
|
"name": "order_by",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "token",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "ENUM",
|
|
"name": "order_by",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "user",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "user_order_by",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "user_id",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "ENUM",
|
|
"name": "order_by",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"interfaces": null,
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "verification_token_pk_columns_input",
|
|
"description": "primary key columns input for table: verification_token",
|
|
"fields": null,
|
|
"inputFields": [
|
|
{
|
|
"name": "id",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "uuid",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"interfaces": null,
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "ENUM",
|
|
"name": "verification_token_select_column",
|
|
"description": "select columns of table \"verification_token\"",
|
|
"fields": null,
|
|
"inputFields": null,
|
|
"interfaces": null,
|
|
"enumValues": [
|
|
{
|
|
"name": "consumed",
|
|
"description": "column name",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "created_at",
|
|
"description": "column name",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "expires",
|
|
"description": "column name",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "id",
|
|
"description": "column name",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "identifier",
|
|
"description": "column name",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "token",
|
|
"description": "column name",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "user_id",
|
|
"description": "column name",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "verification_token_set_input",
|
|
"description": "input type for updating data in table \"verification_token\"",
|
|
"fields": null,
|
|
"inputFields": [
|
|
{
|
|
"name": "consumed",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Boolean",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "created_at",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "timestamptz",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "expires",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "timestamptz",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "id",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "uuid",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "identifier",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "token",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "user_id",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "uuid",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"interfaces": null,
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "verification_token_stream_cursor_input",
|
|
"description": "Streaming cursor of the table \"verification_token\"",
|
|
"fields": null,
|
|
"inputFields": [
|
|
{
|
|
"name": "initial_value",
|
|
"description": "Stream column input with initial value",
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "verification_token_stream_cursor_value_input",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "ordering",
|
|
"description": "cursor ordering",
|
|
"type": {
|
|
"kind": "ENUM",
|
|
"name": "cursor_ordering",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"interfaces": null,
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "verification_token_stream_cursor_value_input",
|
|
"description": "Initial value of the column from where the streaming should start",
|
|
"fields": null,
|
|
"inputFields": [
|
|
{
|
|
"name": "consumed",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Boolean",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "created_at",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "timestamptz",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "expires",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "timestamptz",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "id",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "uuid",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "identifier",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "token",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "user_id",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "uuid",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"interfaces": null,
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "ENUM",
|
|
"name": "verification_token_update_column",
|
|
"description": "update columns of table \"verification_token\"",
|
|
"fields": null,
|
|
"inputFields": null,
|
|
"interfaces": null,
|
|
"enumValues": [
|
|
{
|
|
"name": "consumed",
|
|
"description": "column name",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "created_at",
|
|
"description": "column name",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "expires",
|
|
"description": "column name",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "id",
|
|
"description": "column name",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "identifier",
|
|
"description": "column name",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "token",
|
|
"description": "column name",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "user_id",
|
|
"description": "column name",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "verification_token_updates",
|
|
"description": null,
|
|
"fields": null,
|
|
"inputFields": [
|
|
{
|
|
"name": "_set",
|
|
"description": "sets the columns of the filtered rows to the given values",
|
|
"type": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "verification_token_set_input",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "where",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "verification_token_bool_exp",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"interfaces": null,
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
}
|
|
],
|
|
"directives": [
|
|
{
|
|
"name": "cached",
|
|
"description": "whether this query should be cached (Hasura Cloud only)",
|
|
"isRepeatable": false,
|
|
"locations": [
|
|
"QUERY"
|
|
],
|
|
"args": [
|
|
{
|
|
"name": "refresh",
|
|
"description": "refresh the cache entry",
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "Boolean",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": "false",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "ttl",
|
|
"description": "measured in seconds",
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "Int",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": "60",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "include",
|
|
"description": "whether this query should be included",
|
|
"isRepeatable": false,
|
|
"locations": [
|
|
"FIELD",
|
|
"FRAGMENT_SPREAD",
|
|
"INLINE_FRAGMENT"
|
|
],
|
|
"args": [
|
|
{
|
|
"name": "if",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "Boolean",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "skip",
|
|
"description": "whether this query should be skipped",
|
|
"isRepeatable": false,
|
|
"locations": [
|
|
"FIELD",
|
|
"FRAGMENT_SPREAD",
|
|
"INLINE_FRAGMENT"
|
|
],
|
|
"args": [
|
|
{
|
|
"name": "if",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "Boolean",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
} |