todo-yew-hasura/graphql/schema.json

6087 lines
178 KiB
JSON
Raw Normal View History

2022-10-23 03:22:33 +02:00
{
"data": {
"__schema": {
"directives": [
{
"args": [
{
"defaultValue": null,
"description": null,
"name": "if",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
}
}
],
"description": "whether this query should be included",
"locations": [
"FIELD",
"FRAGMENT_SPREAD",
"INLINE_FRAGMENT"
],
"name": "include"
},
{
"args": [
{
"defaultValue": null,
"description": null,
"name": "if",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
}
}
],
"description": "whether this query should be skipped",
"locations": [
"FIELD",
"FRAGMENT_SPREAD",
"INLINE_FRAGMENT"
],
"name": "skip"
},
{
"args": [
{
"defaultValue": "60",
"description": "measured in seconds",
"name": "ttl",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
}
},
{
"defaultValue": "false",
"description": "refresh the cache entry",
"name": "refresh",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
}
}
],
"description": "whether this query should be cached (Hasura Cloud only)",
"locations": [
"QUERY"
],
"name": "cached"
}
],
"mutationType": {
"name": "mutation_root"
},
"queryType": {
"name": "query_root"
},
"subscriptionType": {
"name": "subscription_root"
},
"types": [
{
"description": null,
"enumValues": null,
"fields": null,
"inputFields": null,
"interfaces": null,
"kind": "SCALAR",
"name": "Boolean",
"possibleTypes": null
},
{
"description": null,
"enumValues": null,
"fields": null,
"inputFields": null,
"interfaces": null,
"kind": "SCALAR",
"name": "Float",
"possibleTypes": null
},
{
"description": null,
"enumValues": null,
"fields": null,
"inputFields": null,
"interfaces": null,
"kind": "SCALAR",
"name": "Int",
"possibleTypes": null
},
{
"description": "Boolean expression to compare columns of type \"Int\". All fields are combined with logical 'AND'.",
"enumValues": null,
"fields": null,
"inputFields": [
{
"defaultValue": null,
"description": null,
"name": "_eq",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "_gt",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "_gte",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "_is_null",
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "_lt",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "_lte",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "_neq",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "_nin",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
}
}
}
],
"interfaces": null,
"kind": "INPUT_OBJECT",
"name": "Int_comparison_exp",
"possibleTypes": null
},
{
"description": null,
"enumValues": null,
"fields": null,
"inputFields": null,
"interfaces": null,
"kind": "SCALAR",
"name": "String",
"possibleTypes": null
},
{
"description": "Boolean expression to compare columns of type \"String\". All fields are combined with logical 'AND'.",
"enumValues": null,
"fields": null,
"inputFields": [
{
"defaultValue": null,
"description": null,
"name": "_eq",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "_gt",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "_gte",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": "does the column match the given case-insensitive pattern",
"name": "_ilike",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": "does the column match the given POSIX regular expression, case insensitive",
"name": "_iregex",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "_is_null",
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
{
"defaultValue": null,
"description": "does the column match the given pattern",
"name": "_like",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "_lt",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "_lte",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "_neq",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": "does the column NOT match the given case-insensitive pattern",
"name": "_nilike",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "_nin",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": "does the column NOT match the given POSIX regular expression, case insensitive",
"name": "_niregex",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": "does the column NOT match the given pattern",
"name": "_nlike",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": "does the column NOT match the given POSIX regular expression, case sensitive",
"name": "_nregex",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": "does the column NOT match the given SQL regular expression",
"name": "_nsimilar",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": "does the column match the given POSIX regular expression, case sensitive",
"name": "_regex",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": "does the column match the given SQL regular expression",
"name": "_similar",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
],
"interfaces": null,
"kind": "INPUT_OBJECT",
"name": "String_comparison_exp",
"possibleTypes": null
},
{
"description": null,
"enumValues": null,
"fields": [
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "args",
"type": {
"kind": "OBJECT",
"name": "__InputValue",
"ofType": null
}
},
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "description",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
},
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "isRepeatable",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
},
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "locations",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
},
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "name",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
],
"inputFields": null,
"interfaces": [],
"kind": "OBJECT",
"name": "__Directive",
"possibleTypes": null
},
{
"description": null,
"enumValues": null,
"fields": [
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "deprecationReason",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
},
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "description",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
},
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "isDeprecated",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
},
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "name",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
],
"inputFields": null,
"interfaces": [],
"kind": "OBJECT",
"name": "__EnumValue",
"possibleTypes": null
},
{
"description": null,
"enumValues": null,
"fields": [
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "args",
"type": {
"kind": "OBJECT",
"name": "__InputValue",
"ofType": null
}
},
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "deprecationReason",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
},
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "description",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
},
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "isDeprecated",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
},
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "name",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
},
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "type",
"type": {
"kind": "OBJECT",
"name": "__Type",
"ofType": null
}
}
],
"inputFields": null,
"interfaces": [],
"kind": "OBJECT",
"name": "__Field",
"possibleTypes": null
},
{
"description": null,
"enumValues": null,
"fields": [
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "defaultValue",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
},
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "description",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
},
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "name",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
},
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "type",
"type": {
"kind": "OBJECT",
"name": "__Type",
"ofType": null
}
}
],
"inputFields": null,
"interfaces": [],
"kind": "OBJECT",
"name": "__InputValue",
"possibleTypes": null
},
{
"description": null,
"enumValues": null,
"fields": [
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "description",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
},
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "directives",
"type": {
"kind": "OBJECT",
"name": "__Directive",
"ofType": null
}
},
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "mutationType",
"type": {
"kind": "OBJECT",
"name": "__Type",
"ofType": null
}
},
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "queryType",
"type": {
"kind": "OBJECT",
"name": "__Type",
"ofType": null
}
},
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "subscriptionType",
"type": {
"kind": "OBJECT",
"name": "__Type",
"ofType": null
}
},
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "types",
"type": {
"kind": "OBJECT",
"name": "__Type",
"ofType": null
}
}
],
"inputFields": null,
"interfaces": [],
"kind": "OBJECT",
"name": "__Schema",
"possibleTypes": null
},
{
"description": null,
"enumValues": null,
"fields": [
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "description",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
},
{
"args": [
{
"defaultValue": "false",
"description": null,
"name": "includeDeprecated",
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
}
],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "enumValues",
"type": {
"kind": "OBJECT",
"name": "__EnumValue",
"ofType": null
}
},
{
"args": [
{
"defaultValue": "false",
"description": null,
"name": "includeDeprecated",
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
}
],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "fields",
"type": {
"kind": "OBJECT",
"name": "__Field",
"ofType": null
}
},
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "inputFields",
"type": {
"kind": "OBJECT",
"name": "__InputValue",
"ofType": null
}
},
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "interfaces",
"type": {
"kind": "OBJECT",
"name": "__Type",
"ofType": null
}
},
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "kind",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "__TypeKind",
"ofType": null
}
}
},
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "name",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
},
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "ofType",
"type": {
"kind": "OBJECT",
"name": "__Type",
"ofType": null
}
},
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "possibleTypes",
"type": {
"kind": "OBJECT",
"name": "__Type",
"ofType": null
}
}
],
"inputFields": null,
"interfaces": [],
"kind": "OBJECT",
"name": "__Type",
"possibleTypes": null
},
{
"description": null,
"enumValues": [
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "ENUM"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "INPUT_OBJECT"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "INTERFACE"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "LIST"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "NON_NULL"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "OBJECT"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "SCALAR"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "UNION"
}
],
"fields": null,
"inputFields": null,
"interfaces": null,
"kind": "ENUM",
"name": "__TypeKind",
"possibleTypes": null
},
{
"description": "ordering argument of a cursor",
"enumValues": [
{
"deprecationReason": null,
"description": "ascending ordering of the cursor",
"isDeprecated": false,
"name": "ASC"
},
{
"deprecationReason": null,
"description": "descending ordering of the cursor",
"isDeprecated": false,
"name": "DESC"
}
],
"fields": null,
"inputFields": null,
"interfaces": null,
"kind": "ENUM",
"name": "cursor_ordering",
"possibleTypes": null
},
{
"description": "mutation root",
"enumValues": null,
"fields": [
{
"args": [
{
"defaultValue": null,
"description": "filter the rows which have to be deleted",
"name": "where",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "todos_bool_exp",
"ofType": null
}
}
}
],
"deprecationReason": null,
"description": "delete data from the table: \"todos\"",
"isDeprecated": false,
"name": "delete_todos",
"type": {
"kind": "OBJECT",
"name": "todos_mutation_response",
"ofType": null
}
},
{
"args": [
{
"defaultValue": null,
"description": null,
"name": "id",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
}
}
],
"deprecationReason": null,
"description": "delete single row from the table: \"todos\"",
"isDeprecated": false,
"name": "delete_todos_by_pk",
"type": {
"kind": "OBJECT",
"name": "todos",
"ofType": null
}
},
{
"args": [
{
"defaultValue": null,
"description": "filter the rows which have to be deleted",
"name": "where",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "users_bool_exp",
"ofType": null
}
}
}
],
"deprecationReason": null,
"description": "delete data from the table: \"users\"",
"isDeprecated": false,
"name": "delete_users",
"type": {
"kind": "OBJECT",
"name": "users_mutation_response",
"ofType": null
}
},
{
"args": [
{
"defaultValue": null,
"description": null,
"name": "id",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
}
}
],
"deprecationReason": null,
"description": "delete single row from the table: \"users\"",
"isDeprecated": false,
"name": "delete_users_by_pk",
"type": {
"kind": "OBJECT",
"name": "users",
"ofType": null
}
},
{
"args": [
{
"defaultValue": null,
"description": "the rows to be inserted",
"name": "objects",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "todos_insert_input",
"ofType": null
}
}
}
}
},
{
"defaultValue": null,
"description": "upsert condition",
"name": "on_conflict",
"type": {
"kind": "INPUT_OBJECT",
"name": "todos_on_conflict",
"ofType": null
}
}
],
"deprecationReason": null,
"description": "insert data into the table: \"todos\"",
"isDeprecated": false,
"name": "insert_todos",
"type": {
"kind": "OBJECT",
"name": "todos_mutation_response",
"ofType": null
}
},
{
"args": [
{
"defaultValue": null,
"description": "the row to be inserted",
"name": "object",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "todos_insert_input",
"ofType": null
}
}
},
{
"defaultValue": null,
"description": "upsert condition",
"name": "on_conflict",
"type": {
"kind": "INPUT_OBJECT",
"name": "todos_on_conflict",
"ofType": null
}
}
],
"deprecationReason": null,
"description": "insert a single row into the table: \"todos\"",
"isDeprecated": false,
"name": "insert_todos_one",
"type": {
"kind": "OBJECT",
"name": "todos",
"ofType": null
}
},
{
"args": [
{
"defaultValue": null,
"description": "the rows to be inserted",
"name": "objects",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "users_insert_input",
"ofType": null
}
}
}
}
},
{
"defaultValue": null,
"description": "upsert condition",
"name": "on_conflict",
"type": {
"kind": "INPUT_OBJECT",
"name": "users_on_conflict",
"ofType": null
}
}
],
"deprecationReason": null,
"description": "insert data into the table: \"users\"",
"isDeprecated": false,
"name": "insert_users",
"type": {
"kind": "OBJECT",
"name": "users_mutation_response",
"ofType": null
}
},
{
"args": [
{
"defaultValue": null,
"description": "the row to be inserted",
"name": "object",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "users_insert_input",
"ofType": null
}
}
},
{
"defaultValue": null,
"description": "upsert condition",
"name": "on_conflict",
"type": {
"kind": "INPUT_OBJECT",
"name": "users_on_conflict",
"ofType": null
}
}
],
"deprecationReason": null,
"description": "insert a single row into the table: \"users\"",
"isDeprecated": false,
"name": "insert_users_one",
"type": {
"kind": "OBJECT",
"name": "users",
"ofType": null
}
},
{
"args": [
{
"defaultValue": null,
"description": "increments the numeric columns with given value of the filtered values",
"name": "_inc",
"type": {
"kind": "INPUT_OBJECT",
"name": "todos_inc_input",
"ofType": null
}
},
{
"defaultValue": null,
"description": "sets the columns of the filtered rows to the given values",
"name": "_set",
"type": {
"kind": "INPUT_OBJECT",
"name": "todos_set_input",
"ofType": null
}
},
{
"defaultValue": null,
"description": "filter the rows which have to be updated",
"name": "where",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "todos_bool_exp",
"ofType": null
}
}
}
],
"deprecationReason": null,
"description": "update data of the table: \"todos\"",
"isDeprecated": false,
"name": "update_todos",
"type": {
"kind": "OBJECT",
"name": "todos_mutation_response",
"ofType": null
}
},
{
"args": [
{
"defaultValue": null,
"description": "increments the numeric columns with given value of the filtered values",
"name": "_inc",
"type": {
"kind": "INPUT_OBJECT",
"name": "todos_inc_input",
"ofType": null
}
},
{
"defaultValue": null,
"description": "sets the columns of the filtered rows to the given values",
"name": "_set",
"type": {
"kind": "INPUT_OBJECT",
"name": "todos_set_input",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "pk_columns",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "todos_pk_columns_input",
"ofType": null
}
}
}
],
"deprecationReason": null,
"description": "update single row of the table: \"todos\"",
"isDeprecated": false,
"name": "update_todos_by_pk",
"type": {
"kind": "OBJECT",
"name": "todos",
"ofType": null
}
},
{
"args": [
{
"defaultValue": null,
"description": "updates to execute, in order",
"name": "updates",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "todos_updates",
"ofType": null
}
}
}
}
}
],
"deprecationReason": null,
"description": "update multiples rows of table: \"todos\"",
"isDeprecated": false,
"name": "update_todos_many",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "todos_mutation_response",
"ofType": null
}
}
},
{
"args": [
{
"defaultValue": null,
"description": "increments the numeric columns with given value of the filtered values",
"name": "_inc",
"type": {
"kind": "INPUT_OBJECT",
"name": "users_inc_input",
"ofType": null
}
},
{
"defaultValue": null,
"description": "sets the columns of the filtered rows to the given values",
"name": "_set",
"type": {
"kind": "INPUT_OBJECT",
"name": "users_set_input",
"ofType": null
}
},
{
"defaultValue": null,
"description": "filter the rows which have to be updated",
"name": "where",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "users_bool_exp",
"ofType": null
}
}
}
],
"deprecationReason": null,
"description": "update data of the table: \"users\"",
"isDeprecated": false,
"name": "update_users",
"type": {
"kind": "OBJECT",
"name": "users_mutation_response",
"ofType": null
}
},
{
"args": [
{
"defaultValue": null,
"description": "increments the numeric columns with given value of the filtered values",
"name": "_inc",
"type": {
"kind": "INPUT_OBJECT",
"name": "users_inc_input",
"ofType": null
}
},
{
"defaultValue": null,
"description": "sets the columns of the filtered rows to the given values",
"name": "_set",
"type": {
"kind": "INPUT_OBJECT",
"name": "users_set_input",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "pk_columns",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "users_pk_columns_input",
"ofType": null
}
}
}
],
"deprecationReason": null,
"description": "update single row of the table: \"users\"",
"isDeprecated": false,
"name": "update_users_by_pk",
"type": {
"kind": "OBJECT",
"name": "users",
"ofType": null
}
},
{
"args": [
{
"defaultValue": null,
"description": "updates to execute, in order",
"name": "updates",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "users_updates",
"ofType": null
}
}
}
}
}
],
"deprecationReason": null,
"description": "update multiples rows of table: \"users\"",
"isDeprecated": false,
"name": "update_users_many",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "users_mutation_response",
"ofType": null
}
}
}
],
"inputFields": null,
"interfaces": [],
"kind": "OBJECT",
"name": "mutation_root",
"possibleTypes": null
},
{
"description": "column ordering options",
"enumValues": [
{
"deprecationReason": null,
"description": "in ascending order, nulls last",
"isDeprecated": false,
"name": "asc"
},
{
"deprecationReason": null,
"description": "in ascending order, nulls first",
"isDeprecated": false,
"name": "asc_nulls_first"
},
{
"deprecationReason": null,
"description": "in ascending order, nulls last",
"isDeprecated": false,
"name": "asc_nulls_last"
},
{
"deprecationReason": null,
"description": "in descending order, nulls first",
"isDeprecated": false,
"name": "desc"
},
{
"deprecationReason": null,
"description": "in descending order, nulls first",
"isDeprecated": false,
"name": "desc_nulls_first"
},
{
"deprecationReason": null,
"description": "in descending order, nulls last",
"isDeprecated": false,
"name": "desc_nulls_last"
}
],
"fields": null,
"inputFields": null,
"interfaces": null,
"kind": "ENUM",
"name": "order_by",
"possibleTypes": null
},
{
"description": null,
"enumValues": null,
"fields": [
{
"args": [
{
"defaultValue": null,
"description": "distinct select on columns",
"name": "distinct_on",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "todos_select_column",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": "limit the number of rows returned",
"name": "limit",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": null,
"description": "skip the first n rows. Use only with order_by",
"name": "offset",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": null,
"description": "sort the rows by one or more columns",
"name": "order_by",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "todos_order_by",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": "filter the rows returned",
"name": "where",
"type": {
"kind": "INPUT_OBJECT",
"name": "todos_bool_exp",
"ofType": null
}
}
],
"deprecationReason": null,
"description": "An array relationship",
"isDeprecated": false,
"name": "todos",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "todos",
"ofType": null
}
}
}
}
},
{
"args": [
{
"defaultValue": null,
"description": "distinct select on columns",
"name": "distinct_on",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "todos_select_column",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": "limit the number of rows returned",
"name": "limit",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": null,
"description": "skip the first n rows. Use only with order_by",
"name": "offset",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": null,
"description": "sort the rows by one or more columns",
"name": "order_by",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "todos_order_by",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": "filter the rows returned",
"name": "where",
"type": {
"kind": "INPUT_OBJECT",
"name": "todos_bool_exp",
"ofType": null
}
}
],
"deprecationReason": null,
"description": "An aggregate relationship",
"isDeprecated": false,
"name": "todos_aggregate",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "todos_aggregate",
"ofType": null
}
}
},
{
"args": [
{
"defaultValue": null,
"description": null,
"name": "id",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
}
}
],
"deprecationReason": null,
"description": "fetch data from the table: \"todos\" using primary key columns",
"isDeprecated": false,
"name": "todos_by_pk",
"type": {
"kind": "OBJECT",
"name": "todos",
"ofType": null
}
},
{
"args": [
{
"defaultValue": null,
"description": "distinct select on columns",
"name": "distinct_on",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "users_select_column",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": "limit the number of rows returned",
"name": "limit",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": null,
"description": "skip the first n rows. Use only with order_by",
"name": "offset",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": null,
"description": "sort the rows by one or more columns",
"name": "order_by",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "users_order_by",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": "filter the rows returned",
"name": "where",
"type": {
"kind": "INPUT_OBJECT",
"name": "users_bool_exp",
"ofType": null
}
}
],
"deprecationReason": null,
"description": "fetch data from the table: \"users\"",
"isDeprecated": false,
"name": "users",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "users",
"ofType": null
}
}
}
}
},
{
"args": [
{
"defaultValue": null,
"description": "distinct select on columns",
"name": "distinct_on",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "users_select_column",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": "limit the number of rows returned",
"name": "limit",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": null,
"description": "skip the first n rows. Use only with order_by",
"name": "offset",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": null,
"description": "sort the rows by one or more columns",
"name": "order_by",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "users_order_by",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": "filter the rows returned",
"name": "where",
"type": {
"kind": "INPUT_OBJECT",
"name": "users_bool_exp",
"ofType": null
}
}
],
"deprecationReason": null,
"description": "fetch aggregated fields from the table: \"users\"",
"isDeprecated": false,
"name": "users_aggregate",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "users_aggregate",
"ofType": null
}
}
},
{
"args": [
{
"defaultValue": null,
"description": null,
"name": "id",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
}
}
],
"deprecationReason": null,
"description": "fetch data from the table: \"users\" using primary key columns",
"isDeprecated": false,
"name": "users_by_pk",
"type": {
"kind": "OBJECT",
"name": "users",
"ofType": null
}
}
],
"inputFields": null,
"interfaces": [],
"kind": "OBJECT",
"name": "query_root",
"possibleTypes": null
},
{
"description": null,
"enumValues": null,
"fields": [
{
"args": [
{
"defaultValue": null,
"description": "distinct select on columns",
"name": "distinct_on",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "todos_select_column",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": "limit the number of rows returned",
"name": "limit",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": null,
"description": "skip the first n rows. Use only with order_by",
"name": "offset",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": null,
"description": "sort the rows by one or more columns",
"name": "order_by",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "todos_order_by",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": "filter the rows returned",
"name": "where",
"type": {
"kind": "INPUT_OBJECT",
"name": "todos_bool_exp",
"ofType": null
}
}
],
"deprecationReason": null,
"description": "An array relationship",
"isDeprecated": false,
"name": "todos",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "todos",
"ofType": null
}
}
}
}
},
{
"args": [
{
"defaultValue": null,
"description": "distinct select on columns",
"name": "distinct_on",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "todos_select_column",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": "limit the number of rows returned",
"name": "limit",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": null,
"description": "skip the first n rows. Use only with order_by",
"name": "offset",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": null,
"description": "sort the rows by one or more columns",
"name": "order_by",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "todos_order_by",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": "filter the rows returned",
"name": "where",
"type": {
"kind": "INPUT_OBJECT",
"name": "todos_bool_exp",
"ofType": null
}
}
],
"deprecationReason": null,
"description": "An aggregate relationship",
"isDeprecated": false,
"name": "todos_aggregate",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "todos_aggregate",
"ofType": null
}
}
},
{
"args": [
{
"defaultValue": null,
"description": null,
"name": "id",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
}
}
],
"deprecationReason": null,
"description": "fetch data from the table: \"todos\" using primary key columns",
"isDeprecated": false,
"name": "todos_by_pk",
"type": {
"kind": "OBJECT",
"name": "todos",
"ofType": null
}
},
{
"args": [
{
"defaultValue": null,
"description": "maximum number of rows returned in a single batch",
"name": "batch_size",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
}
},
{
"defaultValue": null,
"description": "cursor to stream the results returned by the query",
"name": "cursor",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "todos_stream_cursor_input",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": "filter the rows returned",
"name": "where",
"type": {
"kind": "INPUT_OBJECT",
"name": "todos_bool_exp",
"ofType": null
}
}
],
"deprecationReason": null,
"description": "fetch data from the table in a streaming manner : \"todos\"",
"isDeprecated": false,
"name": "todos_stream",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "todos",
"ofType": null
}
}
}
}
},
{
"args": [
{
"defaultValue": null,
"description": "distinct select on columns",
"name": "distinct_on",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "users_select_column",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": "limit the number of rows returned",
"name": "limit",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": null,
"description": "skip the first n rows. Use only with order_by",
"name": "offset",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": null,
"description": "sort the rows by one or more columns",
"name": "order_by",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "users_order_by",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": "filter the rows returned",
"name": "where",
"type": {
"kind": "INPUT_OBJECT",
"name": "users_bool_exp",
"ofType": null
}
}
],
"deprecationReason": null,
"description": "fetch data from the table: \"users\"",
"isDeprecated": false,
"name": "users",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "users",
"ofType": null
}
}
}
}
},
{
"args": [
{
"defaultValue": null,
"description": "distinct select on columns",
"name": "distinct_on",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "users_select_column",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": "limit the number of rows returned",
"name": "limit",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": null,
"description": "skip the first n rows. Use only with order_by",
"name": "offset",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": null,
"description": "sort the rows by one or more columns",
"name": "order_by",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "users_order_by",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": "filter the rows returned",
"name": "where",
"type": {
"kind": "INPUT_OBJECT",
"name": "users_bool_exp",
"ofType": null
}
}
],
"deprecationReason": null,
"description": "fetch aggregated fields from the table: \"users\"",
"isDeprecated": false,
"name": "users_aggregate",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "users_aggregate",
"ofType": null
}
}
},
{
"args": [
{
"defaultValue": null,
"description": null,
"name": "id",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
}
}
],
"deprecationReason": null,
"description": "fetch data from the table: \"users\" using primary key columns",
"isDeprecated": false,
"name": "users_by_pk",
"type": {
"kind": "OBJECT",
"name": "users",
"ofType": null
}
},
{
"args": [
{
"defaultValue": null,
"description": "maximum number of rows returned in a single batch",
"name": "batch_size",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
}
},
{
"defaultValue": null,
"description": "cursor to stream the results returned by the query",
"name": "cursor",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "users_stream_cursor_input",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": "filter the rows returned",
"name": "where",
"type": {
"kind": "INPUT_OBJECT",
"name": "users_bool_exp",
"ofType": null
}
}
],
"deprecationReason": null,
"description": "fetch data from the table in a streaming manner : \"users\"",
"isDeprecated": false,
"name": "users_stream",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "users",
"ofType": null
}
}
}
}
}
],
"inputFields": null,
"interfaces": [],
"kind": "OBJECT",
"name": "subscription_root",
"possibleTypes": null
},
{
"description": null,
"enumValues": null,
"fields": null,
"inputFields": null,
"interfaces": null,
"kind": "SCALAR",
"name": "timestamptz",
"possibleTypes": null
},
{
"description": "Boolean expression to compare columns of type \"timestamptz\". All fields are combined with logical 'AND'.",
"enumValues": null,
"fields": null,
"inputFields": [
{
"defaultValue": null,
"description": null,
"name": "_eq",
"type": {
"kind": "SCALAR",
"name": "timestamptz",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "_gt",
"type": {
"kind": "SCALAR",
"name": "timestamptz",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "_gte",
"type": {
"kind": "SCALAR",
"name": "timestamptz",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "_in",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "timestamptz",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "_is_null",
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "_lt",
"type": {
"kind": "SCALAR",
"name": "timestamptz",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "_lte",
"type": {
"kind": "SCALAR",
"name": "timestamptz",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "_neq",
"type": {
"kind": "SCALAR",
"name": "timestamptz",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "_nin",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "timestamptz",
"ofType": null
}
}
}
}
],
"interfaces": null,
"kind": "INPUT_OBJECT",
"name": "timestamptz_comparison_exp",
"possibleTypes": null
},
{
"description": "columns and relationships of \"todos\"",
"enumValues": null,
"fields": [
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "assignee",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
}
},
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "created_at",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "timestamptz",
"ofType": null
}
}
},
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "id",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
}
},
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "title",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
],
"inputFields": null,
"interfaces": [],
"kind": "OBJECT",
"name": "todos",
"possibleTypes": null
},
{
"description": "aggregated selection of \"todos\"",
"enumValues": null,
"fields": [
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "aggregate",
"type": {
"kind": "OBJECT",
"name": "todos_aggregate_fields",
"ofType": null
}
},
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "nodes",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "todos",
"ofType": null
}
}
}
}
}
],
"inputFields": null,
"interfaces": [],
"kind": "OBJECT",
"name": "todos_aggregate",
"possibleTypes": null
},
{
"description": "aggregate fields of \"todos\"",
"enumValues": null,
"fields": [
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "avg",
"type": {
"kind": "OBJECT",
"name": "todos_avg_fields",
"ofType": null
}
},
{
"args": [
{
"defaultValue": null,
"description": null,
"name": "columns",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "todos_select_column",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "distinct",
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
}
],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "count",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
}
},
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "max",
"type": {
"kind": "OBJECT",
"name": "todos_max_fields",
"ofType": null
}
},
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "min",
"type": {
"kind": "OBJECT",
"name": "todos_min_fields",
"ofType": null
}
},
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "stddev",
"type": {
"kind": "OBJECT",
"name": "todos_stddev_fields",
"ofType": null
}
},
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "stddev_pop",
"type": {
"kind": "OBJECT",
"name": "todos_stddev_pop_fields",
"ofType": null
}
},
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "stddev_samp",
"type": {
"kind": "OBJECT",
"name": "todos_stddev_samp_fields",
"ofType": null
}
},
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "sum",
"type": {
"kind": "OBJECT",
"name": "todos_sum_fields",
"ofType": null
}
},
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "var_pop",
"type": {
"kind": "OBJECT",
"name": "todos_var_pop_fields",
"ofType": null
}
},
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "var_samp",
"type": {
"kind": "OBJECT",
"name": "todos_var_samp_fields",
"ofType": null
}
},
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "variance",
"type": {
"kind": "OBJECT",
"name": "todos_variance_fields",
"ofType": null
}
}
],
"inputFields": null,
"interfaces": [],
"kind": "OBJECT",
"name": "todos_aggregate_fields",
"possibleTypes": null
},
{
"description": "order by aggregate values of table \"todos\"",
"enumValues": null,
"fields": null,
"inputFields": [
{
"defaultValue": null,
"description": null,
"name": "avg",
"type": {
"kind": "INPUT_OBJECT",
"name": "todos_avg_order_by",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "count",
"type": {
"kind": "ENUM",
"name": "order_by",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "max",
"type": {
"kind": "INPUT_OBJECT",
"name": "todos_max_order_by",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "min",
"type": {
"kind": "INPUT_OBJECT",
"name": "todos_min_order_by",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "stddev",
"type": {
"kind": "INPUT_OBJECT",
"name": "todos_stddev_order_by",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "stddev_pop",
"type": {
"kind": "INPUT_OBJECT",
"name": "todos_stddev_pop_order_by",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "stddev_samp",
"type": {
"kind": "INPUT_OBJECT",
"name": "todos_stddev_samp_order_by",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "sum",
"type": {
"kind": "INPUT_OBJECT",
"name": "todos_sum_order_by",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "var_pop",
"type": {
"kind": "INPUT_OBJECT",
"name": "todos_var_pop_order_by",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "var_samp",
"type": {
"kind": "INPUT_OBJECT",
"name": "todos_var_samp_order_by",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "variance",
"type": {
"kind": "INPUT_OBJECT",
"name": "todos_variance_order_by",
"ofType": null
}
}
],
"interfaces": null,
"kind": "INPUT_OBJECT",
"name": "todos_aggregate_order_by",
"possibleTypes": null
},
{
"description": "input type for inserting array relation for remote table \"todos\"",
"enumValues": null,
"fields": null,
"inputFields": [
{
"defaultValue": null,
"description": null,
"name": "data",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "todos_insert_input",
"ofType": null
}
}
}
}
},
{
"defaultValue": null,
"description": "upsert condition",
"name": "on_conflict",
"type": {
"kind": "INPUT_OBJECT",
"name": "todos_on_conflict",
"ofType": null
}
}
],
"interfaces": null,
"kind": "INPUT_OBJECT",
"name": "todos_arr_rel_insert_input",
"possibleTypes": null
},
{
"description": "aggregate avg on columns",
"enumValues": null,
"fields": [
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "assignee",
"type": {
"kind": "SCALAR",
"name": "Float",
"ofType": null
}
},
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "id",
"type": {
"kind": "SCALAR",
"name": "Float",
"ofType": null
}
}
],
"inputFields": null,
"interfaces": [],
"kind": "OBJECT",
"name": "todos_avg_fields",
"possibleTypes": null
},
{
"description": "order by avg() on columns of table \"todos\"",
"enumValues": null,
"fields": null,
"inputFields": [
{
"defaultValue": null,
"description": null,
"name": "assignee",
"type": {
"kind": "ENUM",
"name": "order_by",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id",
"type": {
"kind": "ENUM",
"name": "order_by",
"ofType": null
}
}
],
"interfaces": null,
"kind": "INPUT_OBJECT",
"name": "todos_avg_order_by",
"possibleTypes": null
},
{
"description": "Boolean expression to filter rows from the table \"todos\". All fields are combined with a logical 'AND'.",
"enumValues": null,
"fields": null,
"inputFields": [
{
"defaultValue": null,
"description": null,
"name": "_and",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "todos_bool_exp",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "_not",
"type": {
"kind": "INPUT_OBJECT",
"name": "todos_bool_exp",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "_or",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "todos_bool_exp",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "assignee",
"type": {
"kind": "INPUT_OBJECT",
"name": "Int_comparison_exp",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "created_at",
"type": {
"kind": "INPUT_OBJECT",
"name": "timestamptz_comparison_exp",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id",
"type": {
"kind": "INPUT_OBJECT",
"name": "Int_comparison_exp",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "title",
"type": {
"kind": "INPUT_OBJECT",
"name": "String_comparison_exp",
"ofType": null
}
}
],
"interfaces": null,
"kind": "INPUT_OBJECT",
"name": "todos_bool_exp",
"possibleTypes": null
},
{
"description": "unique or primary key constraints on table \"todos\"",
"enumValues": [
{
"deprecationReason": null,
"description": "unique or primary key constraint on columns \"id\"",
"isDeprecated": false,
"name": "todos_pkey"
}
],
"fields": null,
"inputFields": null,
"interfaces": null,
"kind": "ENUM",
"name": "todos_constraint",
"possibleTypes": null
},
{
"description": "input type for incrementing numeric columns in table \"todos\"",
"enumValues": null,
"fields": null,
"inputFields": [
{
"defaultValue": null,
"description": null,
"name": "assignee",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
}
],
"interfaces": null,
"kind": "INPUT_OBJECT",
"name": "todos_inc_input",
"possibleTypes": null
},
{
"description": "input type for inserting data into table \"todos\"",
"enumValues": null,
"fields": null,
"inputFields": [
{
"defaultValue": null,
"description": null,
"name": "assignee",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "created_at",
"type": {
"kind": "SCALAR",
"name": "timestamptz",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "title",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
],
"interfaces": null,
"kind": "INPUT_OBJECT",
"name": "todos_insert_input",
"possibleTypes": null
},
{
"description": "aggregate max on columns",
"enumValues": null,
"fields": [
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "assignee",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "created_at",
"type": {
"kind": "SCALAR",
"name": "timestamptz",
"ofType": null
}
},
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "id",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "title",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
],
"inputFields": null,
"interfaces": [],
"kind": "OBJECT",
"name": "todos_max_fields",
"possibleTypes": null
},
{
"description": "order by max() on columns of table \"todos\"",
"enumValues": null,
"fields": null,
"inputFields": [
{
"defaultValue": null,
"description": null,
"name": "assignee",
"type": {
"kind": "ENUM",
"name": "order_by",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "created_at",
"type": {
"kind": "ENUM",
"name": "order_by",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id",
"type": {
"kind": "ENUM",
"name": "order_by",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "title",
"type": {
"kind": "ENUM",
"name": "order_by",
"ofType": null
}
}
],
"interfaces": null,
"kind": "INPUT_OBJECT",
"name": "todos_max_order_by",
"possibleTypes": null
},
{
"description": "aggregate min on columns",
"enumValues": null,
"fields": [
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "assignee",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "created_at",
"type": {
"kind": "SCALAR",
"name": "timestamptz",
"ofType": null
}
},
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "id",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "title",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
],
"inputFields": null,
"interfaces": [],
"kind": "OBJECT",
"name": "todos_min_fields",
"possibleTypes": null
},
{
"description": "order by min() on columns of table \"todos\"",
"enumValues": null,
"fields": null,
"inputFields": [
{
"defaultValue": null,
"description": null,
"name": "assignee",
"type": {
"kind": "ENUM",
"name": "order_by",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "created_at",
"type": {
"kind": "ENUM",
"name": "order_by",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id",
"type": {
"kind": "ENUM",
"name": "order_by",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "title",
"type": {
"kind": "ENUM",
"name": "order_by",
"ofType": null
}
}
],
"interfaces": null,
"kind": "INPUT_OBJECT",
"name": "todos_min_order_by",
"possibleTypes": null
},
{
"description": "response of any mutation on the table \"todos\"",
"enumValues": null,
"fields": [
{
"args": [],
"deprecationReason": null,
"description": "number of rows affected by the mutation",
"isDeprecated": false,
"name": "affected_rows",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
}
},
{
"args": [],
"deprecationReason": null,
"description": "data from the rows affected by the mutation",
"isDeprecated": false,
"name": "returning",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "todos",
"ofType": null
}
}
}
}
}
],
"inputFields": null,
"interfaces": [],
"kind": "OBJECT",
"name": "todos_mutation_response",
"possibleTypes": null
},
{
"description": "on_conflict condition type for table \"todos\"",
"enumValues": null,
"fields": null,
"inputFields": [
{
"defaultValue": null,
"description": null,
"name": "constraint",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "todos_constraint",
"ofType": null
}
}
},
{
"defaultValue": "[]",
"description": null,
"name": "update_columns",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "todos_update_column",
"ofType": null
}
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "where",
"type": {
"kind": "INPUT_OBJECT",
"name": "todos_bool_exp",
"ofType": null
}
}
],
"interfaces": null,
"kind": "INPUT_OBJECT",
"name": "todos_on_conflict",
"possibleTypes": null
},
{
"description": "Ordering options when selecting data from \"todos\".",
"enumValues": null,
"fields": null,
"inputFields": [
{
"defaultValue": null,
"description": null,
"name": "assignee",
"type": {
"kind": "ENUM",
"name": "order_by",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "created_at",
"type": {
"kind": "ENUM",
"name": "order_by",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id",
"type": {
"kind": "ENUM",
"name": "order_by",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "title",
"type": {
"kind": "ENUM",
"name": "order_by",
"ofType": null
}
}
],
"interfaces": null,
"kind": "INPUT_OBJECT",
"name": "todos_order_by",
"possibleTypes": null
},
{
"description": "primary key columns input for table: todos",
"enumValues": null,
"fields": null,
"inputFields": [
{
"defaultValue": null,
"description": null,
"name": "id",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
}
}
],
"interfaces": null,
"kind": "INPUT_OBJECT",
"name": "todos_pk_columns_input",
"possibleTypes": null
},
{
"description": "select columns of table \"todos\"",
"enumValues": [
{
"deprecationReason": null,
"description": "column name",
"isDeprecated": false,
"name": "assignee"
},
{
"deprecationReason": null,
"description": "column name",
"isDeprecated": false,
"name": "created_at"
},
{
"deprecationReason": null,
"description": "column name",
"isDeprecated": false,
"name": "id"
},
{
"deprecationReason": null,
"description": "column name",
"isDeprecated": false,
"name": "title"
}
],
"fields": null,
"inputFields": null,
"interfaces": null,
"kind": "ENUM",
"name": "todos_select_column",
"possibleTypes": null
},
{
"description": "input type for updating data in table \"todos\"",
"enumValues": null,
"fields": null,
"inputFields": [
{
"defaultValue": null,
"description": null,
"name": "assignee",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "created_at",
"type": {
"kind": "SCALAR",
"name": "timestamptz",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "title",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
],
"interfaces": null,
"kind": "INPUT_OBJECT",
"name": "todos_set_input",
"possibleTypes": null
},
{
"description": "aggregate stddev on columns",
"enumValues": null,
"fields": [
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "assignee",
"type": {
"kind": "SCALAR",
"name": "Float",
"ofType": null
}
},
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "id",
"type": {
"kind": "SCALAR",
"name": "Float",
"ofType": null
}
}
],
"inputFields": null,
"interfaces": [],
"kind": "OBJECT",
"name": "todos_stddev_fields",
"possibleTypes": null
},
{
"description": "order by stddev() on columns of table \"todos\"",
"enumValues": null,
"fields": null,
"inputFields": [
{
"defaultValue": null,
"description": null,
"name": "assignee",
"type": {
"kind": "ENUM",
"name": "order_by",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id",
"type": {
"kind": "ENUM",
"name": "order_by",
"ofType": null
}
}
],
"interfaces": null,
"kind": "INPUT_OBJECT",
"name": "todos_stddev_order_by",
"possibleTypes": null
},
{
"description": "aggregate stddev_pop on columns",
"enumValues": null,
"fields": [
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "assignee",
"type": {
"kind": "SCALAR",
"name": "Float",
"ofType": null
}
},
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "id",
"type": {
"kind": "SCALAR",
"name": "Float",
"ofType": null
}
}
],
"inputFields": null,
"interfaces": [],
"kind": "OBJECT",
"name": "todos_stddev_pop_fields",
"possibleTypes": null
},
{
"description": "order by stddev_pop() on columns of table \"todos\"",
"enumValues": null,
"fields": null,
"inputFields": [
{
"defaultValue": null,
"description": null,
"name": "assignee",
"type": {
"kind": "ENUM",
"name": "order_by",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id",
"type": {
"kind": "ENUM",
"name": "order_by",
"ofType": null
}
}
],
"interfaces": null,
"kind": "INPUT_OBJECT",
"name": "todos_stddev_pop_order_by",
"possibleTypes": null
},
{
"description": "aggregate stddev_samp on columns",
"enumValues": null,
"fields": [
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "assignee",
"type": {
"kind": "SCALAR",
"name": "Float",
"ofType": null
}
},
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "id",
"type": {
"kind": "SCALAR",
"name": "Float",
"ofType": null
}
}
],
"inputFields": null,
"interfaces": [],
"kind": "OBJECT",
"name": "todos_stddev_samp_fields",
"possibleTypes": null
},
{
"description": "order by stddev_samp() on columns of table \"todos\"",
"enumValues": null,
"fields": null,
"inputFields": [
{
"defaultValue": null,
"description": null,
"name": "assignee",
"type": {
"kind": "ENUM",
"name": "order_by",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id",
"type": {
"kind": "ENUM",
"name": "order_by",
"ofType": null
}
}
],
"interfaces": null,
"kind": "INPUT_OBJECT",
"name": "todos_stddev_samp_order_by",
"possibleTypes": null
},
{
"description": "Streaming cursor of the table \"todos\"",
"enumValues": null,
"fields": null,
"inputFields": [
{
"defaultValue": null,
"description": "Stream column input with initial value",
"name": "initial_value",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "todos_stream_cursor_value_input",
"ofType": null
}
}
},
{
"defaultValue": null,
"description": "cursor ordering",
"name": "ordering",
"type": {
"kind": "ENUM",
"name": "cursor_ordering",
"ofType": null
}
}
],
"interfaces": null,
"kind": "INPUT_OBJECT",
"name": "todos_stream_cursor_input",
"possibleTypes": null
},
{
"description": "Initial value of the column from where the streaming should start",
"enumValues": null,
"fields": null,
"inputFields": [
{
"defaultValue": null,
"description": null,
"name": "assignee",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "created_at",
"type": {
"kind": "SCALAR",
"name": "timestamptz",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "title",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
],
"interfaces": null,
"kind": "INPUT_OBJECT",
"name": "todos_stream_cursor_value_input",
"possibleTypes": null
},
{
"description": "aggregate sum on columns",
"enumValues": null,
"fields": [
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "assignee",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "id",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
}
],
"inputFields": null,
"interfaces": [],
"kind": "OBJECT",
"name": "todos_sum_fields",
"possibleTypes": null
},
{
"description": "order by sum() on columns of table \"todos\"",
"enumValues": null,
"fields": null,
"inputFields": [
{
"defaultValue": null,
"description": null,
"name": "assignee",
"type": {
"kind": "ENUM",
"name": "order_by",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id",
"type": {
"kind": "ENUM",
"name": "order_by",
"ofType": null
}
}
],
"interfaces": null,
"kind": "INPUT_OBJECT",
"name": "todos_sum_order_by",
"possibleTypes": null
},
{
"description": "update columns of table \"todos\"",
"enumValues": [
{
"deprecationReason": null,
"description": "column name",
"isDeprecated": false,
"name": "assignee"
},
{
"deprecationReason": null,
"description": "column name",
"isDeprecated": false,
"name": "created_at"
},
{
"deprecationReason": null,
"description": "column name",
"isDeprecated": false,
"name": "id"
},
{
"deprecationReason": null,
"description": "column name",
"isDeprecated": false,
"name": "title"
}
],
"fields": null,
"inputFields": null,
"interfaces": null,
"kind": "ENUM",
"name": "todos_update_column",
"possibleTypes": null
},
{
"description": null,
"enumValues": null,
"fields": null,
"inputFields": [
{
"defaultValue": null,
"description": "increments the numeric columns with given value of the filtered values",
"name": "_inc",
"type": {
"kind": "INPUT_OBJECT",
"name": "todos_inc_input",
"ofType": null
}
},
{
"defaultValue": null,
"description": "sets the columns of the filtered rows to the given values",
"name": "_set",
"type": {
"kind": "INPUT_OBJECT",
"name": "todos_set_input",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "where",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "todos_bool_exp",
"ofType": null
}
}
}
],
"interfaces": null,
"kind": "INPUT_OBJECT",
"name": "todos_updates",
"possibleTypes": null
},
{
"description": "aggregate var_pop on columns",
"enumValues": null,
"fields": [
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "assignee",
"type": {
"kind": "SCALAR",
"name": "Float",
"ofType": null
}
},
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "id",
"type": {
"kind": "SCALAR",
"name": "Float",
"ofType": null
}
}
],
"inputFields": null,
"interfaces": [],
"kind": "OBJECT",
"name": "todos_var_pop_fields",
"possibleTypes": null
},
{
"description": "order by var_pop() on columns of table \"todos\"",
"enumValues": null,
"fields": null,
"inputFields": [
{
"defaultValue": null,
"description": null,
"name": "assignee",
"type": {
"kind": "ENUM",
"name": "order_by",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id",
"type": {
"kind": "ENUM",
"name": "order_by",
"ofType": null
}
}
],
"interfaces": null,
"kind": "INPUT_OBJECT",
"name": "todos_var_pop_order_by",
"possibleTypes": null
},
{
"description": "aggregate var_samp on columns",
"enumValues": null,
"fields": [
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "assignee",
"type": {
"kind": "SCALAR",
"name": "Float",
"ofType": null
}
},
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "id",
"type": {
"kind": "SCALAR",
"name": "Float",
"ofType": null
}
}
],
"inputFields": null,
"interfaces": [],
"kind": "OBJECT",
"name": "todos_var_samp_fields",
"possibleTypes": null
},
{
"description": "order by var_samp() on columns of table \"todos\"",
"enumValues": null,
"fields": null,
"inputFields": [
{
"defaultValue": null,
"description": null,
"name": "assignee",
"type": {
"kind": "ENUM",
"name": "order_by",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id",
"type": {
"kind": "ENUM",
"name": "order_by",
"ofType": null
}
}
],
"interfaces": null,
"kind": "INPUT_OBJECT",
"name": "todos_var_samp_order_by",
"possibleTypes": null
},
{
"description": "aggregate variance on columns",
"enumValues": null,
"fields": [
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "assignee",
"type": {
"kind": "SCALAR",
"name": "Float",
"ofType": null
}
},
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "id",
"type": {
"kind": "SCALAR",
"name": "Float",
"ofType": null
}
}
],
"inputFields": null,
"interfaces": [],
"kind": "OBJECT",
"name": "todos_variance_fields",
"possibleTypes": null
},
{
"description": "order by variance() on columns of table \"todos\"",
"enumValues": null,
"fields": null,
"inputFields": [
{
"defaultValue": null,
"description": null,
"name": "assignee",
"type": {
"kind": "ENUM",
"name": "order_by",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id",
"type": {
"kind": "ENUM",
"name": "order_by",
"ofType": null
}
}
],
"interfaces": null,
"kind": "INPUT_OBJECT",
"name": "todos_variance_order_by",
"possibleTypes": null
},
{
"description": "columns and relationships of \"users\"",
"enumValues": null,
"fields": [
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "avatar",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "id",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
}
},
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "name",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
},
{
"args": [
{
"defaultValue": null,
"description": "distinct select on columns",
"name": "distinct_on",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "todos_select_column",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": "limit the number of rows returned",
"name": "limit",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": null,
"description": "skip the first n rows. Use only with order_by",
"name": "offset",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": null,
"description": "sort the rows by one or more columns",
"name": "order_by",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "todos_order_by",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": "filter the rows returned",
"name": "where",
"type": {
"kind": "INPUT_OBJECT",
"name": "todos_bool_exp",
"ofType": null
}
}
],
"deprecationReason": null,
"description": "An array relationship",
"isDeprecated": false,
"name": "todos",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "todos",
"ofType": null
}
}
}
}
},
{
"args": [
{
"defaultValue": null,
"description": "distinct select on columns",
"name": "distinct_on",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "todos_select_column",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": "limit the number of rows returned",
"name": "limit",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": null,
"description": "skip the first n rows. Use only with order_by",
"name": "offset",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": null,
"description": "sort the rows by one or more columns",
"name": "order_by",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "todos_order_by",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": "filter the rows returned",
"name": "where",
"type": {
"kind": "INPUT_OBJECT",
"name": "todos_bool_exp",
"ofType": null
}
}
],
"deprecationReason": null,
"description": "An aggregate relationship",
"isDeprecated": false,
"name": "todos_aggregate",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "todos_aggregate",
"ofType": null
}
}
},
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "username",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
],
"inputFields": null,
"interfaces": [],
"kind": "OBJECT",
"name": "users",
"possibleTypes": null
},
{
"description": "aggregated selection of \"users\"",
"enumValues": null,
"fields": [
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "aggregate",
"type": {
"kind": "OBJECT",
"name": "users_aggregate_fields",
"ofType": null
}
},
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "nodes",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "users",
"ofType": null
}
}
}
}
}
],
"inputFields": null,
"interfaces": [],
"kind": "OBJECT",
"name": "users_aggregate",
"possibleTypes": null
},
{
"description": "aggregate fields of \"users\"",
"enumValues": null,
"fields": [
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "avg",
"type": {
"kind": "OBJECT",
"name": "users_avg_fields",
"ofType": null
}
},
{
"args": [
{
"defaultValue": null,
"description": null,
"name": "columns",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "users_select_column",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "distinct",
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
}
],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "count",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
}
},
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "max",
"type": {
"kind": "OBJECT",
"name": "users_max_fields",
"ofType": null
}
},
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "min",
"type": {
"kind": "OBJECT",
"name": "users_min_fields",
"ofType": null
}
},
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "stddev",
"type": {
"kind": "OBJECT",
"name": "users_stddev_fields",
"ofType": null
}
},
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "stddev_pop",
"type": {
"kind": "OBJECT",
"name": "users_stddev_pop_fields",
"ofType": null
}
},
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "stddev_samp",
"type": {
"kind": "OBJECT",
"name": "users_stddev_samp_fields",
"ofType": null
}
},
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "sum",
"type": {
"kind": "OBJECT",
"name": "users_sum_fields",
"ofType": null
}
},
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "var_pop",
"type": {
"kind": "OBJECT",
"name": "users_var_pop_fields",
"ofType": null
}
},
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "var_samp",
"type": {
"kind": "OBJECT",
"name": "users_var_samp_fields",
"ofType": null
}
},
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "variance",
"type": {
"kind": "OBJECT",
"name": "users_variance_fields",
"ofType": null
}
}
],
"inputFields": null,
"interfaces": [],
"kind": "OBJECT",
"name": "users_aggregate_fields",
"possibleTypes": null
},
{
"description": "aggregate avg on columns",
"enumValues": null,
"fields": [
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "id",
"type": {
"kind": "SCALAR",
"name": "Float",
"ofType": null
}
}
],
"inputFields": null,
"interfaces": [],
"kind": "OBJECT",
"name": "users_avg_fields",
"possibleTypes": null
},
{
"description": "Boolean expression to filter rows from the table \"users\". All fields are combined with a logical 'AND'.",
"enumValues": null,
"fields": null,
"inputFields": [
{
"defaultValue": null,
"description": null,
"name": "_and",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "users_bool_exp",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "_not",
"type": {
"kind": "INPUT_OBJECT",
"name": "users_bool_exp",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "_or",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "users_bool_exp",
"ofType": null
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "avatar",
"type": {
"kind": "INPUT_OBJECT",
"name": "String_comparison_exp",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id",
"type": {
"kind": "INPUT_OBJECT",
"name": "Int_comparison_exp",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "name",
"type": {
"kind": "INPUT_OBJECT",
"name": "String_comparison_exp",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "todos",
"type": {
"kind": "INPUT_OBJECT",
"name": "todos_bool_exp",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "username",
"type": {
"kind": "INPUT_OBJECT",
"name": "String_comparison_exp",
"ofType": null
}
}
],
"interfaces": null,
"kind": "INPUT_OBJECT",
"name": "users_bool_exp",
"possibleTypes": null
},
{
"description": "unique or primary key constraints on table \"users\"",
"enumValues": [
{
"deprecationReason": null,
"description": "unique or primary key constraint on columns \"id\"",
"isDeprecated": false,
"name": "users_pkey"
},
{
"deprecationReason": null,
"description": "unique or primary key constraint on columns \"username\"",
"isDeprecated": false,
"name": "users_username_key"
}
],
"fields": null,
"inputFields": null,
"interfaces": null,
"kind": "ENUM",
"name": "users_constraint",
"possibleTypes": null
},
{
"description": "input type for incrementing numeric columns in table \"users\"",
"enumValues": null,
"fields": null,
"inputFields": [
{
"defaultValue": null,
"description": null,
"name": "id",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
}
],
"interfaces": null,
"kind": "INPUT_OBJECT",
"name": "users_inc_input",
"possibleTypes": null
},
{
"description": "input type for inserting data into table \"users\"",
"enumValues": null,
"fields": null,
"inputFields": [
{
"defaultValue": null,
"description": null,
"name": "avatar",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "name",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "todos",
"type": {
"kind": "INPUT_OBJECT",
"name": "todos_arr_rel_insert_input",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "username",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
],
"interfaces": null,
"kind": "INPUT_OBJECT",
"name": "users_insert_input",
"possibleTypes": null
},
{
"description": "aggregate max on columns",
"enumValues": null,
"fields": [
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "avatar",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "id",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "name",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "username",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
],
"inputFields": null,
"interfaces": [],
"kind": "OBJECT",
"name": "users_max_fields",
"possibleTypes": null
},
{
"description": "aggregate min on columns",
"enumValues": null,
"fields": [
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "avatar",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "id",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "name",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "username",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
],
"inputFields": null,
"interfaces": [],
"kind": "OBJECT",
"name": "users_min_fields",
"possibleTypes": null
},
{
"description": "response of any mutation on the table \"users\"",
"enumValues": null,
"fields": [
{
"args": [],
"deprecationReason": null,
"description": "number of rows affected by the mutation",
"isDeprecated": false,
"name": "affected_rows",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
}
},
{
"args": [],
"deprecationReason": null,
"description": "data from the rows affected by the mutation",
"isDeprecated": false,
"name": "returning",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "users",
"ofType": null
}
}
}
}
}
],
"inputFields": null,
"interfaces": [],
"kind": "OBJECT",
"name": "users_mutation_response",
"possibleTypes": null
},
{
"description": "on_conflict condition type for table \"users\"",
"enumValues": null,
"fields": null,
"inputFields": [
{
"defaultValue": null,
"description": null,
"name": "constraint",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "users_constraint",
"ofType": null
}
}
},
{
"defaultValue": "[]",
"description": null,
"name": "update_columns",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "users_update_column",
"ofType": null
}
}
}
}
},
{
"defaultValue": null,
"description": null,
"name": "where",
"type": {
"kind": "INPUT_OBJECT",
"name": "users_bool_exp",
"ofType": null
}
}
],
"interfaces": null,
"kind": "INPUT_OBJECT",
"name": "users_on_conflict",
"possibleTypes": null
},
{
"description": "Ordering options when selecting data from \"users\".",
"enumValues": null,
"fields": null,
"inputFields": [
{
"defaultValue": null,
"description": null,
"name": "avatar",
"type": {
"kind": "ENUM",
"name": "order_by",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id",
"type": {
"kind": "ENUM",
"name": "order_by",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "name",
"type": {
"kind": "ENUM",
"name": "order_by",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "todos_aggregate",
"type": {
"kind": "INPUT_OBJECT",
"name": "todos_aggregate_order_by",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "username",
"type": {
"kind": "ENUM",
"name": "order_by",
"ofType": null
}
}
],
"interfaces": null,
"kind": "INPUT_OBJECT",
"name": "users_order_by",
"possibleTypes": null
},
{
"description": "primary key columns input for table: users",
"enumValues": null,
"fields": null,
"inputFields": [
{
"defaultValue": null,
"description": null,
"name": "id",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
}
}
],
"interfaces": null,
"kind": "INPUT_OBJECT",
"name": "users_pk_columns_input",
"possibleTypes": null
},
{
"description": "select columns of table \"users\"",
"enumValues": [
{
"deprecationReason": null,
"description": "column name",
"isDeprecated": false,
"name": "avatar"
},
{
"deprecationReason": null,
"description": "column name",
"isDeprecated": false,
"name": "id"
},
{
"deprecationReason": null,
"description": "column name",
"isDeprecated": false,
"name": "name"
},
{
"deprecationReason": null,
"description": "column name",
"isDeprecated": false,
"name": "username"
}
],
"fields": null,
"inputFields": null,
"interfaces": null,
"kind": "ENUM",
"name": "users_select_column",
"possibleTypes": null
},
{
"description": "input type for updating data in table \"users\"",
"enumValues": null,
"fields": null,
"inputFields": [
{
"defaultValue": null,
"description": null,
"name": "avatar",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "name",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "username",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
],
"interfaces": null,
"kind": "INPUT_OBJECT",
"name": "users_set_input",
"possibleTypes": null
},
{
"description": "aggregate stddev on columns",
"enumValues": null,
"fields": [
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "id",
"type": {
"kind": "SCALAR",
"name": "Float",
"ofType": null
}
}
],
"inputFields": null,
"interfaces": [],
"kind": "OBJECT",
"name": "users_stddev_fields",
"possibleTypes": null
},
{
"description": "aggregate stddev_pop on columns",
"enumValues": null,
"fields": [
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "id",
"type": {
"kind": "SCALAR",
"name": "Float",
"ofType": null
}
}
],
"inputFields": null,
"interfaces": [],
"kind": "OBJECT",
"name": "users_stddev_pop_fields",
"possibleTypes": null
},
{
"description": "aggregate stddev_samp on columns",
"enumValues": null,
"fields": [
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "id",
"type": {
"kind": "SCALAR",
"name": "Float",
"ofType": null
}
}
],
"inputFields": null,
"interfaces": [],
"kind": "OBJECT",
"name": "users_stddev_samp_fields",
"possibleTypes": null
},
{
"description": "Streaming cursor of the table \"users\"",
"enumValues": null,
"fields": null,
"inputFields": [
{
"defaultValue": null,
"description": "Stream column input with initial value",
"name": "initial_value",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "users_stream_cursor_value_input",
"ofType": null
}
}
},
{
"defaultValue": null,
"description": "cursor ordering",
"name": "ordering",
"type": {
"kind": "ENUM",
"name": "cursor_ordering",
"ofType": null
}
}
],
"interfaces": null,
"kind": "INPUT_OBJECT",
"name": "users_stream_cursor_input",
"possibleTypes": null
},
{
"description": "Initial value of the column from where the streaming should start",
"enumValues": null,
"fields": null,
"inputFields": [
{
"defaultValue": null,
"description": null,
"name": "avatar",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "id",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "name",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "username",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
],
"interfaces": null,
"kind": "INPUT_OBJECT",
"name": "users_stream_cursor_value_input",
"possibleTypes": null
},
{
"description": "aggregate sum on columns",
"enumValues": null,
"fields": [
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "id",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
}
],
"inputFields": null,
"interfaces": [],
"kind": "OBJECT",
"name": "users_sum_fields",
"possibleTypes": null
},
{
"description": "update columns of table \"users\"",
"enumValues": [
{
"deprecationReason": null,
"description": "column name",
"isDeprecated": false,
"name": "avatar"
},
{
"deprecationReason": null,
"description": "column name",
"isDeprecated": false,
"name": "id"
},
{
"deprecationReason": null,
"description": "column name",
"isDeprecated": false,
"name": "name"
},
{
"deprecationReason": null,
"description": "column name",
"isDeprecated": false,
"name": "username"
}
],
"fields": null,
"inputFields": null,
"interfaces": null,
"kind": "ENUM",
"name": "users_update_column",
"possibleTypes": null
},
{
"description": null,
"enumValues": null,
"fields": null,
"inputFields": [
{
"defaultValue": null,
"description": "increments the numeric columns with given value of the filtered values",
"name": "_inc",
"type": {
"kind": "INPUT_OBJECT",
"name": "users_inc_input",
"ofType": null
}
},
{
"defaultValue": null,
"description": "sets the columns of the filtered rows to the given values",
"name": "_set",
"type": {
"kind": "INPUT_OBJECT",
"name": "users_set_input",
"ofType": null
}
},
{
"defaultValue": null,
"description": null,
"name": "where",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "users_bool_exp",
"ofType": null
}
}
}
],
"interfaces": null,
"kind": "INPUT_OBJECT",
"name": "users_updates",
"possibleTypes": null
},
{
"description": "aggregate var_pop on columns",
"enumValues": null,
"fields": [
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "id",
"type": {
"kind": "SCALAR",
"name": "Float",
"ofType": null
}
}
],
"inputFields": null,
"interfaces": [],
"kind": "OBJECT",
"name": "users_var_pop_fields",
"possibleTypes": null
},
{
"description": "aggregate var_samp on columns",
"enumValues": null,
"fields": [
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "id",
"type": {
"kind": "SCALAR",
"name": "Float",
"ofType": null
}
}
],
"inputFields": null,
"interfaces": [],
"kind": "OBJECT",
"name": "users_var_samp_fields",
"possibleTypes": null
},
{
"description": "aggregate variance on columns",
"enumValues": null,
"fields": [
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "id",
"type": {
"kind": "SCALAR",
"name": "Float",
"ofType": null
}
}
],
"inputFields": null,
"interfaces": [],
"kind": "OBJECT",
"name": "users_variance_fields",
"possibleTypes": null
}
]
}
}
}