mirror of
https://github.com/twentyhq/twenty.git
synced 2024-12-18 09:02:11 +03:00
ae7bad65ca
* chore: add types of schema * Ease codegen use on FE * chore: ignore prettier in generated files * lint: generated files * feature: strongly type filter of query * chore: ignore generated files in prettier * chore: eslint ignore generated files --------- Co-authored-by: Sammy Teillet <sammy.teillet@gmail.com> Co-authored-by: Charles Bochet <charles@twenty.com>
5279 lines
153 KiB
JSON
5279 lines
153 KiB
JSON
{
|
|
"__schema": {
|
|
"queryType": {
|
|
"name": "query_root"
|
|
},
|
|
"mutationType": {
|
|
"name": "mutation_root"
|
|
},
|
|
"subscriptionType": {
|
|
"name": "subscription_root"
|
|
},
|
|
"types": [
|
|
{
|
|
"kind": "SCALAR",
|
|
"name": "Boolean",
|
|
"description": "The `Boolean` scalar type represents `true` or `false`.",
|
|
"fields": null,
|
|
"inputFields": null,
|
|
"interfaces": null,
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "SCALAR",
|
|
"name": "Int",
|
|
"description": "The `Int` scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.",
|
|
"fields": null,
|
|
"inputFields": null,
|
|
"interfaces": null,
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "Int_comparison_exp",
|
|
"description": "Boolean expression to compare columns of type \"Int\". All fields are combined with logical 'AND'.",
|
|
"fields": null,
|
|
"inputFields": [
|
|
{
|
|
"name": "_eq",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Int",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "_gt",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Int",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "_gte",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Int",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "_in",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "Int",
|
|
"ofType": null
|
|
}
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "_is_null",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Boolean",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "_lt",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Int",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "_lte",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Int",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "_neq",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Int",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "_nin",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "Int",
|
|
"ofType": null
|
|
}
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"interfaces": null,
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"description": "The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.",
|
|
"fields": null,
|
|
"inputFields": null,
|
|
"interfaces": null,
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "String_comparison_exp",
|
|
"description": "Boolean expression to compare columns of type \"String\". All fields are combined with logical 'AND'.",
|
|
"fields": null,
|
|
"inputFields": [
|
|
{
|
|
"name": "_eq",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "_gt",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "_gte",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "_ilike",
|
|
"description": "does the column match the given case-insensitive pattern",
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "_in",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
}
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "_iregex",
|
|
"description": "does the column match the given POSIX regular expression, case insensitive",
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "_is_null",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Boolean",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "_like",
|
|
"description": "does the column match the given pattern",
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "_lt",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "_lte",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "_neq",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "_nilike",
|
|
"description": "does the column NOT match the given case-insensitive pattern",
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "_nin",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
}
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "_niregex",
|
|
"description": "does the column NOT match the given POSIX regular expression, case insensitive",
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "_nlike",
|
|
"description": "does the column NOT match the given pattern",
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "_nregex",
|
|
"description": "does the column NOT match the given POSIX regular expression, case sensitive",
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "_nsimilar",
|
|
"description": "does the column NOT match the given SQL regular expression",
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "_regex",
|
|
"description": "does the column match the given POSIX regular expression, case sensitive",
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "_similar",
|
|
"description": "does the column match the given SQL regular expression",
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"interfaces": null,
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "OBJECT",
|
|
"name": "__Directive",
|
|
"description": "A Directive provides a way to describe alternate runtime execution and type validation behavior in a GraphQL document.\n\nIn some cases, you need to provide options to alter GraphQL's execution behavior in ways field arguments will not suffice, such as conditionally including or skipping a field. Directives provide this by describing additional information to the executor.",
|
|
"fields": [
|
|
{
|
|
"name": "name",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "description",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "isRepeatable",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "Boolean",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "locations",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "ENUM",
|
|
"name": "__DirectiveLocation",
|
|
"ofType": null
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "args",
|
|
"description": null,
|
|
"args": [
|
|
{
|
|
"name": "includeDeprecated",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Boolean",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": "false",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "__InputValue",
|
|
"ofType": null
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"inputFields": null,
|
|
"interfaces": [],
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "ENUM",
|
|
"name": "__DirectiveLocation",
|
|
"description": "A Directive can be adjacent to many parts of the GraphQL language, a __DirectiveLocation describes one such possible adjacencies.",
|
|
"fields": null,
|
|
"inputFields": null,
|
|
"interfaces": null,
|
|
"enumValues": [
|
|
{
|
|
"name": "QUERY",
|
|
"description": "Location adjacent to a query operation.",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "MUTATION",
|
|
"description": "Location adjacent to a mutation operation.",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "SUBSCRIPTION",
|
|
"description": "Location adjacent to a subscription operation.",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "FIELD",
|
|
"description": "Location adjacent to a field.",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "FRAGMENT_DEFINITION",
|
|
"description": "Location adjacent to a fragment definition.",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "FRAGMENT_SPREAD",
|
|
"description": "Location adjacent to a fragment spread.",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "INLINE_FRAGMENT",
|
|
"description": "Location adjacent to an inline fragment.",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "VARIABLE_DEFINITION",
|
|
"description": "Location adjacent to a variable definition.",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "SCHEMA",
|
|
"description": "Location adjacent to a schema definition.",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "SCALAR",
|
|
"description": "Location adjacent to a scalar definition.",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "OBJECT",
|
|
"description": "Location adjacent to an object type definition.",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "FIELD_DEFINITION",
|
|
"description": "Location adjacent to a field definition.",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "ARGUMENT_DEFINITION",
|
|
"description": "Location adjacent to an argument definition.",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "INTERFACE",
|
|
"description": "Location adjacent to an interface definition.",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "UNION",
|
|
"description": "Location adjacent to a union definition.",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "ENUM",
|
|
"description": "Location adjacent to an enum definition.",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "ENUM_VALUE",
|
|
"description": "Location adjacent to an enum value definition.",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "INPUT_OBJECT",
|
|
"description": "Location adjacent to an input object type definition.",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "INPUT_FIELD_DEFINITION",
|
|
"description": "Location adjacent to an input object field definition.",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "OBJECT",
|
|
"name": "__EnumValue",
|
|
"description": "One possible value for a given Enum. Enum values are unique values, not a placeholder for a string or numeric value. However an Enum value is returned in a JSON response as a string.",
|
|
"fields": [
|
|
{
|
|
"name": "name",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "description",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "isDeprecated",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "Boolean",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "deprecationReason",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"inputFields": null,
|
|
"interfaces": [],
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "OBJECT",
|
|
"name": "__Field",
|
|
"description": "Object and Interface types are described by a list of Fields, each of which has a name, potentially a list of arguments, and a return type.",
|
|
"fields": [
|
|
{
|
|
"name": "name",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "description",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "args",
|
|
"description": null,
|
|
"args": [
|
|
{
|
|
"name": "includeDeprecated",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Boolean",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": "false",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "__InputValue",
|
|
"ofType": null
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "type",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "__Type",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "isDeprecated",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "Boolean",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "deprecationReason",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"inputFields": null,
|
|
"interfaces": [],
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "OBJECT",
|
|
"name": "__InputValue",
|
|
"description": "Arguments provided to Fields or Directives and the input fields of an InputObject are represented as Input Values which describe their type and optionally a default value.",
|
|
"fields": [
|
|
{
|
|
"name": "name",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "description",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "type",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "__Type",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "defaultValue",
|
|
"description": "A GraphQL-formatted string representing the default value for this input value.",
|
|
"args": [],
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "isDeprecated",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "Boolean",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "deprecationReason",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"inputFields": null,
|
|
"interfaces": [],
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "OBJECT",
|
|
"name": "__Schema",
|
|
"description": "A GraphQL Schema defines the capabilities of a GraphQL server. It exposes all available types and directives on the server, as well as the entry points for query, mutation, and subscription operations.",
|
|
"fields": [
|
|
{
|
|
"name": "description",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "types",
|
|
"description": "A list of all types supported by this server.",
|
|
"args": [],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "__Type",
|
|
"ofType": null
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "queryType",
|
|
"description": "The type that query operations will be rooted at.",
|
|
"args": [],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "__Type",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "mutationType",
|
|
"description": "If this server supports mutation, the type that mutation operations will be rooted at.",
|
|
"args": [],
|
|
"type": {
|
|
"kind": "OBJECT",
|
|
"name": "__Type",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "subscriptionType",
|
|
"description": "If this server support subscription, the type that subscription operations will be rooted at.",
|
|
"args": [],
|
|
"type": {
|
|
"kind": "OBJECT",
|
|
"name": "__Type",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "directives",
|
|
"description": "A list of all directives supported by this server.",
|
|
"args": [],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "__Directive",
|
|
"ofType": null
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"inputFields": null,
|
|
"interfaces": [],
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "OBJECT",
|
|
"name": "__Type",
|
|
"description": "The fundamental unit of any GraphQL Schema is the type. There are many kinds of types in GraphQL as represented by the `__TypeKind` enum.\n\nDepending on the kind of a type, certain fields describe information about that type. Scalar types provide no information beyond a name, description and optional `specifiedByURL`, while Enum types provide their values. Object and Interface types provide the fields they describe. Abstract types, Union and Interface, provide the Object types possible at runtime. List and NonNull types compose other types.",
|
|
"fields": [
|
|
{
|
|
"name": "kind",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "ENUM",
|
|
"name": "__TypeKind",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "name",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "description",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "specifiedByURL",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "fields",
|
|
"description": null,
|
|
"args": [
|
|
{
|
|
"name": "includeDeprecated",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Boolean",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": "false",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"type": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "__Field",
|
|
"ofType": null
|
|
}
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "interfaces",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "__Type",
|
|
"ofType": null
|
|
}
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "possibleTypes",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "__Type",
|
|
"ofType": null
|
|
}
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "enumValues",
|
|
"description": null,
|
|
"args": [
|
|
{
|
|
"name": "includeDeprecated",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Boolean",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": "false",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"type": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "__EnumValue",
|
|
"ofType": null
|
|
}
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "inputFields",
|
|
"description": null,
|
|
"args": [
|
|
{
|
|
"name": "includeDeprecated",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Boolean",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": "false",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"type": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "__InputValue",
|
|
"ofType": null
|
|
}
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "ofType",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "OBJECT",
|
|
"name": "__Type",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"inputFields": null,
|
|
"interfaces": [],
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "ENUM",
|
|
"name": "__TypeKind",
|
|
"description": "An enum describing what kind of type a given `__Type` is.",
|
|
"fields": null,
|
|
"inputFields": null,
|
|
"interfaces": null,
|
|
"enumValues": [
|
|
{
|
|
"name": "SCALAR",
|
|
"description": "Indicates this type is a scalar.",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "OBJECT",
|
|
"description": "Indicates this type is an object. `fields` and `interfaces` are valid fields.",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "INTERFACE",
|
|
"description": "Indicates this type is an interface. `fields`, `interfaces`, and `possibleTypes` are valid fields.",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "UNION",
|
|
"description": "Indicates this type is a union. `possibleTypes` is a valid field.",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "ENUM",
|
|
"description": "Indicates this type is an enum. `enumValues` is a valid field.",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "INPUT_OBJECT",
|
|
"description": "Indicates this type is an input object. `inputFields` is a valid field.",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "LIST",
|
|
"description": "Indicates this type is a list. `ofType` is a valid field.",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "NON_NULL",
|
|
"description": "Indicates this type is a non-null. `ofType` is a valid field.",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "OBJECT",
|
|
"name": "companies",
|
|
"description": "columns and relationships of \"companies\"",
|
|
"fields": [
|
|
{
|
|
"name": "company_domain",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "company_name",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "created_at",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "timestamptz",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "id",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "Int",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "updated_at",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "timestamptz",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "workspace_id",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "Int",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"inputFields": null,
|
|
"interfaces": [],
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "companies_bool_exp",
|
|
"description": "Boolean expression to filter rows from the table \"companies\". All fields are combined with a logical 'AND'.",
|
|
"fields": null,
|
|
"inputFields": [
|
|
{
|
|
"name": "_and",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "companies_bool_exp",
|
|
"ofType": null
|
|
}
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "_not",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "companies_bool_exp",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "_or",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "companies_bool_exp",
|
|
"ofType": null
|
|
}
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "company_domain",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "String_comparison_exp",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "company_name",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "String_comparison_exp",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "created_at",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "timestamptz_comparison_exp",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "id",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "Int_comparison_exp",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "updated_at",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "timestamptz_comparison_exp",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "workspace_id",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "Int_comparison_exp",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"interfaces": null,
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "ENUM",
|
|
"name": "companies_constraint",
|
|
"description": "unique or primary key constraints on table \"companies\"",
|
|
"fields": null,
|
|
"inputFields": null,
|
|
"interfaces": null,
|
|
"enumValues": [
|
|
{
|
|
"name": "company_pkey",
|
|
"description": "unique or primary key constraint on columns \"id\"",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "companies_inc_input",
|
|
"description": "input type for incrementing numeric columns in table \"companies\"",
|
|
"fields": null,
|
|
"inputFields": [
|
|
{
|
|
"name": "id",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Int",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "workspace_id",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Int",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"interfaces": null,
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "companies_insert_input",
|
|
"description": "input type for inserting data into table \"companies\"",
|
|
"fields": null,
|
|
"inputFields": [
|
|
{
|
|
"name": "company_domain",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "company_name",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "created_at",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "timestamptz",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "id",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Int",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "updated_at",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "timestamptz",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "workspace_id",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Int",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"interfaces": null,
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "OBJECT",
|
|
"name": "companies_mutation_response",
|
|
"description": "response of any mutation on the table \"companies\"",
|
|
"fields": [
|
|
{
|
|
"name": "affected_rows",
|
|
"description": "number of rows affected by the mutation",
|
|
"args": [],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "Int",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "returning",
|
|
"description": "data from the rows affected by the mutation",
|
|
"args": [],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "companies",
|
|
"ofType": null
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"inputFields": null,
|
|
"interfaces": [],
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "companies_obj_rel_insert_input",
|
|
"description": "input type for inserting object relation for remote table \"companies\"",
|
|
"fields": null,
|
|
"inputFields": [
|
|
{
|
|
"name": "data",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "companies_insert_input",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "on_conflict",
|
|
"description": "upsert condition",
|
|
"type": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "companies_on_conflict",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"interfaces": null,
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "companies_on_conflict",
|
|
"description": "on_conflict condition type for table \"companies\"",
|
|
"fields": null,
|
|
"inputFields": [
|
|
{
|
|
"name": "constraint",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "ENUM",
|
|
"name": "companies_constraint",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "update_columns",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "ENUM",
|
|
"name": "companies_update_column",
|
|
"ofType": null
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"defaultValue": "[]",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "where",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "companies_bool_exp",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"interfaces": null,
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "companies_order_by",
|
|
"description": "Ordering options when selecting data from \"companies\".",
|
|
"fields": null,
|
|
"inputFields": [
|
|
{
|
|
"name": "company_domain",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "ENUM",
|
|
"name": "order_by",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "company_name",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "ENUM",
|
|
"name": "order_by",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "created_at",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "ENUM",
|
|
"name": "order_by",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "id",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "ENUM",
|
|
"name": "order_by",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "updated_at",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "ENUM",
|
|
"name": "order_by",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "workspace_id",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "ENUM",
|
|
"name": "order_by",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"interfaces": null,
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "companies_pk_columns_input",
|
|
"description": "primary key columns input for table: companies",
|
|
"fields": null,
|
|
"inputFields": [
|
|
{
|
|
"name": "id",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "Int",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"interfaces": null,
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "ENUM",
|
|
"name": "companies_select_column",
|
|
"description": "select columns of table \"companies\"",
|
|
"fields": null,
|
|
"inputFields": null,
|
|
"interfaces": null,
|
|
"enumValues": [
|
|
{
|
|
"name": "company_domain",
|
|
"description": "column name",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "company_name",
|
|
"description": "column name",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "created_at",
|
|
"description": "column name",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "id",
|
|
"description": "column name",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "updated_at",
|
|
"description": "column name",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "workspace_id",
|
|
"description": "column name",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "companies_set_input",
|
|
"description": "input type for updating data in table \"companies\"",
|
|
"fields": null,
|
|
"inputFields": [
|
|
{
|
|
"name": "company_domain",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "company_name",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "created_at",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "timestamptz",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "id",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Int",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "updated_at",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "timestamptz",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "workspace_id",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Int",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"interfaces": null,
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "companies_stream_cursor_input",
|
|
"description": "Streaming cursor of the table \"companies\"",
|
|
"fields": null,
|
|
"inputFields": [
|
|
{
|
|
"name": "initial_value",
|
|
"description": "Stream column input with initial value",
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "companies_stream_cursor_value_input",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "ordering",
|
|
"description": "cursor ordering",
|
|
"type": {
|
|
"kind": "ENUM",
|
|
"name": "cursor_ordering",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"interfaces": null,
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "companies_stream_cursor_value_input",
|
|
"description": "Initial value of the column from where the streaming should start",
|
|
"fields": null,
|
|
"inputFields": [
|
|
{
|
|
"name": "company_domain",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "company_name",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "created_at",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "timestamptz",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "id",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Int",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "updated_at",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "timestamptz",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "workspace_id",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Int",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"interfaces": null,
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "ENUM",
|
|
"name": "companies_update_column",
|
|
"description": "update columns of table \"companies\"",
|
|
"fields": null,
|
|
"inputFields": null,
|
|
"interfaces": null,
|
|
"enumValues": [
|
|
{
|
|
"name": "company_domain",
|
|
"description": "column name",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "company_name",
|
|
"description": "column name",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "created_at",
|
|
"description": "column name",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "id",
|
|
"description": "column name",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "updated_at",
|
|
"description": "column name",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "workspace_id",
|
|
"description": "column name",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "companies_updates",
|
|
"description": null,
|
|
"fields": null,
|
|
"inputFields": [
|
|
{
|
|
"name": "_inc",
|
|
"description": "increments the numeric columns with given value of the filtered values",
|
|
"type": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "companies_inc_input",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "_set",
|
|
"description": "sets the columns of the filtered rows to the given values",
|
|
"type": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "companies_set_input",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "where",
|
|
"description": "filter the rows which have to be updated",
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "companies_bool_exp",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"interfaces": null,
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "ENUM",
|
|
"name": "cursor_ordering",
|
|
"description": "ordering argument of a cursor",
|
|
"fields": null,
|
|
"inputFields": null,
|
|
"interfaces": null,
|
|
"enumValues": [
|
|
{
|
|
"name": "ASC",
|
|
"description": "ascending ordering of the cursor",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "DESC",
|
|
"description": "descending ordering of the cursor",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "OBJECT",
|
|
"name": "mutation_root",
|
|
"description": "mutation root",
|
|
"fields": [
|
|
{
|
|
"name": "delete_companies",
|
|
"description": "delete data from the table: \"companies\"",
|
|
"args": [
|
|
{
|
|
"name": "where",
|
|
"description": "filter the rows which have to be deleted",
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "companies_bool_exp",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"type": {
|
|
"kind": "OBJECT",
|
|
"name": "companies_mutation_response",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "delete_companies_by_pk",
|
|
"description": "delete single row from the table: \"companies\"",
|
|
"args": [
|
|
{
|
|
"name": "id",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "Int",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"type": {
|
|
"kind": "OBJECT",
|
|
"name": "companies",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "delete_people",
|
|
"description": "delete data from the table: \"people\"",
|
|
"args": [
|
|
{
|
|
"name": "where",
|
|
"description": "filter the rows which have to be deleted",
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "people_bool_exp",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"type": {
|
|
"kind": "OBJECT",
|
|
"name": "people_mutation_response",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "delete_people_by_pk",
|
|
"description": "delete single row from the table: \"people\"",
|
|
"args": [
|
|
{
|
|
"name": "id",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "Int",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"type": {
|
|
"kind": "OBJECT",
|
|
"name": "people",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "insert_companies",
|
|
"description": "insert data into the table: \"companies\"",
|
|
"args": [
|
|
{
|
|
"name": "objects",
|
|
"description": "the rows to be inserted",
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "companies_insert_input",
|
|
"ofType": null
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "on_conflict",
|
|
"description": "upsert condition",
|
|
"type": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "companies_on_conflict",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"type": {
|
|
"kind": "OBJECT",
|
|
"name": "companies_mutation_response",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "insert_companies_one",
|
|
"description": "insert a single row into the table: \"companies\"",
|
|
"args": [
|
|
{
|
|
"name": "object",
|
|
"description": "the row to be inserted",
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "companies_insert_input",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "on_conflict",
|
|
"description": "upsert condition",
|
|
"type": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "companies_on_conflict",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"type": {
|
|
"kind": "OBJECT",
|
|
"name": "companies",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "insert_people",
|
|
"description": "insert data into the table: \"people\"",
|
|
"args": [
|
|
{
|
|
"name": "objects",
|
|
"description": "the rows to be inserted",
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "people_insert_input",
|
|
"ofType": null
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "on_conflict",
|
|
"description": "upsert condition",
|
|
"type": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "people_on_conflict",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"type": {
|
|
"kind": "OBJECT",
|
|
"name": "people_mutation_response",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "insert_people_one",
|
|
"description": "insert a single row into the table: \"people\"",
|
|
"args": [
|
|
{
|
|
"name": "object",
|
|
"description": "the row to be inserted",
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "people_insert_input",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "on_conflict",
|
|
"description": "upsert condition",
|
|
"type": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "people_on_conflict",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"type": {
|
|
"kind": "OBJECT",
|
|
"name": "people",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "update_companies",
|
|
"description": "update data of the table: \"companies\"",
|
|
"args": [
|
|
{
|
|
"name": "_inc",
|
|
"description": "increments the numeric columns with given value of the filtered values",
|
|
"type": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "companies_inc_input",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "_set",
|
|
"description": "sets the columns of the filtered rows to the given values",
|
|
"type": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "companies_set_input",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "where",
|
|
"description": "filter the rows which have to be updated",
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "companies_bool_exp",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"type": {
|
|
"kind": "OBJECT",
|
|
"name": "companies_mutation_response",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "update_companies_by_pk",
|
|
"description": "update single row of the table: \"companies\"",
|
|
"args": [
|
|
{
|
|
"name": "_inc",
|
|
"description": "increments the numeric columns with given value of the filtered values",
|
|
"type": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "companies_inc_input",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "_set",
|
|
"description": "sets the columns of the filtered rows to the given values",
|
|
"type": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "companies_set_input",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "pk_columns",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "companies_pk_columns_input",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"type": {
|
|
"kind": "OBJECT",
|
|
"name": "companies",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "update_companies_many",
|
|
"description": "update multiples rows of table: \"companies\"",
|
|
"args": [
|
|
{
|
|
"name": "updates",
|
|
"description": "updates to execute, in order",
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "companies_updates",
|
|
"ofType": null
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"type": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "companies_mutation_response",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "update_people",
|
|
"description": "update data of the table: \"people\"",
|
|
"args": [
|
|
{
|
|
"name": "_inc",
|
|
"description": "increments the numeric columns with given value of the filtered values",
|
|
"type": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "people_inc_input",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "_set",
|
|
"description": "sets the columns of the filtered rows to the given values",
|
|
"type": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "people_set_input",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "where",
|
|
"description": "filter the rows which have to be updated",
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "people_bool_exp",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"type": {
|
|
"kind": "OBJECT",
|
|
"name": "people_mutation_response",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "update_people_by_pk",
|
|
"description": "update single row of the table: \"people\"",
|
|
"args": [
|
|
{
|
|
"name": "_inc",
|
|
"description": "increments the numeric columns with given value of the filtered values",
|
|
"type": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "people_inc_input",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "_set",
|
|
"description": "sets the columns of the filtered rows to the given values",
|
|
"type": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "people_set_input",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "pk_columns",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "people_pk_columns_input",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"type": {
|
|
"kind": "OBJECT",
|
|
"name": "people",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "update_people_many",
|
|
"description": "update multiples rows of table: \"people\"",
|
|
"args": [
|
|
{
|
|
"name": "updates",
|
|
"description": "updates to execute, in order",
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "people_updates",
|
|
"ofType": null
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"type": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "people_mutation_response",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"inputFields": null,
|
|
"interfaces": [],
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "ENUM",
|
|
"name": "order_by",
|
|
"description": "column ordering options",
|
|
"fields": null,
|
|
"inputFields": null,
|
|
"interfaces": null,
|
|
"enumValues": [
|
|
{
|
|
"name": "asc",
|
|
"description": "in ascending order, nulls last",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "asc_nulls_first",
|
|
"description": "in ascending order, nulls first",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "asc_nulls_last",
|
|
"description": "in ascending order, nulls last",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "desc",
|
|
"description": "in descending order, nulls first",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "desc_nulls_first",
|
|
"description": "in descending order, nulls first",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "desc_nulls_last",
|
|
"description": "in descending order, nulls last",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "OBJECT",
|
|
"name": "people",
|
|
"description": "columns and relationships of \"people\"",
|
|
"fields": [
|
|
{
|
|
"name": "city",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "company",
|
|
"description": "An object relationship",
|
|
"args": [],
|
|
"type": {
|
|
"kind": "OBJECT",
|
|
"name": "companies",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "company_id",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Int",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "created_at",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "timestamptz",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "email",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "firstname",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "id",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "Int",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "lastname",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "phone",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "updated_at",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "timestamptz",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "workspace_id",
|
|
"description": null,
|
|
"args": [],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "Int",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"inputFields": null,
|
|
"interfaces": [],
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "people_bool_exp",
|
|
"description": "Boolean expression to filter rows from the table \"people\". All fields are combined with a logical 'AND'.",
|
|
"fields": null,
|
|
"inputFields": [
|
|
{
|
|
"name": "_and",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "people_bool_exp",
|
|
"ofType": null
|
|
}
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "_not",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "people_bool_exp",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "_or",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "people_bool_exp",
|
|
"ofType": null
|
|
}
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "city",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "String_comparison_exp",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "company",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "companies_bool_exp",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "company_id",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "Int_comparison_exp",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "created_at",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "timestamptz_comparison_exp",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "email",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "String_comparison_exp",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "firstname",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "String_comparison_exp",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "id",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "Int_comparison_exp",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "lastname",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "String_comparison_exp",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "phone",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "String_comparison_exp",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "updated_at",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "timestamptz_comparison_exp",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "workspace_id",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "Int_comparison_exp",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"interfaces": null,
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "ENUM",
|
|
"name": "people_constraint",
|
|
"description": "unique or primary key constraints on table \"people\"",
|
|
"fields": null,
|
|
"inputFields": null,
|
|
"interfaces": null,
|
|
"enumValues": [
|
|
{
|
|
"name": "person_pkey",
|
|
"description": "unique or primary key constraint on columns \"id\"",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "people_inc_input",
|
|
"description": "input type for incrementing numeric columns in table \"people\"",
|
|
"fields": null,
|
|
"inputFields": [
|
|
{
|
|
"name": "company_id",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Int",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "id",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Int",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "workspace_id",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Int",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"interfaces": null,
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "people_insert_input",
|
|
"description": "input type for inserting data into table \"people\"",
|
|
"fields": null,
|
|
"inputFields": [
|
|
{
|
|
"name": "city",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "company",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "companies_obj_rel_insert_input",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "company_id",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Int",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "created_at",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "timestamptz",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "email",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "firstname",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "id",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Int",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "lastname",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "phone",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "updated_at",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "timestamptz",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "workspace_id",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Int",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"interfaces": null,
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "OBJECT",
|
|
"name": "people_mutation_response",
|
|
"description": "response of any mutation on the table \"people\"",
|
|
"fields": [
|
|
{
|
|
"name": "affected_rows",
|
|
"description": "number of rows affected by the mutation",
|
|
"args": [],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "Int",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "returning",
|
|
"description": "data from the rows affected by the mutation",
|
|
"args": [],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "people",
|
|
"ofType": null
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"inputFields": null,
|
|
"interfaces": [],
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "people_on_conflict",
|
|
"description": "on_conflict condition type for table \"people\"",
|
|
"fields": null,
|
|
"inputFields": [
|
|
{
|
|
"name": "constraint",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "ENUM",
|
|
"name": "people_constraint",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "update_columns",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "ENUM",
|
|
"name": "people_update_column",
|
|
"ofType": null
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"defaultValue": "[]",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "where",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "people_bool_exp",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"interfaces": null,
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "people_order_by",
|
|
"description": "Ordering options when selecting data from \"people\".",
|
|
"fields": null,
|
|
"inputFields": [
|
|
{
|
|
"name": "city",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "ENUM",
|
|
"name": "order_by",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "company",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "companies_order_by",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "company_id",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "ENUM",
|
|
"name": "order_by",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "created_at",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "ENUM",
|
|
"name": "order_by",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "email",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "ENUM",
|
|
"name": "order_by",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "firstname",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "ENUM",
|
|
"name": "order_by",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "id",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "ENUM",
|
|
"name": "order_by",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "lastname",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "ENUM",
|
|
"name": "order_by",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "phone",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "ENUM",
|
|
"name": "order_by",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "updated_at",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "ENUM",
|
|
"name": "order_by",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "workspace_id",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "ENUM",
|
|
"name": "order_by",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"interfaces": null,
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "people_pk_columns_input",
|
|
"description": "primary key columns input for table: people",
|
|
"fields": null,
|
|
"inputFields": [
|
|
{
|
|
"name": "id",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "Int",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"interfaces": null,
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "ENUM",
|
|
"name": "people_select_column",
|
|
"description": "select columns of table \"people\"",
|
|
"fields": null,
|
|
"inputFields": null,
|
|
"interfaces": null,
|
|
"enumValues": [
|
|
{
|
|
"name": "city",
|
|
"description": "column name",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "company_id",
|
|
"description": "column name",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "created_at",
|
|
"description": "column name",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "email",
|
|
"description": "column name",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "firstname",
|
|
"description": "column name",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "id",
|
|
"description": "column name",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "lastname",
|
|
"description": "column name",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "phone",
|
|
"description": "column name",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "updated_at",
|
|
"description": "column name",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "workspace_id",
|
|
"description": "column name",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "people_set_input",
|
|
"description": "input type for updating data in table \"people\"",
|
|
"fields": null,
|
|
"inputFields": [
|
|
{
|
|
"name": "city",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "company_id",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Int",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "created_at",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "timestamptz",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "email",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "firstname",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "id",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Int",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "lastname",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "phone",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "updated_at",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "timestamptz",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "workspace_id",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Int",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"interfaces": null,
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "people_stream_cursor_input",
|
|
"description": "Streaming cursor of the table \"people\"",
|
|
"fields": null,
|
|
"inputFields": [
|
|
{
|
|
"name": "initial_value",
|
|
"description": "Stream column input with initial value",
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "people_stream_cursor_value_input",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "ordering",
|
|
"description": "cursor ordering",
|
|
"type": {
|
|
"kind": "ENUM",
|
|
"name": "cursor_ordering",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"interfaces": null,
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "people_stream_cursor_value_input",
|
|
"description": "Initial value of the column from where the streaming should start",
|
|
"fields": null,
|
|
"inputFields": [
|
|
{
|
|
"name": "city",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "company_id",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Int",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "created_at",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "timestamptz",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "email",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "firstname",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "id",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Int",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "lastname",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "phone",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "updated_at",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "timestamptz",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "workspace_id",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Int",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"interfaces": null,
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "ENUM",
|
|
"name": "people_update_column",
|
|
"description": "update columns of table \"people\"",
|
|
"fields": null,
|
|
"inputFields": null,
|
|
"interfaces": null,
|
|
"enumValues": [
|
|
{
|
|
"name": "city",
|
|
"description": "column name",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "company_id",
|
|
"description": "column name",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "created_at",
|
|
"description": "column name",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "email",
|
|
"description": "column name",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "firstname",
|
|
"description": "column name",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "id",
|
|
"description": "column name",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "lastname",
|
|
"description": "column name",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "phone",
|
|
"description": "column name",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "updated_at",
|
|
"description": "column name",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "workspace_id",
|
|
"description": "column name",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "people_updates",
|
|
"description": null,
|
|
"fields": null,
|
|
"inputFields": [
|
|
{
|
|
"name": "_inc",
|
|
"description": "increments the numeric columns with given value of the filtered values",
|
|
"type": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "people_inc_input",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "_set",
|
|
"description": "sets the columns of the filtered rows to the given values",
|
|
"type": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "people_set_input",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "where",
|
|
"description": "filter the rows which have to be updated",
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "people_bool_exp",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"interfaces": null,
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "OBJECT",
|
|
"name": "query_root",
|
|
"description": null,
|
|
"fields": [
|
|
{
|
|
"name": "companies",
|
|
"description": "fetch data from the table: \"companies\"",
|
|
"args": [
|
|
{
|
|
"name": "distinct_on",
|
|
"description": "distinct select on columns",
|
|
"type": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "ENUM",
|
|
"name": "companies_select_column",
|
|
"ofType": null
|
|
}
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "limit",
|
|
"description": "limit the number of rows returned",
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Int",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "offset",
|
|
"description": "skip the first n rows. Use only with order_by",
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Int",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "order_by",
|
|
"description": "sort the rows by one or more columns",
|
|
"type": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "companies_order_by",
|
|
"ofType": null
|
|
}
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "where",
|
|
"description": "filter the rows returned",
|
|
"type": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "companies_bool_exp",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "companies",
|
|
"ofType": null
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "companies_by_pk",
|
|
"description": "fetch data from the table: \"companies\" using primary key columns",
|
|
"args": [
|
|
{
|
|
"name": "id",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "Int",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"type": {
|
|
"kind": "OBJECT",
|
|
"name": "companies",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "people",
|
|
"description": "fetch data from the table: \"people\"",
|
|
"args": [
|
|
{
|
|
"name": "distinct_on",
|
|
"description": "distinct select on columns",
|
|
"type": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "ENUM",
|
|
"name": "people_select_column",
|
|
"ofType": null
|
|
}
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "limit",
|
|
"description": "limit the number of rows returned",
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Int",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "offset",
|
|
"description": "skip the first n rows. Use only with order_by",
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Int",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "order_by",
|
|
"description": "sort the rows by one or more columns",
|
|
"type": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "people_order_by",
|
|
"ofType": null
|
|
}
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "where",
|
|
"description": "filter the rows returned",
|
|
"type": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "people_bool_exp",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "people",
|
|
"ofType": null
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "people_by_pk",
|
|
"description": "fetch data from the table: \"people\" using primary key columns",
|
|
"args": [
|
|
{
|
|
"name": "id",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "Int",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"type": {
|
|
"kind": "OBJECT",
|
|
"name": "people",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"inputFields": null,
|
|
"interfaces": [],
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "OBJECT",
|
|
"name": "subscription_root",
|
|
"description": null,
|
|
"fields": [
|
|
{
|
|
"name": "companies",
|
|
"description": "fetch data from the table: \"companies\"",
|
|
"args": [
|
|
{
|
|
"name": "distinct_on",
|
|
"description": "distinct select on columns",
|
|
"type": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "ENUM",
|
|
"name": "companies_select_column",
|
|
"ofType": null
|
|
}
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "limit",
|
|
"description": "limit the number of rows returned",
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Int",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "offset",
|
|
"description": "skip the first n rows. Use only with order_by",
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Int",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "order_by",
|
|
"description": "sort the rows by one or more columns",
|
|
"type": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "companies_order_by",
|
|
"ofType": null
|
|
}
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "where",
|
|
"description": "filter the rows returned",
|
|
"type": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "companies_bool_exp",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "companies",
|
|
"ofType": null
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "companies_by_pk",
|
|
"description": "fetch data from the table: \"companies\" using primary key columns",
|
|
"args": [
|
|
{
|
|
"name": "id",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "Int",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"type": {
|
|
"kind": "OBJECT",
|
|
"name": "companies",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "companies_stream",
|
|
"description": "fetch data from the table in a streaming manner: \"companies\"",
|
|
"args": [
|
|
{
|
|
"name": "batch_size",
|
|
"description": "maximum number of rows returned in a single batch",
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "Int",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "cursor",
|
|
"description": "cursor to stream the results returned by the query",
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "companies_stream_cursor_input",
|
|
"ofType": null
|
|
}
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "where",
|
|
"description": "filter the rows returned",
|
|
"type": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "companies_bool_exp",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "companies",
|
|
"ofType": null
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "people",
|
|
"description": "fetch data from the table: \"people\"",
|
|
"args": [
|
|
{
|
|
"name": "distinct_on",
|
|
"description": "distinct select on columns",
|
|
"type": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "ENUM",
|
|
"name": "people_select_column",
|
|
"ofType": null
|
|
}
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "limit",
|
|
"description": "limit the number of rows returned",
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Int",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "offset",
|
|
"description": "skip the first n rows. Use only with order_by",
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Int",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "order_by",
|
|
"description": "sort the rows by one or more columns",
|
|
"type": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "people_order_by",
|
|
"ofType": null
|
|
}
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "where",
|
|
"description": "filter the rows returned",
|
|
"type": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "people_bool_exp",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "people",
|
|
"ofType": null
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "people_by_pk",
|
|
"description": "fetch data from the table: \"people\" using primary key columns",
|
|
"args": [
|
|
{
|
|
"name": "id",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "Int",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"type": {
|
|
"kind": "OBJECT",
|
|
"name": "people",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "people_stream",
|
|
"description": "fetch data from the table in a streaming manner: \"people\"",
|
|
"args": [
|
|
{
|
|
"name": "batch_size",
|
|
"description": "maximum number of rows returned in a single batch",
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "Int",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "cursor",
|
|
"description": "cursor to stream the results returned by the query",
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "people_stream_cursor_input",
|
|
"ofType": null
|
|
}
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "where",
|
|
"description": "filter the rows returned",
|
|
"type": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "people_bool_exp",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "people",
|
|
"ofType": null
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"inputFields": null,
|
|
"interfaces": [],
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "SCALAR",
|
|
"name": "timestamptz",
|
|
"description": null,
|
|
"fields": null,
|
|
"inputFields": null,
|
|
"interfaces": null,
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "timestamptz_comparison_exp",
|
|
"description": "Boolean expression to compare columns of type \"timestamptz\". All fields are combined with logical 'AND'.",
|
|
"fields": null,
|
|
"inputFields": [
|
|
{
|
|
"name": "_eq",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "timestamptz",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "_gt",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "timestamptz",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "_gte",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "timestamptz",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "_in",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "timestamptz",
|
|
"ofType": null
|
|
}
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "_is_null",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Boolean",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "_lt",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "timestamptz",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "_lte",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "timestamptz",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "_neq",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "timestamptz",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "_nin",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "timestamptz",
|
|
"ofType": null
|
|
}
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"interfaces": null,
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
}
|
|
],
|
|
"directives": [
|
|
{
|
|
"name": "cached",
|
|
"description": "whether this query should be cached (Hasura Cloud only)",
|
|
"isRepeatable": false,
|
|
"locations": [
|
|
"QUERY"
|
|
],
|
|
"args": [
|
|
{
|
|
"name": "refresh",
|
|
"description": "refresh the cache entry",
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "Boolean",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": "false",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "ttl",
|
|
"description": "measured in seconds",
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "Int",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": "60",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "include",
|
|
"description": "whether this query should be included",
|
|
"isRepeatable": false,
|
|
"locations": [
|
|
"FIELD",
|
|
"FRAGMENT_SPREAD",
|
|
"INLINE_FRAGMENT"
|
|
],
|
|
"args": [
|
|
{
|
|
"name": "if",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "Boolean",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "skip",
|
|
"description": "whether this query should be skipped",
|
|
"isRepeatable": false,
|
|
"locations": [
|
|
"FIELD",
|
|
"FRAGMENT_SPREAD",
|
|
"INLINE_FRAGMENT"
|
|
],
|
|
"args": [
|
|
{
|
|
"name": "if",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "Boolean",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
} |