From 5ff6d1ebfd605ef1322e63c32102443a547ea357 Mon Sep 17 00:00:00 2001 From: Luca Steeb Date: Thu, 10 Oct 2024 20:25:39 +0100 Subject: [PATCH] Remove deprecated contract_address and AccountType fields (#104) --- slot/schema.json | 9143 ++++++++++++++++------------ slot/src/account.rs | 5 - slot/src/credential.rs | 3 - slot/src/graphql/auth/info.graphql | 12 +- slot/src/graphql/auth/mod.rs | 18 +- slot/src/session.rs | 7 +- 6 files changed, 5291 insertions(+), 3897 deletions(-) diff --git a/slot/schema.json b/slot/schema.json index 31e697f..a2ce852 100644 --- a/slot/schema.json +++ b/slot/schema.json @@ -251,18 +251,6 @@ } } }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "contractAddress", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, { "args": [], "deprecationReason": null, @@ -275,38 +263,6 @@ "ofType": null } }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "type", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "AccountType", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "version", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Long", - "ofType": null - } - } - }, { "args": [], "deprecationReason": null, @@ -406,6 +362,26 @@ } } }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "controllers", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Controller", + "ofType": null + } + } + } + }, { "args": [ { @@ -1093,41 +1069,6 @@ "name": "AccountTeamWhereInput", "possibleTypes": [] }, - { - "description": "AccountType is enum for the field type", - "enumValues": [ - { - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "webauthn" - }, - { - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "discord" - }, - { - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "injected" - }, - { - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "starknet_account" - } - ], - "fields": [], - "inputFields": [], - "interfaces": [], - "kind": "ENUM", - "name": "AccountType", - "possibleTypes": [] - }, { "description": "AccountWhereInput is used for filtering Account objects.\nInput was generated by ent.", "enumValues": [], @@ -1277,8 +1218,8 @@ }, { "defaultValue": null, - "description": "contract_address field predicates", - "name": "contractAddress", + "description": "name field predicates", + "name": "name", "type": { "kind": "SCALAR", "name": "String", @@ -1288,7 +1229,7 @@ { "defaultValue": null, "description": null, - "name": "contractAddressNEQ", + "name": "nameNEQ", "type": { "kind": "SCALAR", "name": "String", @@ -1298,7 +1239,7 @@ { "defaultValue": null, "description": null, - "name": "contractAddressIn", + "name": "nameIn", "type": { "kind": "LIST", "name": null, @@ -1316,7 +1257,7 @@ { "defaultValue": null, "description": null, - "name": "contractAddressNotIn", + "name": "nameNotIn", "type": { "kind": "LIST", "name": null, @@ -1334,7 +1275,7 @@ { "defaultValue": null, "description": null, - "name": "contractAddressGT", + "name": "nameGT", "type": { "kind": "SCALAR", "name": "String", @@ -1344,7 +1285,7 @@ { "defaultValue": null, "description": null, - "name": "contractAddressGTE", + "name": "nameGTE", "type": { "kind": "SCALAR", "name": "String", @@ -1354,7 +1295,7 @@ { "defaultValue": null, "description": null, - "name": "contractAddressLT", + "name": "nameLT", "type": { "kind": "SCALAR", "name": "String", @@ -1364,7 +1305,7 @@ { "defaultValue": null, "description": null, - "name": "contractAddressLTE", + "name": "nameLTE", "type": { "kind": "SCALAR", "name": "String", @@ -1374,7 +1315,7 @@ { "defaultValue": null, "description": null, - "name": "contractAddressContains", + "name": "nameContains", "type": { "kind": "SCALAR", "name": "String", @@ -1384,7 +1325,7 @@ { "defaultValue": null, "description": null, - "name": "contractAddressHasPrefix", + "name": "nameHasPrefix", "type": { "kind": "SCALAR", "name": "String", @@ -1394,7 +1335,7 @@ { "defaultValue": null, "description": null, - "name": "contractAddressHasSuffix", + "name": "nameHasSuffix", "type": { "kind": "SCALAR", "name": "String", @@ -1404,7 +1345,7 @@ { "defaultValue": null, "description": null, - "name": "contractAddressIsNil", + "name": "nameIsNil", "type": { "kind": "SCALAR", "name": "Boolean", @@ -1414,7 +1355,7 @@ { "defaultValue": null, "description": null, - "name": "contractAddressNotNil", + "name": "nameNotNil", "type": { "kind": "SCALAR", "name": "Boolean", @@ -1424,7 +1365,7 @@ { "defaultValue": null, "description": null, - "name": "contractAddressEqualFold", + "name": "nameEqualFold", "type": { "kind": "SCALAR", "name": "String", @@ -1434,7 +1375,7 @@ { "defaultValue": null, "description": null, - "name": "contractAddressContainsFold", + "name": "nameContainsFold", "type": { "kind": "SCALAR", "name": "String", @@ -1443,28 +1384,28 @@ }, { "defaultValue": null, - "description": "name field predicates", - "name": "name", + "description": "created_at field predicates", + "name": "createdAt", "type": { "kind": "SCALAR", - "name": "String", + "name": "Time", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "nameNEQ", + "name": "createdAtNEQ", "type": { "kind": "SCALAR", - "name": "String", + "name": "Time", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "nameIn", + "name": "createdAtIn", "type": { "kind": "LIST", "name": null, @@ -1473,7 +1414,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "Time", "ofType": null } } @@ -1482,7 +1423,7 @@ { "defaultValue": null, "description": null, - "name": "nameNotIn", + "name": "createdAtNotIn", "type": { "kind": "LIST", "name": null, @@ -1491,7 +1432,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "Time", "ofType": null } } @@ -1500,137 +1441,153 @@ { "defaultValue": null, "description": null, - "name": "nameGT", + "name": "createdAtGT", "type": { "kind": "SCALAR", - "name": "String", + "name": "Time", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "nameGTE", + "name": "createdAtGTE", "type": { "kind": "SCALAR", - "name": "String", + "name": "Time", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "nameLT", + "name": "createdAtLT", "type": { "kind": "SCALAR", - "name": "String", + "name": "Time", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "nameLTE", + "name": "createdAtLTE", "type": { "kind": "SCALAR", - "name": "String", + "name": "Time", "ofType": null } }, { "defaultValue": null, - "description": null, - "name": "nameContains", + "description": "updated_at field predicates", + "name": "updatedAt", "type": { "kind": "SCALAR", - "name": "String", + "name": "Time", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "nameHasPrefix", + "name": "updatedAtNEQ", "type": { "kind": "SCALAR", - "name": "String", + "name": "Time", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "nameHasSuffix", + "name": "updatedAtIn", "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Time", + "ofType": null + } + } } }, { "defaultValue": null, "description": null, - "name": "nameIsNil", + "name": "updatedAtNotIn", "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Time", + "ofType": null + } + } } }, { "defaultValue": null, "description": null, - "name": "nameNotNil", + "name": "updatedAtGT", "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "Time", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "nameEqualFold", + "name": "updatedAtGTE", "type": { "kind": "SCALAR", - "name": "String", + "name": "Time", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "nameContainsFold", + "name": "updatedAtLT", "type": { "kind": "SCALAR", - "name": "String", + "name": "Time", "ofType": null } }, { "defaultValue": null, - "description": "type field predicates", - "name": "type", + "description": null, + "name": "updatedAtLTE", "type": { - "kind": "ENUM", - "name": "AccountType", + "kind": "SCALAR", + "name": "Time", "ofType": null } }, { "defaultValue": null, - "description": null, - "name": "typeNEQ", + "description": "teams edge predicates", + "name": "hasTeams", "type": { - "kind": "ENUM", - "name": "AccountType", + "kind": "SCALAR", + "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "typeIn", + "name": "hasTeamsWith", "type": { "kind": "LIST", "name": null, @@ -1638,17 +1595,27 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "ENUM", - "name": "AccountType", + "kind": "INPUT_OBJECT", + "name": "TeamWhereInput", "ofType": null } } } }, + { + "defaultValue": null, + "description": "controllers edge predicates", + "name": "hasControllers", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + }, { "defaultValue": null, "description": null, - "name": "typeNotIn", + "name": "hasControllersWith", "type": { "kind": "LIST", "name": null, @@ -1656,8 +1623,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "ENUM", - "name": "AccountType", + "kind": "INPUT_OBJECT", + "name": "ControllerWhereInput", "ofType": null } } @@ -1665,28 +1632,18 @@ }, { "defaultValue": null, - "description": "version field predicates", - "name": "version", - "type": { - "kind": "SCALAR", - "name": "Long", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "versionNEQ", + "description": "membership edge predicates", + "name": "hasMembership", "type": { "kind": "SCALAR", - "name": "Long", + "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "versionIn", + "name": "hasMembershipWith", "type": { "kind": "LIST", "name": null, @@ -1694,113 +1651,171 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "Long", + "kind": "INPUT_OBJECT", + "name": "AccountTeamWhereInput", "ofType": null } } } - }, - { - "defaultValue": null, - "description": null, - "name": "versionNotIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Long", - "ofType": null - } - } - } - }, + } + ], + "interfaces": [], + "kind": "INPUT_OBJECT", + "name": "AccountWhereInput", + "possibleTypes": [] + }, + { + "description": null, + "enumValues": [], + "fields": [], + "inputFields": [], + "interfaces": [], + "kind": "SCALAR", + "name": "BigInt", + "possibleTypes": [] + }, + { + "description": "The `Boolean` scalar type represents `true` or `false`.", + "enumValues": [], + "fields": [], + "inputFields": [], + "interfaces": [], + "kind": "SCALAR", + "name": "Boolean", + "possibleTypes": [] + }, + { + "description": null, + "enumValues": [], + "fields": [], + "inputFields": [], + "interfaces": [], + "kind": "SCALAR", + "name": "ChainID", + "possibleTypes": [] + }, + { + "description": null, + "enumValues": [], + "fields": [ { - "defaultValue": null, + "args": [], + "deprecationReason": null, "description": null, - "name": "versionGT", + "isDeprecated": false, + "name": "id", "type": { - "kind": "SCALAR", - "name": "Long", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } } }, { - "defaultValue": null, + "args": [], + "deprecationReason": null, "description": null, - "name": "versionGTE", + "isDeprecated": false, + "name": "accountID", "type": { - "kind": "SCALAR", - "name": "Long", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } } }, { - "defaultValue": null, + "args": [], + "deprecationReason": null, "description": null, - "name": "versionLT", + "isDeprecated": false, + "name": "address", "type": { - "kind": "SCALAR", - "name": "Long", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } } }, { - "defaultValue": null, + "args": [], + "deprecationReason": null, "description": null, - "name": "versionLTE", + "isDeprecated": false, + "name": "network", "type": { - "kind": "SCALAR", - "name": "Long", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ControllerNetwork", + "ofType": null + } } }, { - "defaultValue": null, - "description": "created_at field predicates", + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, "name": "createdAt", "type": { - "kind": "SCALAR", - "name": "Time", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Time", + "ofType": null + } } }, { - "defaultValue": null, + "args": [], + "deprecationReason": null, "description": null, - "name": "createdAtNEQ", + "isDeprecated": false, + "name": "updatedAt", "type": { - "kind": "SCALAR", - "name": "Time", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Time", + "ofType": null + } } }, { - "defaultValue": null, + "args": [], + "deprecationReason": null, "description": null, - "name": "createdAtIn", + "isDeprecated": false, + "name": "account", "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Time", - "ofType": null - } + "kind": "OBJECT", + "name": "Account", + "ofType": null } } }, { - "defaultValue": null, + "args": [], + "deprecationReason": null, "description": null, - "name": "createdAtNotIn", + "isDeprecated": false, + "name": "signers", "type": { "kind": "LIST", "name": null, @@ -1808,77 +1823,180 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "Time", + "kind": "OBJECT", + "name": "Signer", "ofType": null } } } + } + ], + "inputFields": [], + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Node", + "ofType": null + } + ], + "kind": "OBJECT", + "name": "Controller", + "possibleTypes": [] + }, + { + "description": "ControllerNetwork is enum for the field network", + "enumValues": [ + { + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "SN_MAIN" }, { - "defaultValue": null, + "deprecationReason": null, "description": null, - "name": "createdAtGT", + "isDeprecated": false, + "name": "SN_SEPOLIA" + } + ], + "fields": [], + "inputFields": [], + "interfaces": [], + "kind": "ENUM", + "name": "ControllerNetwork", + "possibleTypes": [] + }, + { + "description": "Ordering options for Controller connections", + "enumValues": [], + "fields": [], + "inputFields": [ + { + "defaultValue": "ASC", + "description": "The ordering direction.", + "name": "direction", "type": { - "kind": "SCALAR", - "name": "Time", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "OrderDirection", + "ofType": null + } } }, { "defaultValue": null, - "description": null, - "name": "createdAtGTE", + "description": "The field by which to order Controllers.", + "name": "field", "type": { - "kind": "SCALAR", - "name": "Time", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ControllerOrderField", + "ofType": null + } } - }, + } + ], + "interfaces": [], + "kind": "INPUT_OBJECT", + "name": "ControllerOrder", + "possibleTypes": [] + }, + { + "description": "Properties by which Controller connections can be ordered.", + "enumValues": [ + { + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "CREATED_AT" + } + ], + "fields": [], + "inputFields": [], + "interfaces": [], + "kind": "ENUM", + "name": "ControllerOrderField", + "possibleTypes": [] + }, + { + "description": "ControllerWhereInput is used for filtering Controller objects.\nInput was generated by ent.", + "enumValues": [], + "fields": [], + "inputFields": [ { "defaultValue": null, "description": null, - "name": "createdAtLT", + "name": "not", "type": { - "kind": "SCALAR", - "name": "Time", + "kind": "INPUT_OBJECT", + "name": "ControllerWhereInput", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "createdAtLTE", + "name": "and", "type": { - "kind": "SCALAR", - "name": "Time", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "ControllerWhereInput", + "ofType": null + } + } } }, { "defaultValue": null, - "description": "updated_at field predicates", - "name": "updatedAt", + "description": null, + "name": "or", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "ControllerWhereInput", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "id field predicates", + "name": "id", "type": { "kind": "SCALAR", - "name": "Time", + "name": "ID", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "updatedAtNEQ", + "name": "idNEQ", "type": { "kind": "SCALAR", - "name": "Time", + "name": "ID", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "updatedAtIn", + "name": "idIn", "type": { "kind": "LIST", "name": null, @@ -1887,7 +2005,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "Time", + "name": "ID", "ofType": null } } @@ -1896,7 +2014,7 @@ { "defaultValue": null, "description": null, - "name": "updatedAtNotIn", + "name": "idNotIn", "type": { "kind": "LIST", "name": null, @@ -1905,7 +2023,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "Time", + "name": "ID", "ofType": null } } @@ -1914,57 +2032,67 @@ { "defaultValue": null, "description": null, - "name": "updatedAtGT", + "name": "idGT", "type": { "kind": "SCALAR", - "name": "Time", + "name": "ID", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "updatedAtGTE", + "name": "idGTE", "type": { "kind": "SCALAR", - "name": "Time", + "name": "ID", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "updatedAtLT", + "name": "idLT", "type": { "kind": "SCALAR", - "name": "Time", + "name": "ID", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "updatedAtLTE", + "name": "idLTE", "type": { "kind": "SCALAR", - "name": "Time", + "name": "ID", "ofType": null } }, { "defaultValue": null, - "description": "teams edge predicates", - "name": "hasTeams", + "description": "account_id field predicates", + "name": "accountID", "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "ID", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "hasTeamsWith", + "name": "accountIDNEQ", + "type": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "accountIDIn", "type": { "kind": "LIST", "name": null, @@ -1972,27 +2100,17 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "INPUT_OBJECT", - "name": "TeamWhereInput", + "kind": "SCALAR", + "name": "ID", "ofType": null } } } }, - { - "defaultValue": null, - "description": "membership edge predicates", - "name": "hasMembership", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, { "defaultValue": null, "description": null, - "name": "hasMembershipWith", + "name": "accountIDNotIn", "type": { "kind": "LIST", "name": null, @@ -2000,148 +2118,107 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "INPUT_OBJECT", - "name": "AccountTeamWhereInput", + "kind": "SCALAR", + "name": "ID", "ofType": null } } } - } - ], - "interfaces": [], - "kind": "INPUT_OBJECT", - "name": "AccountWhereInput", - "possibleTypes": [] - }, - { - "description": null, - "enumValues": [], - "fields": [], - "inputFields": [], - "interfaces": [], - "kind": "SCALAR", - "name": "BigInt", - "possibleTypes": [] - }, - { - "description": "The `Boolean` scalar type represents `true` or `false`.", - "enumValues": [], - "fields": [], - "inputFields": [], - "interfaces": [], - "kind": "SCALAR", - "name": "Boolean", - "possibleTypes": [] - }, - { - "description": null, - "enumValues": [], - "fields": [], - "inputFields": [], - "interfaces": [], - "kind": "SCALAR", - "name": "ChainID", - "possibleTypes": [] - }, - { - "description": null, - "enumValues": [], - "fields": [], - "inputFields": [ + }, { "defaultValue": null, "description": null, - "name": "blockTime", + "name": "accountIDGT", "type": { "kind": "SCALAR", - "name": "Int", + "name": "ID", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "forkRpcUrl", + "name": "accountIDGTE", "type": { "kind": "SCALAR", - "name": "String", + "name": "ID", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "forkBlockNumber", + "name": "accountIDLT", "type": { "kind": "SCALAR", - "name": "Long", + "name": "ID", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "seed", + "name": "accountIDLTE", "type": { "kind": "SCALAR", - "name": "String", + "name": "ID", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "accounts", + "name": "accountIDContains", "type": { "kind": "SCALAR", - "name": "Int", + "name": "ID", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "invokeMaxSteps", + "name": "accountIDHasPrefix", "type": { "kind": "SCALAR", - "name": "Long", + "name": "ID", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "validateMaxSteps", + "name": "accountIDHasSuffix", "type": { "kind": "SCALAR", - "name": "Long", + "name": "ID", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "disableFee", + "name": "accountIDEqualFold", "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "ID", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "gasPrice", + "name": "accountIDContainsFold", "type": { "kind": "SCALAR", - "name": "Long", + "name": "ID", "ofType": null } }, { "defaultValue": null, - "description": null, - "name": "genesis", + "description": "address field predicates", + "name": "address", "type": { "kind": "SCALAR", "name": "String", @@ -2151,373 +2228,333 @@ { "defaultValue": null, "description": null, - "name": "dev", + "name": "addressNEQ", "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "String", "ofType": null } - } - ], - "interfaces": [], - "kind": "INPUT_OBJECT", - "name": "CreateKatanaConfigInput", - "possibleTypes": [] - }, - { - "description": null, - "enumValues": [], - "fields": [], - "inputFields": [ + }, { "defaultValue": null, "description": null, - "name": "mode", + "name": "addressIn", "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } } } }, { "defaultValue": null, "description": null, - "name": "rpcUrl", + "name": "addressNotIn", "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } } } }, { "defaultValue": null, "description": null, - "name": "registry", + "name": "addressGT", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null } }, { "defaultValue": null, "description": null, - "name": "settlementContract", + "name": "addressGTE", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null } }, { "defaultValue": null, "description": null, - "name": "world", + "name": "addressLT", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null } }, { "defaultValue": null, "description": null, - "name": "proverUrl", + "name": "addressLTE", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null } }, { "defaultValue": null, "description": null, - "name": "storeProofs", + "name": "addressContains", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null } }, { "defaultValue": null, "description": null, - "name": "starknetUrl", + "name": "addressHasPrefix", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null } }, { "defaultValue": null, "description": null, - "name": "signerKey", + "name": "addressHasSuffix", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null } }, { "defaultValue": null, "description": null, - "name": "signerAddress", + "name": "addressEqualFold", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null } }, { "defaultValue": null, "description": null, - "name": "privateKey", + "name": "addressContainsFold", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "network field predicates", + "name": "network", + "type": { + "kind": "ENUM", + "name": "ControllerNetwork", + "ofType": null } }, { "defaultValue": null, "description": null, - "name": "batchSize", + "name": "networkNEQ", "type": { - "kind": "NON_NULL", + "kind": "ENUM", + "name": "ControllerNetwork", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "networkIn", + "type": { + "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ControllerNetwork", + "ofType": null + } } } }, { "defaultValue": null, "description": null, - "name": "startBlock", + "name": "networkNotIn", "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ControllerNetwork", + "ofType": null + } } } - } - ], - "interfaces": [], - "kind": "INPUT_OBJECT", - "name": "CreateSayaConfigInput", - "possibleTypes": [] - }, - { - "description": null, - "enumValues": [], - "fields": [], - "inputFields": [ + }, { "defaultValue": null, - "description": null, - "name": "katana", + "description": "created_at field predicates", + "name": "createdAt", "type": { - "kind": "INPUT_OBJECT", - "name": "CreateKatanaConfigInput", + "kind": "SCALAR", + "name": "Time", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "torii", + "name": "createdAtNEQ", "type": { - "kind": "INPUT_OBJECT", - "name": "CreateToriiConfigInput", + "kind": "SCALAR", + "name": "Time", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "saya", + "name": "createdAtIn", "type": { - "kind": "INPUT_OBJECT", - "name": "CreateSayaConfigInput", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Time", + "ofType": null + } + } } - } - ], - "interfaces": [], - "kind": "INPUT_OBJECT", - "name": "CreateServiceConfigInput", - "possibleTypes": [] - }, - { - "description": null, - "enumValues": [], - "fields": [], - "inputFields": [ + }, { "defaultValue": null, "description": null, - "name": "type", + "name": "createdAtNotIn", "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "ENUM", - "name": "DeploymentService", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Time", + "ofType": null + } } } }, { "defaultValue": null, "description": null, - "name": "version", + "name": "createdAtGT", "type": { "kind": "SCALAR", - "name": "String", + "name": "Time", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "config", + "name": "createdAtGTE", "type": { - "kind": "INPUT_OBJECT", - "name": "CreateServiceConfigInput", + "kind": "SCALAR", + "name": "Time", "ofType": null } - } - ], - "interfaces": [], - "kind": "INPUT_OBJECT", - "name": "CreateServiceInput", - "possibleTypes": [] - }, - { - "description": null, - "enumValues": [], - "fields": [], - "inputFields": [ + }, { "defaultValue": null, "description": null, - "name": "rpc", + "name": "createdAtLT", "type": { "kind": "SCALAR", - "name": "String", + "name": "Time", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "world", + "name": "createdAtLTE", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "Time", + "ofType": null } }, { "defaultValue": null, - "description": null, - "name": "startBlock", + "description": "updated_at field predicates", + "name": "updatedAt", "type": { "kind": "SCALAR", - "name": "Long", + "name": "Time", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "indexPending", + "name": "updatedAtNEQ", "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "Time", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "pollingInterval", + "name": "updatedAtIn", "type": { - "kind": "SCALAR", - "name": "Long", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Time", + "ofType": null + } + } } - } - ], - "interfaces": [], - "kind": "INPUT_OBJECT", - "name": "CreateToriiConfigInput", - "possibleTypes": [] - }, - { - "description": null, - "enumValues": [], - "fields": [ + }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "webauthn", + "name": "updatedAtNotIn", "type": { "kind": "LIST", "name": null, @@ -2525,704 +2562,413 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "WebauthnCredential", + "kind": "SCALAR", + "name": "Time", "ofType": null } } } - } - ], - "inputFields": [], - "interfaces": [], - "kind": "OBJECT", - "name": "Credentials", - "possibleTypes": [] - }, - { - "description": null, - "enumValues": [ - { - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "USD" - } - ], - "fields": [], - "inputFields": [], - "interfaces": [], - "kind": "ENUM", - "name": "CurrencyBase", - "possibleTypes": [] - }, - { - "description": null, - "enumValues": [ - { - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "ETH" }, { - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "BTC" - } - ], - "fields": [], - "inputFields": [], - "interfaces": [], - "kind": "ENUM", - "name": "CurrencyQuote", - "possibleTypes": [] - }, - { - "description": "Define a Relay Cursor type:\nhttps://relay.dev/graphql/connections.htm#sec-Cursor", - "enumValues": [], - "fields": [], - "inputFields": [], - "interfaces": [], - "kind": "SCALAR", - "name": "Cursor", - "possibleTypes": [] - }, - { - "description": null, - "enumValues": [], - "fields": [ + "name": "updatedAtGT", + "type": { + "kind": "SCALAR", + "name": "Time", + "ofType": null + } + }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "id", + "name": "updatedAtGTE", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } + "kind": "SCALAR", + "name": "Time", + "ofType": null } }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "project", + "name": "updatedAtLT", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "Time", + "ofType": null } }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "status", + "name": "updatedAtLTE", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "DeploymentStatus", - "ofType": null - } + "kind": "SCALAR", + "name": "Time", + "ofType": null } }, { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "branch", + "defaultValue": null, + "description": "account edge predicates", + "name": "hasAccount", "type": { "kind": "SCALAR", - "name": "String", + "name": "Boolean", "ofType": null } }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "serviceID", + "name": "hasAccountWith", "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "AccountWhereInput", + "ofType": null + } } } }, { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "tier", + "defaultValue": null, + "description": "signers edge predicates", + "name": "hasSigners", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "DeploymentTier", - "ofType": null - } + "kind": "SCALAR", + "name": "Boolean", + "ofType": null } }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "regions", + "name": "hasSignersWith", "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "INPUT_OBJECT", + "name": "SignerWhereInput", + "ofType": null } } } + } + ], + "interfaces": [], + "kind": "INPUT_OBJECT", + "name": "ControllerWhereInput", + "possibleTypes": [] + }, + { + "description": null, + "enumValues": [], + "fields": [], + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "blockTime", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "autoUpgrade", + "name": "forkRpcUrl", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null } }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "createdAt", + "name": "forkBlockNumber", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Time", - "ofType": null - } + "kind": "SCALAR", + "name": "Long", + "ofType": null } }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "updatedAt", + "name": "seed", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Time", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null } }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "spinDownAt", + "name": "accounts", "type": { "kind": "SCALAR", - "name": "Time", + "name": "Int", "ofType": null } }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "spinUpAt", + "name": "invokeMaxSteps", "type": { "kind": "SCALAR", - "name": "Time", + "name": "Long", "ofType": null } }, { - "args": [ - { - "defaultValue": null, - "description": "Returns the elements in the list that come after the specified cursor.", - "name": "after", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "Returns the first _n_ elements from the list.", - "name": "first", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "Returns the elements in the list that come before the specified cursor.", - "name": "before", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "Returns the last _n_ elements from the list.", - "name": "last", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "Filtering options for Teams returned from the connection.", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "TeamWhereInput", - "ofType": null - } - } - ], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "teams", + "name": "validateMaxSteps", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "TeamConnection", - "ofType": null - } + "kind": "SCALAR", + "name": "Long", + "ofType": null } }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "service", + "name": "disableFee", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Service", - "ofType": null - } + "kind": "SCALAR", + "name": "Boolean", + "ofType": null } }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "events", + "name": "gasPrice", "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "DeploymentLog", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Long", + "ofType": null } }, { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "since", - "type": { - "kind": "SCALAR", - "name": "Time", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "order", - "type": { - "kind": "ENUM", - "name": "Order", - "ofType": null - } - } - ], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "logs", + "name": "genesis", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Logs", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null } }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "config", + "name": "dev", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "UNION", - "name": "DeploymentConfig", - "ofType": null - } + "kind": "SCALAR", + "name": "Boolean", + "ofType": null } } ], - "inputFields": [], - "interfaces": [ - { - "kind": "INTERFACE", - "name": "Node", - "ofType": null - } - ], - "kind": "OBJECT", - "name": "Deployment", + "interfaces": [], + "kind": "INPUT_OBJECT", + "name": "CreateKatanaConfigInput", "possibleTypes": [] }, { "description": null, "enumValues": [], "fields": [], - "inputFields": [], - "interfaces": [], - "kind": "UNION", - "name": "DeploymentConfig", - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "KatanaConfig", - "ofType": null - }, + "inputFields": [ { - "kind": "OBJECT", - "name": "ToriiConfig", - "ofType": null + "defaultValue": null, + "description": null, + "name": "mode", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } }, { - "kind": "OBJECT", - "name": "SayaConfig", - "ofType": null - } - ] - }, - { - "description": "A connection to a list of items.", - "enumValues": [], - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": "A list of edges.", - "isDeprecated": false, - "name": "edges", + "defaultValue": null, + "description": null, + "name": "rpcUrl", "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "DeploymentEdge", + "kind": "SCALAR", + "name": "String", "ofType": null } } }, { - "args": [], - "deprecationReason": null, - "description": "Information to aid in pagination.", - "isDeprecated": false, - "name": "pageInfo", + "defaultValue": null, + "description": null, + "name": "registry", "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "PageInfo", + "kind": "SCALAR", + "name": "String", "ofType": null } } }, { - "args": [], - "deprecationReason": null, - "description": "Identifies the total count of items in the connection.", - "isDeprecated": false, - "name": "totalCount", + "defaultValue": null, + "description": null, + "name": "settlementContract", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null } } - } - ], - "inputFields": [], - "interfaces": [], - "kind": "OBJECT", - "name": "DeploymentConnection", - "possibleTypes": [] - }, - { - "description": "An edge in a connection.", - "enumValues": [], - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": "The item at the end of the edge.", - "isDeprecated": false, - "name": "node", - "type": { - "kind": "OBJECT", - "name": "Deployment", - "ofType": null - } }, { - "args": [], - "deprecationReason": null, - "description": "A cursor for use in pagination.", - "isDeprecated": false, - "name": "cursor", + "defaultValue": null, + "description": null, + "name": "world", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "Cursor", + "name": "String", "ofType": null } } - } - ], - "inputFields": [], - "interfaces": [], - "kind": "OBJECT", - "name": "DeploymentEdge", - "possibleTypes": [] - }, - { - "description": null, - "enumValues": [], - "fields": [ + }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "id", + "name": "proverUrl", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "ID", + "name": "String", "ofType": null } } }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "deploymentID", + "name": "storeProofs", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "ID", + "name": "Boolean", "ofType": null } } }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "logType", + "name": "starknetUrl", "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "ENUM", - "name": "DeploymentLogLogType", + "kind": "SCALAR", + "name": "String", "ofType": null } } }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "timestamp", + "name": "signerKey", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "Time", + "name": "String", "ofType": null } } }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "deployment", + "name": "signerAddress", "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "Deployment", + "kind": "SCALAR", + "name": "String", "ofType": null } } - } - ], - "inputFields": [], - "interfaces": [ - { - "kind": "INTERFACE", - "name": "Node", - "ofType": null - } - ], - "kind": "OBJECT", - "name": "DeploymentLog", - "possibleTypes": [] - }, - { - "description": "A connection to a list of items.", - "enumValues": [], - "fields": [ + }, { - "args": [], - "deprecationReason": null, - "description": "A list of edges.", - "isDeprecated": false, - "name": "edges", + "defaultValue": null, + "description": null, + "name": "privateKey", "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "DeploymentLogEdge", + "kind": "SCALAR", + "name": "String", "ofType": null } } }, { - "args": [], - "deprecationReason": null, - "description": "Information to aid in pagination.", - "isDeprecated": false, - "name": "pageInfo", + "defaultValue": null, + "description": null, + "name": "batchSize", "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "PageInfo", + "kind": "SCALAR", + "name": "Int", "ofType": null } } }, { - "args": [], - "deprecationReason": null, - "description": "Identifies the total count of items in the connection.", - "isDeprecated": false, - "name": "totalCount", + "defaultValue": null, + "description": null, + "name": "startBlock", "type": { "kind": "NON_NULL", "name": null, @@ -3234,161 +2980,172 @@ } } ], - "inputFields": [], "interfaces": [], - "kind": "OBJECT", - "name": "DeploymentLogConnection", + "kind": "INPUT_OBJECT", + "name": "CreateSayaConfigInput", "possibleTypes": [] }, { - "description": "An edge in a connection.", + "description": null, "enumValues": [], - "fields": [ + "fields": [], + "inputFields": [ { - "args": [], - "deprecationReason": null, - "description": "The item at the end of the edge.", - "isDeprecated": false, - "name": "node", + "defaultValue": null, + "description": null, + "name": "katana", "type": { - "kind": "OBJECT", - "name": "DeploymentLog", + "kind": "INPUT_OBJECT", + "name": "CreateKatanaConfigInput", "ofType": null } }, { - "args": [], - "deprecationReason": null, - "description": "A cursor for use in pagination.", - "isDeprecated": false, - "name": "cursor", + "defaultValue": null, + "description": null, + "name": "torii", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - } + "kind": "INPUT_OBJECT", + "name": "CreateToriiConfigInput", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "saya", + "type": { + "kind": "INPUT_OBJECT", + "name": "CreateSayaConfigInput", + "ofType": null } } ], - "inputFields": [], "interfaces": [], - "kind": "OBJECT", - "name": "DeploymentLogEdge", + "kind": "INPUT_OBJECT", + "name": "CreateServiceConfigInput", "possibleTypes": [] }, { - "description": "DeploymentLogLogType is enum for the field log_type", - "enumValues": [ - { - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "created" - }, + "description": null, + "enumValues": [], + "fields": [], + "inputFields": [ { - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "deleted" + "name": "type", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "DeploymentService", + "ofType": null + } + } }, { - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "scaled_up" + "name": "version", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, { - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "scaled_down" + "name": "config", + "type": { + "kind": "INPUT_OBJECT", + "name": "CreateServiceConfigInput", + "ofType": null + } } ], - "fields": [], - "inputFields": [], "interfaces": [], - "kind": "ENUM", - "name": "DeploymentLogLogType", + "kind": "INPUT_OBJECT", + "name": "CreateServiceInput", "possibleTypes": [] }, { - "description": "DeploymentLogWhereInput is used for filtering DeploymentLog objects.\nInput was generated by ent.", + "description": null, "enumValues": [], "fields": [], "inputFields": [ { "defaultValue": null, "description": null, - "name": "not", + "name": "rpc", "type": { - "kind": "INPUT_OBJECT", - "name": "DeploymentLogWhereInput", + "kind": "SCALAR", + "name": "String", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "and", + "name": "world", "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "DeploymentLogWhereInput", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null } } }, { "defaultValue": null, "description": null, - "name": "or", + "name": "startBlock", "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "DeploymentLogWhereInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Long", + "ofType": null } }, { "defaultValue": null, - "description": "id field predicates", - "name": "id", + "description": null, + "name": "indexPending", "type": { "kind": "SCALAR", - "name": "ID", + "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "idNEQ", + "name": "pollingInterval", "type": { "kind": "SCALAR", - "name": "ID", + "name": "Long", "ofType": null } - }, + } + ], + "interfaces": [], + "kind": "INPUT_OBJECT", + "name": "CreateToriiConfigInput", + "possibleTypes": [] + }, + { + "description": null, + "enumValues": [], + "fields": [ { - "defaultValue": null, + "args": [], + "deprecationReason": null, "description": null, - "name": "idIn", + "isDeprecated": false, + "name": "webauthn", "type": { "kind": "LIST", "name": null, @@ -3396,297 +3153,351 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "ID", + "kind": "OBJECT", + "name": "WebauthnCredential", "ofType": null } } } + } + ], + "inputFields": [], + "interfaces": [], + "kind": "OBJECT", + "name": "Credentials", + "possibleTypes": [] + }, + { + "description": null, + "enumValues": [ + { + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "USD" + } + ], + "fields": [], + "inputFields": [], + "interfaces": [], + "kind": "ENUM", + "name": "CurrencyBase", + "possibleTypes": [] + }, + { + "description": null, + "enumValues": [ + { + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "ETH" }, { - "defaultValue": null, + "deprecationReason": null, "description": null, - "name": "idNotIn", + "isDeprecated": false, + "name": "BTC" + } + ], + "fields": [], + "inputFields": [], + "interfaces": [], + "kind": "ENUM", + "name": "CurrencyQuote", + "possibleTypes": [] + }, + { + "description": "Define a Relay Cursor type:\nhttps://relay.dev/graphql/connections.htm#sec-Cursor", + "enumValues": [], + "fields": [], + "inputFields": [], + "interfaces": [], + "kind": "SCALAR", + "name": "Cursor", + "possibleTypes": [] + }, + { + "description": null, + "enumValues": [], + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "id", "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } + "kind": "SCALAR", + "name": "ID", + "ofType": null } } }, { - "defaultValue": null, + "args": [], + "deprecationReason": null, "description": null, - "name": "idGT", + "isDeprecated": false, + "name": "project", "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } } }, { - "defaultValue": null, + "args": [], + "deprecationReason": null, "description": null, - "name": "idGTE", + "isDeprecated": false, + "name": "status", "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "DeploymentStatus", + "ofType": null + } } }, { - "defaultValue": null, + "args": [], + "deprecationReason": null, "description": null, - "name": "idLT", + "isDeprecated": false, + "name": "branch", "type": { "kind": "SCALAR", - "name": "ID", + "name": "String", "ofType": null } }, { - "defaultValue": null, + "args": [], + "deprecationReason": null, "description": null, - "name": "idLTE", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "deployment_id field predicates", - "name": "deploymentID", + "isDeprecated": false, + "name": "serviceID", "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } } }, { - "defaultValue": null, + "args": [], + "deprecationReason": null, "description": null, - "name": "deploymentIDNEQ", + "isDeprecated": false, + "name": "tier", "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "DeploymentTier", + "ofType": null + } } }, { - "defaultValue": null, + "args": [], + "deprecationReason": null, "description": null, - "name": "deploymentIDIn", + "isDeprecated": false, + "name": "regions", "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } } } } }, { - "defaultValue": null, + "args": [], + "deprecationReason": null, "description": null, - "name": "deploymentIDNotIn", + "isDeprecated": false, + "name": "autoUpgrade", "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } + "kind": "SCALAR", + "name": "Boolean", + "ofType": null } } }, { - "defaultValue": null, - "description": null, - "name": "deploymentIDGT", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "deploymentIDGTE", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "deploymentIDLT", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "deploymentIDLTE", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "deploymentIDContains", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, + "args": [], + "deprecationReason": null, "description": null, - "name": "deploymentIDHasPrefix", + "isDeprecated": false, + "name": "createdAt", "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Time", + "ofType": null + } } }, { - "defaultValue": null, + "args": [], + "deprecationReason": null, "description": null, - "name": "deploymentIDHasSuffix", + "isDeprecated": false, + "name": "updatedAt", "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Time", + "ofType": null + } } }, { - "defaultValue": null, + "args": [], + "deprecationReason": null, "description": null, - "name": "deploymentIDEqualFold", + "isDeprecated": false, + "name": "spinDownAt", "type": { "kind": "SCALAR", - "name": "ID", + "name": "Time", "ofType": null } }, { - "defaultValue": null, + "args": [], + "deprecationReason": null, "description": null, - "name": "deploymentIDContainsFold", + "isDeprecated": false, + "name": "spinUpAt", "type": { "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "log_type field predicates", - "name": "logType", - "type": { - "kind": "ENUM", - "name": "DeploymentLogLogType", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "logTypeNEQ", - "type": { - "kind": "ENUM", - "name": "DeploymentLogLogType", + "name": "Time", "ofType": null } }, { - "defaultValue": null, - "description": null, - "name": "logTypeIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "DeploymentLogLogType", + "args": [ + { + "defaultValue": null, + "description": "Returns the elements in the list that come after the specified cursor.", + "name": "after", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "Returns the first _n_ elements from the list.", + "name": "first", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "Returns the elements in the list that come before the specified cursor.", + "name": "before", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "Returns the last _n_ elements from the list.", + "name": "last", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "Filtering options for Teams returned from the connection.", + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "TeamWhereInput", "ofType": null } } - } - }, - { - "defaultValue": null, + ], + "deprecationReason": null, "description": null, - "name": "logTypeNotIn", + "isDeprecated": false, + "name": "teams", "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "DeploymentLogLogType", - "ofType": null - } + "kind": "OBJECT", + "name": "TeamConnection", + "ofType": null } } }, { - "defaultValue": null, - "description": "timestamp field predicates", - "name": "timestamp", - "type": { - "kind": "SCALAR", - "name": "Time", - "ofType": null - } - }, - { - "defaultValue": null, + "args": [], + "deprecationReason": null, "description": null, - "name": "timestampNEQ", + "isDeprecated": false, + "name": "service", "type": { - "kind": "SCALAR", - "name": "Time", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Service", + "ofType": null + } } }, { - "defaultValue": null, + "args": [], + "deprecationReason": null, "description": null, - "name": "timestampIn", + "isDeprecated": false, + "name": "events", "type": { "kind": "LIST", "name": null, @@ -3694,262 +3505,445 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "Time", + "kind": "OBJECT", + "name": "DeploymentLog", "ofType": null } } } }, { - "defaultValue": null, - "description": null, - "name": "timestampNotIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { + "args": [ + { + "defaultValue": null, + "description": null, + "name": "since", + "type": { "kind": "SCALAR", "name": "Time", "ofType": null } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "timestampGT", - "type": { - "kind": "SCALAR", - "name": "Time", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "timestampGTE", - "type": { - "kind": "SCALAR", - "name": "Time", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "timestampLT", - "type": { - "kind": "SCALAR", - "name": "Time", - "ofType": null - } - }, - { - "defaultValue": null, + }, + { + "defaultValue": null, + "description": null, + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "order", + "type": { + "kind": "ENUM", + "name": "Order", + "ofType": null + } + } + ], + "deprecationReason": null, "description": null, - "name": "timestampLTE", - "type": { - "kind": "SCALAR", - "name": "Time", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "deployment edge predicates", - "name": "hasDeployment", + "isDeprecated": false, + "name": "logs", "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Logs", + "ofType": null + } } }, { - "defaultValue": null, + "args": [], + "deprecationReason": null, "description": null, - "name": "hasDeploymentWith", + "isDeprecated": false, + "name": "config", "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "DeploymentWhereInput", - "ofType": null - } + "kind": "UNION", + "name": "DeploymentConfig", + "ofType": null } } } ], - "interfaces": [], - "kind": "INPUT_OBJECT", - "name": "DeploymentLogWhereInput", + "inputFields": [], + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Node", + "ofType": null + } + ], + "kind": "OBJECT", + "name": "Deployment", "possibleTypes": [] }, { - "description": "Ordering options for Deployment connections", + "description": null, "enumValues": [], "fields": [], - "inputFields": [ + "inputFields": [], + "interfaces": [], + "kind": "UNION", + "name": "DeploymentConfig", + "possibleTypes": [ { - "defaultValue": "ASC", - "description": "The ordering direction.", - "name": "direction", + "kind": "OBJECT", + "name": "KatanaConfig", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "ToriiConfig", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "SayaConfig", + "ofType": null + } + ] + }, + { + "description": "A connection to a list of items.", + "enumValues": [], + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": "A list of edges.", + "isDeprecated": false, + "name": "edges", "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "ENUM", - "name": "OrderDirection", + "kind": "OBJECT", + "name": "DeploymentEdge", "ofType": null } } }, { - "defaultValue": null, - "description": "The field by which to order Deployments.", - "name": "field", + "args": [], + "deprecationReason": null, + "description": "Information to aid in pagination.", + "isDeprecated": false, + "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "ENUM", - "name": "DeploymentOrderField", + "kind": "OBJECT", + "name": "PageInfo", "ofType": null } } - } - ], - "interfaces": [], - "kind": "INPUT_OBJECT", - "name": "DeploymentOrder", - "possibleTypes": [] - }, - { - "description": "Properties by which Deployment connections can be ordered.", - "enumValues": [ + }, { + "args": [], "deprecationReason": null, - "description": null, + "description": "Identifies the total count of items in the connection.", "isDeprecated": false, - "name": "CREATED_AT" + "name": "totalCount", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + } } ], - "fields": [], "inputFields": [], "interfaces": [], - "kind": "ENUM", - "name": "DeploymentOrderField", + "kind": "OBJECT", + "name": "DeploymentConnection", "possibleTypes": [] }, { - "description": null, - "enumValues": [ - { - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "katana" - }, + "description": "An edge in a connection.", + "enumValues": [], + "fields": [ { + "args": [], "deprecationReason": null, - "description": null, + "description": "The item at the end of the edge.", "isDeprecated": false, - "name": "torii" + "name": "node", + "type": { + "kind": "OBJECT", + "name": "Deployment", + "ofType": null + } }, { + "args": [], "deprecationReason": null, - "description": null, + "description": "A cursor for use in pagination.", "isDeprecated": false, - "name": "saya" + "name": "cursor", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + } + } } ], - "fields": [], "inputFields": [], "interfaces": [], - "kind": "ENUM", - "name": "DeploymentService", + "kind": "OBJECT", + "name": "DeploymentEdge", "possibleTypes": [] }, { - "description": "DeploymentStatus is enum for the field status", - "enumValues": [ + "description": null, + "enumValues": [], + "fields": [ { + "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "active" + "name": "id", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + } }, { + "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "disabled" - } - ], - "fields": [], - "inputFields": [], - "interfaces": [], - "kind": "ENUM", - "name": "DeploymentStatus", + "name": "deploymentID", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "logType", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "DeploymentLogLogType", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "timestamp", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Time", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "deployment", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Deployment", + "ofType": null + } + } + } + ], + "inputFields": [], + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Node", + "ofType": null + } + ], + "kind": "OBJECT", + "name": "DeploymentLog", "possibleTypes": [] }, { - "description": "DeploymentTier is enum for the field tier", - "enumValues": [ + "description": "A connection to a list of items.", + "enumValues": [], + "fields": [ { + "args": [], "deprecationReason": null, - "description": null, + "description": "A list of edges.", "isDeprecated": false, - "name": "basic" + "name": "edges", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "DeploymentLogEdge", + "ofType": null + } + } }, { + "args": [], "deprecationReason": null, - "description": null, + "description": "Information to aid in pagination.", "isDeprecated": false, - "name": "common" + "name": "pageInfo", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": "Identifies the total count of items in the connection.", + "isDeprecated": false, + "name": "totalCount", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + } + } + ], + "inputFields": [], + "interfaces": [], + "kind": "OBJECT", + "name": "DeploymentLogConnection", + "possibleTypes": [] + }, + { + "description": "An edge in a connection.", + "enumValues": [], + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": "The item at the end of the edge.", + "isDeprecated": false, + "name": "node", + "type": { + "kind": "OBJECT", + "name": "DeploymentLog", + "ofType": null + } }, + { + "args": [], + "deprecationReason": null, + "description": "A cursor for use in pagination.", + "isDeprecated": false, + "name": "cursor", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + } + } + } + ], + "inputFields": [], + "interfaces": [], + "kind": "OBJECT", + "name": "DeploymentLogEdge", + "possibleTypes": [] + }, + { + "description": "DeploymentLogLogType is enum for the field log_type", + "enumValues": [ { "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "uncommon" + "name": "created" }, { "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "rare" + "name": "deleted" }, { "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "epic" + "name": "scaled_up" }, { "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "legendary" + "name": "scaled_down" } ], "fields": [], "inputFields": [], "interfaces": [], "kind": "ENUM", - "name": "DeploymentTier", + "name": "DeploymentLogLogType", "possibleTypes": [] }, { - "description": "DeploymentWhereInput is used for filtering Deployment objects.\nInput was generated by ent.", + "description": "DeploymentLogWhereInput is used for filtering DeploymentLog objects.\nInput was generated by ent.", "enumValues": [], "fields": [], "inputFields": [ @@ -3959,7 +3953,7 @@ "name": "not", "type": { "kind": "INPUT_OBJECT", - "name": "DeploymentWhereInput", + "name": "DeploymentLogWhereInput", "ofType": null } }, @@ -3975,7 +3969,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "DeploymentWhereInput", + "name": "DeploymentLogWhereInput", "ofType": null } } @@ -3993,7 +3987,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "DeploymentWhereInput", + "name": "DeploymentLogWhereInput", "ofType": null } } @@ -4097,28 +4091,28 @@ }, { "defaultValue": null, - "description": "project field predicates", - "name": "project", + "description": "deployment_id field predicates", + "name": "deploymentID", "type": { "kind": "SCALAR", - "name": "String", + "name": "ID", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "projectNEQ", + "name": "deploymentIDNEQ", "type": { "kind": "SCALAR", - "name": "String", + "name": "ID", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "projectIn", + "name": "deploymentIDIn", "type": { "kind": "LIST", "name": null, @@ -4127,7 +4121,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "ID", "ofType": null } } @@ -4136,7 +4130,7 @@ { "defaultValue": null, "description": null, - "name": "projectNotIn", + "name": "deploymentIDNotIn", "type": { "kind": "LIST", "name": null, @@ -4145,7 +4139,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "ID", "ofType": null } } @@ -4154,117 +4148,117 @@ { "defaultValue": null, "description": null, - "name": "projectGT", + "name": "deploymentIDGT", "type": { "kind": "SCALAR", - "name": "String", + "name": "ID", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "projectGTE", + "name": "deploymentIDGTE", "type": { "kind": "SCALAR", - "name": "String", + "name": "ID", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "projectLT", + "name": "deploymentIDLT", "type": { "kind": "SCALAR", - "name": "String", + "name": "ID", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "projectLTE", + "name": "deploymentIDLTE", "type": { "kind": "SCALAR", - "name": "String", + "name": "ID", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "projectContains", + "name": "deploymentIDContains", "type": { "kind": "SCALAR", - "name": "String", + "name": "ID", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "projectHasPrefix", + "name": "deploymentIDHasPrefix", "type": { "kind": "SCALAR", - "name": "String", + "name": "ID", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "projectHasSuffix", + "name": "deploymentIDHasSuffix", "type": { "kind": "SCALAR", - "name": "String", + "name": "ID", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "projectEqualFold", + "name": "deploymentIDEqualFold", "type": { "kind": "SCALAR", - "name": "String", + "name": "ID", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "projectContainsFold", + "name": "deploymentIDContainsFold", "type": { "kind": "SCALAR", - "name": "String", + "name": "ID", "ofType": null } }, { "defaultValue": null, - "description": "status field predicates", - "name": "status", + "description": "log_type field predicates", + "name": "logType", "type": { "kind": "ENUM", - "name": "DeploymentStatus", + "name": "DeploymentLogLogType", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "statusNEQ", + "name": "logTypeNEQ", "type": { "kind": "ENUM", - "name": "DeploymentStatus", + "name": "DeploymentLogLogType", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "statusIn", + "name": "logTypeIn", "type": { "kind": "LIST", "name": null, @@ -4273,7 +4267,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "DeploymentStatus", + "name": "DeploymentLogLogType", "ofType": null } } @@ -4282,7 +4276,7 @@ { "defaultValue": null, "description": null, - "name": "statusNotIn", + "name": "logTypeNotIn", "type": { "kind": "LIST", "name": null, @@ -4291,7 +4285,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "DeploymentStatus", + "name": "DeploymentLogLogType", "ofType": null } } @@ -4299,28 +4293,28 @@ }, { "defaultValue": null, - "description": "branch field predicates", - "name": "branch", + "description": "timestamp field predicates", + "name": "timestamp", "type": { "kind": "SCALAR", - "name": "String", + "name": "Time", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "branchNEQ", + "name": "timestampNEQ", "type": { "kind": "SCALAR", - "name": "String", + "name": "Time", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "branchIn", + "name": "timestampIn", "type": { "kind": "LIST", "name": null, @@ -4329,7 +4323,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "Time", "ofType": null } } @@ -4338,7 +4332,7 @@ { "defaultValue": null, "description": null, - "name": "branchNotIn", + "name": "timestampNotIn", "type": { "kind": "LIST", "name": null, @@ -4347,7 +4341,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "Time", "ofType": null } } @@ -4356,137 +4350,251 @@ { "defaultValue": null, "description": null, - "name": "branchGT", + "name": "timestampGT", "type": { "kind": "SCALAR", - "name": "String", + "name": "Time", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "branchGTE", + "name": "timestampGTE", "type": { "kind": "SCALAR", - "name": "String", + "name": "Time", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "branchLT", + "name": "timestampLT", "type": { "kind": "SCALAR", - "name": "String", + "name": "Time", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "branchLTE", + "name": "timestampLTE", "type": { "kind": "SCALAR", - "name": "String", + "name": "Time", "ofType": null } }, { "defaultValue": null, - "description": null, - "name": "branchContains", + "description": "deployment edge predicates", + "name": "hasDeployment", "type": { "kind": "SCALAR", - "name": "String", + "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "branchHasPrefix", + "name": "hasDeploymentWith", "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "DeploymentWhereInput", + "ofType": null + } + } } - }, + } + ], + "interfaces": [], + "kind": "INPUT_OBJECT", + "name": "DeploymentLogWhereInput", + "possibleTypes": [] + }, + { + "description": "Ordering options for Deployment connections", + "enumValues": [], + "fields": [], + "inputFields": [ { - "defaultValue": null, - "description": null, - "name": "branchHasSuffix", + "defaultValue": "ASC", + "description": "The ordering direction.", + "name": "direction", "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "OrderDirection", + "ofType": null + } } }, { "defaultValue": null, - "description": null, - "name": "branchIsNil", + "description": "The field by which to order Deployments.", + "name": "field", "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "DeploymentOrderField", + "ofType": null + } } + } + ], + "interfaces": [], + "kind": "INPUT_OBJECT", + "name": "DeploymentOrder", + "possibleTypes": [] + }, + { + "description": "Properties by which Deployment connections can be ordered.", + "enumValues": [ + { + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "CREATED_AT" + } + ], + "fields": [], + "inputFields": [], + "interfaces": [], + "kind": "ENUM", + "name": "DeploymentOrderField", + "possibleTypes": [] + }, + { + "description": null, + "enumValues": [ + { + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "katana" }, { - "defaultValue": null, + "deprecationReason": null, "description": null, - "name": "branchNotNil", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } + "isDeprecated": false, + "name": "torii" }, { - "defaultValue": null, + "deprecationReason": null, "description": null, - "name": "branchEqualFold", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "isDeprecated": false, + "name": "saya" + } + ], + "fields": [], + "inputFields": [], + "interfaces": [], + "kind": "ENUM", + "name": "DeploymentService", + "possibleTypes": [] + }, + { + "description": "DeploymentStatus is enum for the field status", + "enumValues": [ + { + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "active" }, { - "defaultValue": null, + "deprecationReason": null, "description": null, - "name": "branchContainsFold", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "isDeprecated": false, + "name": "disabled" + } + ], + "fields": [], + "inputFields": [], + "interfaces": [], + "kind": "ENUM", + "name": "DeploymentStatus", + "possibleTypes": [] + }, + { + "description": "DeploymentTier is enum for the field tier", + "enumValues": [ + { + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "basic" }, { - "defaultValue": null, - "description": "service_id field predicates", - "name": "serviceID", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "common" + }, + { + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "uncommon" + }, + { + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "rare" + }, + { + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "epic" }, + { + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "legendary" + } + ], + "fields": [], + "inputFields": [], + "interfaces": [], + "kind": "ENUM", + "name": "DeploymentTier", + "possibleTypes": [] + }, + { + "description": "DeploymentWhereInput is used for filtering Deployment objects.\nInput was generated by ent.", + "enumValues": [], + "fields": [], + "inputFields": [ { "defaultValue": null, "description": null, - "name": "serviceIDNEQ", + "name": "not", "type": { - "kind": "SCALAR", - "name": "ID", + "kind": "INPUT_OBJECT", + "name": "DeploymentWhereInput", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "serviceIDIn", + "name": "and", "type": { "kind": "LIST", "name": null, @@ -4494,8 +4602,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "ID", + "kind": "INPUT_OBJECT", + "name": "DeploymentWhereInput", "ofType": null } } @@ -4504,7 +4612,7 @@ { "defaultValue": null, "description": null, - "name": "serviceIDNotIn", + "name": "or", "type": { "kind": "LIST", "name": null, @@ -4512,8 +4620,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "ID", + "kind": "INPUT_OBJECT", + "name": "DeploymentWhereInput", "ofType": null } } @@ -4521,8 +4629,8 @@ }, { "defaultValue": null, - "description": null, - "name": "serviceIDGT", + "description": "id field predicates", + "name": "id", "type": { "kind": "SCALAR", "name": "ID", @@ -4532,7 +4640,7 @@ { "defaultValue": null, "description": null, - "name": "serviceIDGTE", + "name": "idNEQ", "type": { "kind": "SCALAR", "name": "ID", @@ -4542,27 +4650,43 @@ { "defaultValue": null, "description": null, - "name": "serviceIDLT", + "name": "idIn", "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + } } }, { "defaultValue": null, "description": null, - "name": "serviceIDLTE", + "name": "idNotIn", "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + } } }, { "defaultValue": null, "description": null, - "name": "serviceIDContains", + "name": "idGT", "type": { "kind": "SCALAR", "name": "ID", @@ -4572,7 +4696,7 @@ { "defaultValue": null, "description": null, - "name": "serviceIDHasPrefix", + "name": "idGTE", "type": { "kind": "SCALAR", "name": "ID", @@ -4582,7 +4706,7 @@ { "defaultValue": null, "description": null, - "name": "serviceIDHasSuffix", + "name": "idLT", "type": { "kind": "SCALAR", "name": "ID", @@ -4592,7 +4716,7 @@ { "defaultValue": null, "description": null, - "name": "serviceIDEqualFold", + "name": "idLTE", "type": { "kind": "SCALAR", "name": "ID", @@ -4601,38 +4725,28 @@ }, { "defaultValue": null, - "description": null, - "name": "serviceIDContainsFold", + "description": "project field predicates", + "name": "project", "type": { "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "tier field predicates", - "name": "tier", - "type": { - "kind": "ENUM", - "name": "DeploymentTier", + "name": "String", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "tierNEQ", + "name": "projectNEQ", "type": { - "kind": "ENUM", - "name": "DeploymentTier", + "kind": "SCALAR", + "name": "String", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "tierIn", + "name": "projectIn", "type": { "kind": "LIST", "name": null, @@ -4640,8 +4754,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "ENUM", - "name": "DeploymentTier", + "kind": "SCALAR", + "name": "String", "ofType": null } } @@ -4650,7 +4764,7 @@ { "defaultValue": null, "description": null, - "name": "tierNotIn", + "name": "projectNotIn", "type": { "kind": "LIST", "name": null, @@ -4658,8 +4772,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "ENUM", - "name": "DeploymentTier", + "kind": "SCALAR", + "name": "String", "ofType": null } } @@ -4667,144 +4781,118 @@ }, { "defaultValue": null, - "description": "auto_upgrade field predicates", - "name": "autoUpgrade", + "description": null, + "name": "projectGT", "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "String", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "autoUpgradeNEQ", + "name": "projectGTE", "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "String", "ofType": null } }, { "defaultValue": null, - "description": "created_at field predicates", - "name": "createdAt", + "description": null, + "name": "projectLT", "type": { "kind": "SCALAR", - "name": "Time", + "name": "String", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "createdAtNEQ", + "name": "projectLTE", "type": { "kind": "SCALAR", - "name": "Time", + "name": "String", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "createdAtIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Time", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "createdAtNotIn", + "name": "projectContains", "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Time", - "ofType": null - } - } + "kind": "SCALAR", + "name": "String", + "ofType": null } }, { "defaultValue": null, "description": null, - "name": "createdAtGT", + "name": "projectHasPrefix", "type": { "kind": "SCALAR", - "name": "Time", + "name": "String", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "createdAtGTE", + "name": "projectHasSuffix", "type": { "kind": "SCALAR", - "name": "Time", + "name": "String", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "createdAtLT", + "name": "projectEqualFold", "type": { "kind": "SCALAR", - "name": "Time", + "name": "String", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "createdAtLTE", + "name": "projectContainsFold", "type": { "kind": "SCALAR", - "name": "Time", + "name": "String", "ofType": null } }, { "defaultValue": null, - "description": "updated_at field predicates", - "name": "updatedAt", + "description": "status field predicates", + "name": "status", "type": { - "kind": "SCALAR", - "name": "Time", + "kind": "ENUM", + "name": "DeploymentStatus", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "updatedAtNEQ", + "name": "statusNEQ", "type": { - "kind": "SCALAR", - "name": "Time", + "kind": "ENUM", + "name": "DeploymentStatus", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "updatedAtIn", + "name": "statusIn", "type": { "kind": "LIST", "name": null, @@ -4812,8 +4900,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "Time", + "kind": "ENUM", + "name": "DeploymentStatus", "ofType": null } } @@ -4822,7 +4910,7 @@ { "defaultValue": null, "description": null, - "name": "updatedAtNotIn", + "name": "statusNotIn", "type": { "kind": "LIST", "name": null, @@ -4830,8 +4918,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "Time", + "kind": "ENUM", + "name": "DeploymentStatus", "ofType": null } } @@ -4839,68 +4927,28 @@ }, { "defaultValue": null, - "description": null, - "name": "updatedAtGT", - "type": { - "kind": "SCALAR", - "name": "Time", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "updatedAtGTE", - "type": { - "kind": "SCALAR", - "name": "Time", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "updatedAtLT", - "type": { - "kind": "SCALAR", - "name": "Time", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "updatedAtLTE", - "type": { - "kind": "SCALAR", - "name": "Time", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "spin_down_at field predicates", - "name": "spinDownAt", + "description": "branch field predicates", + "name": "branch", "type": { "kind": "SCALAR", - "name": "Time", + "name": "String", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "spinDownAtNEQ", + "name": "branchNEQ", "type": { "kind": "SCALAR", - "name": "Time", + "name": "String", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "spinDownAtIn", + "name": "branchIn", "type": { "kind": "LIST", "name": null, @@ -4909,7 +4957,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "Time", + "name": "String", "ofType": null } } @@ -4918,7 +4966,7 @@ { "defaultValue": null, "description": null, - "name": "spinDownAtNotIn", + "name": "branchNotIn", "type": { "kind": "LIST", "name": null, @@ -4927,7 +4975,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "Time", + "name": "String", "ofType": null } } @@ -4936,47 +4984,77 @@ { "defaultValue": null, "description": null, - "name": "spinDownAtGT", + "name": "branchGT", "type": { "kind": "SCALAR", - "name": "Time", + "name": "String", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "spinDownAtGTE", + "name": "branchGTE", "type": { "kind": "SCALAR", - "name": "Time", + "name": "String", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "spinDownAtLT", + "name": "branchLT", "type": { "kind": "SCALAR", - "name": "Time", + "name": "String", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "spinDownAtLTE", + "name": "branchLTE", "type": { "kind": "SCALAR", - "name": "Time", + "name": "String", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "spinDownAtIsNil", + "name": "branchContains", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "branchHasPrefix", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "branchHasSuffix", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "branchIsNil", "type": { "kind": "SCALAR", "name": "Boolean", @@ -4986,7 +5064,7 @@ { "defaultValue": null, "description": null, - "name": "spinDownAtNotNil", + "name": "branchNotNil", "type": { "kind": "SCALAR", "name": "Boolean", @@ -4995,28 +5073,48 @@ }, { "defaultValue": null, - "description": "spin_up_at field predicates", - "name": "spinUpAt", + "description": null, + "name": "branchEqualFold", "type": { "kind": "SCALAR", - "name": "Time", + "name": "String", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "spinUpAtNEQ", + "name": "branchContainsFold", "type": { "kind": "SCALAR", - "name": "Time", + "name": "String", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "service_id field predicates", + "name": "serviceID", + "type": { + "kind": "SCALAR", + "name": "ID", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "spinUpAtIn", + "name": "serviceIDNEQ", + "type": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "serviceIDIn", "type": { "kind": "LIST", "name": null, @@ -5025,7 +5123,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "Time", + "name": "ID", "ofType": null } } @@ -5034,7 +5132,7 @@ { "defaultValue": null, "description": null, - "name": "spinUpAtNotIn", + "name": "serviceIDNotIn", "type": { "kind": "LIST", "name": null, @@ -5043,7 +5141,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "Time", + "name": "ID", "ofType": null } } @@ -5052,133 +5150,117 @@ { "defaultValue": null, "description": null, - "name": "spinUpAtGT", + "name": "serviceIDGT", "type": { "kind": "SCALAR", - "name": "Time", + "name": "ID", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "spinUpAtGTE", + "name": "serviceIDGTE", "type": { "kind": "SCALAR", - "name": "Time", + "name": "ID", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "spinUpAtLT", + "name": "serviceIDLT", "type": { "kind": "SCALAR", - "name": "Time", + "name": "ID", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "spinUpAtLTE", + "name": "serviceIDLTE", "type": { "kind": "SCALAR", - "name": "Time", + "name": "ID", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "spinUpAtIsNil", + "name": "serviceIDContains", "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "ID", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "spinUpAtNotNil", + "name": "serviceIDHasPrefix", "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "ID", "ofType": null } }, { "defaultValue": null, - "description": "teams edge predicates", - "name": "hasTeams", + "description": null, + "name": "serviceIDHasSuffix", "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "ID", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "hasTeamsWith", + "name": "serviceIDEqualFold", "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "TeamWhereInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "ID", + "ofType": null } }, { "defaultValue": null, - "description": "service edge predicates", - "name": "hasService", + "description": null, + "name": "serviceIDContainsFold", "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "ID", "ofType": null } }, { "defaultValue": null, - "description": null, - "name": "hasServiceWith", + "description": "tier field predicates", + "name": "tier", "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "ServiceWhereInput", - "ofType": null - } - } + "kind": "ENUM", + "name": "DeploymentTier", + "ofType": null } }, { "defaultValue": null, - "description": "events edge predicates", - "name": "hasEvents", + "description": null, + "name": "tierNEQ", "type": { - "kind": "SCALAR", - "name": "Boolean", + "kind": "ENUM", + "name": "DeploymentTier", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "hasEventsWith", + "name": "tierIn", "type": { "kind": "LIST", "name": null, @@ -5186,421 +5268,267 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "INPUT_OBJECT", - "name": "DeploymentLogWhereInput", + "kind": "ENUM", + "name": "DeploymentTier", "ofType": null } } } - } - ], - "interfaces": [], - "kind": "INPUT_OBJECT", - "name": "DeploymentWhereInput", - "possibleTypes": [] - }, - { - "description": null, - "enumValues": [], - "fields": [], - "inputFields": [], - "interfaces": [], - "kind": "SCALAR", - "name": "Felt", - "possibleTypes": [] - }, - { - "description": null, - "enumValues": [], - "fields": [ + }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "id", + "name": "tierNotIn", "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "DeploymentTier", + "ofType": null + } } } }, { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "name", + "defaultValue": null, + "description": "auto_upgrade field predicates", + "name": "autoUpgrade", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "Boolean", + "ofType": null } }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "directory", + "name": "autoUpgradeNEQ", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "Boolean", + "ofType": null } }, { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "alt", + "defaultValue": null, + "description": "created_at field predicates", + "name": "createdAt", "type": { "kind": "SCALAR", - "name": "String", + "name": "Time", "ofType": null } }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "priority", + "name": "createdAtNEQ", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } + "kind": "SCALAR", + "name": "Time", + "ofType": null } }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "createdAt", + "name": "createdAtIn", "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "Time", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Time", + "ofType": null + } } } }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "updatedAt", + "name": "createdAtNotIn", "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "Time", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Time", + "ofType": null + } } } }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "uri", + "name": "createdAtGT", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "Time", + "ofType": null } }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "thumbnail", + "name": "createdAtGTE", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "Time", + "ofType": null } - } - ], - "inputFields": [], - "interfaces": [ - { - "kind": "INTERFACE", - "name": "Node", - "ofType": null - } - ], - "kind": "OBJECT", - "name": "File", - "possibleTypes": [] - }, - { - "description": "A connection to a list of items.", - "enumValues": [], - "fields": [ + }, { - "args": [], - "deprecationReason": null, - "description": "A list of edges.", - "isDeprecated": false, - "name": "edges", + "defaultValue": null, + "description": null, + "name": "createdAtLT", "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "FileEdge", - "ofType": null - } + "kind": "SCALAR", + "name": "Time", + "ofType": null } }, { - "args": [], - "deprecationReason": null, - "description": "Information to aid in pagination.", - "isDeprecated": false, - "name": "pageInfo", + "defaultValue": null, + "description": null, + "name": "createdAtLTE", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PageInfo", - "ofType": null - } + "kind": "SCALAR", + "name": "Time", + "ofType": null } }, { - "args": [], - "deprecationReason": null, - "description": "Identifies the total count of items in the connection.", - "isDeprecated": false, - "name": "totalCount", + "defaultValue": null, + "description": "updated_at field predicates", + "name": "updatedAt", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } + "kind": "SCALAR", + "name": "Time", + "ofType": null } - } - ], - "inputFields": [], - "interfaces": [], - "kind": "OBJECT", - "name": "FileConnection", - "possibleTypes": [] - }, - { - "description": "An edge in a connection.", - "enumValues": [], - "fields": [ + }, { - "args": [], - "deprecationReason": null, - "description": "The item at the end of the edge.", - "isDeprecated": false, - "name": "node", + "defaultValue": null, + "description": null, + "name": "updatedAtNEQ", "type": { - "kind": "OBJECT", - "name": "File", + "kind": "SCALAR", + "name": "Time", "ofType": null } }, { - "args": [], - "deprecationReason": null, - "description": "A cursor for use in pagination.", - "isDeprecated": false, - "name": "cursor", + "defaultValue": null, + "description": null, + "name": "updatedAtIn", "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Time", + "ofType": null + } } } - } - ], - "inputFields": [], - "interfaces": [], - "kind": "OBJECT", - "name": "FileEdge", - "possibleTypes": [] - }, - { - "description": "Ordering options for File connections", - "enumValues": [], - "fields": [], - "inputFields": [ + }, { - "defaultValue": "ASC", - "description": "The ordering direction.", - "name": "direction", + "defaultValue": null, + "description": null, + "name": "updatedAtNotIn", "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "ENUM", - "name": "OrderDirection", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Time", + "ofType": null + } } } }, { "defaultValue": null, - "description": "The field by which to order Files.", - "name": "field", + "description": null, + "name": "updatedAtGT", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "FileOrderField", - "ofType": null - } + "kind": "SCALAR", + "name": "Time", + "ofType": null } - } - ], - "interfaces": [], - "kind": "INPUT_OBJECT", - "name": "FileOrder", - "possibleTypes": [] - }, - { - "description": "Properties by which File connections can be ordered.", - "enumValues": [ + }, { - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "PRIORITY" + "name": "updatedAtGTE", + "type": { + "kind": "SCALAR", + "name": "Time", + "ofType": null + } }, - { - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "CREATED_AT" - } - ], - "fields": [], - "inputFields": [], - "interfaces": [], - "kind": "ENUM", - "name": "FileOrderField", - "possibleTypes": [] - }, - { - "description": "FileWhereInput is used for filtering File objects.\nInput was generated by ent.", - "enumValues": [], - "fields": [], - "inputFields": [ { "defaultValue": null, "description": null, - "name": "not", + "name": "updatedAtLT", "type": { - "kind": "INPUT_OBJECT", - "name": "FileWhereInput", + "kind": "SCALAR", + "name": "Time", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "and", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "FileWhereInput", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "or", + "name": "updatedAtLTE", "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "FileWhereInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Time", + "ofType": null } }, { "defaultValue": null, - "description": "id field predicates", - "name": "id", + "description": "spin_down_at field predicates", + "name": "spinDownAt", "type": { "kind": "SCALAR", - "name": "ID", + "name": "Time", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "idNEQ", + "name": "spinDownAtNEQ", "type": { "kind": "SCALAR", - "name": "ID", + "name": "Time", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "idIn", + "name": "spinDownAtIn", "type": { "kind": "LIST", "name": null, @@ -5609,7 +5537,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "ID", + "name": "Time", "ofType": null } } @@ -5618,7 +5546,7 @@ { "defaultValue": null, "description": null, - "name": "idNotIn", + "name": "spinDownAtNotIn", "type": { "kind": "LIST", "name": null, @@ -5627,7 +5555,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "ID", + "name": "Time", "ofType": null } } @@ -5636,67 +5564,87 @@ { "defaultValue": null, "description": null, - "name": "idGT", + "name": "spinDownAtGT", "type": { "kind": "SCALAR", - "name": "ID", + "name": "Time", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "idGTE", + "name": "spinDownAtGTE", "type": { "kind": "SCALAR", - "name": "ID", + "name": "Time", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "idLT", + "name": "spinDownAtLT", "type": { "kind": "SCALAR", - "name": "ID", + "name": "Time", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "idLTE", + "name": "spinDownAtLTE", "type": { "kind": "SCALAR", - "name": "ID", + "name": "Time", "ofType": null } }, { "defaultValue": null, - "description": "name field predicates", - "name": "name", + "description": null, + "name": "spinDownAtIsNil", "type": { "kind": "SCALAR", - "name": "String", + "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "nameNEQ", + "name": "spinDownAtNotNil", "type": { "kind": "SCALAR", - "name": "String", + "name": "Boolean", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "spin_up_at field predicates", + "name": "spinUpAt", + "type": { + "kind": "SCALAR", + "name": "Time", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "nameIn", + "name": "spinUpAtNEQ", + "type": { + "kind": "SCALAR", + "name": "Time", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "spinUpAtIn", "type": { "kind": "LIST", "name": null, @@ -5705,7 +5653,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "Time", "ofType": null } } @@ -5714,7 +5662,7 @@ { "defaultValue": null, "description": null, - "name": "nameNotIn", + "name": "spinUpAtNotIn", "type": { "kind": "LIST", "name": null, @@ -5723,7 +5671,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "Time", "ofType": null } } @@ -5732,117 +5680,133 @@ { "defaultValue": null, "description": null, - "name": "nameGT", + "name": "spinUpAtGT", "type": { "kind": "SCALAR", - "name": "String", + "name": "Time", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "nameGTE", + "name": "spinUpAtGTE", "type": { "kind": "SCALAR", - "name": "String", + "name": "Time", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "nameLT", + "name": "spinUpAtLT", "type": { "kind": "SCALAR", - "name": "String", + "name": "Time", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "nameLTE", + "name": "spinUpAtLTE", "type": { "kind": "SCALAR", - "name": "String", + "name": "Time", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "nameContains", + "name": "spinUpAtIsNil", "type": { "kind": "SCALAR", - "name": "String", + "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "nameHasPrefix", + "name": "spinUpAtNotNil", "type": { "kind": "SCALAR", - "name": "String", + "name": "Boolean", "ofType": null } }, { "defaultValue": null, - "description": null, - "name": "nameHasSuffix", + "description": "teams edge predicates", + "name": "hasTeams", "type": { "kind": "SCALAR", - "name": "String", + "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "nameEqualFold", + "name": "hasTeamsWith", "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "TeamWhereInput", + "ofType": null + } + } } }, { "defaultValue": null, - "description": null, - "name": "nameContainsFold", + "description": "service edge predicates", + "name": "hasService", "type": { "kind": "SCALAR", - "name": "String", + "name": "Boolean", "ofType": null } }, { "defaultValue": null, - "description": "directory field predicates", - "name": "directory", + "description": null, + "name": "hasServiceWith", "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "ServiceWhereInput", + "ofType": null + } + } } }, { "defaultValue": null, - "description": null, - "name": "directoryNEQ", + "description": "events edge predicates", + "name": "hasEvents", "type": { "kind": "SCALAR", - "name": "String", + "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "directoryIn", + "name": "hasEventsWith", "type": { "kind": "LIST", "name": null, @@ -5850,65 +5814,87 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", + "kind": "INPUT_OBJECT", + "name": "DeploymentLogWhereInput", "ofType": null } } } - }, + } + ], + "interfaces": [], + "kind": "INPUT_OBJECT", + "name": "DeploymentWhereInput", + "possibleTypes": [] + }, + { + "description": null, + "enumValues": [], + "fields": [], + "inputFields": [], + "interfaces": [], + "kind": "SCALAR", + "name": "Felt", + "possibleTypes": [] + }, + { + "description": null, + "enumValues": [], + "fields": [ { - "defaultValue": null, + "args": [], + "deprecationReason": null, "description": null, - "name": "directoryNotIn", + "isDeprecated": false, + "name": "id", "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "ID", + "ofType": null } } }, { - "defaultValue": null, + "args": [], + "deprecationReason": null, "description": null, - "name": "directoryGT", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "directoryGTE", + "isDeprecated": false, + "name": "name", "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } } }, { - "defaultValue": null, + "args": [], + "deprecationReason": null, "description": null, - "name": "directoryLT", + "isDeprecated": false, + "name": "directory", "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } } }, { - "defaultValue": null, + "args": [], + "deprecationReason": null, "description": null, - "name": "directoryLTE", + "isDeprecated": false, + "name": "alt", "type": { "kind": "SCALAR", "name": "String", @@ -5916,245 +5902,333 @@ } }, { - "defaultValue": null, + "args": [], + "deprecationReason": null, "description": null, - "name": "directoryContains", + "isDeprecated": false, + "name": "priority", "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } } }, { - "defaultValue": null, + "args": [], + "deprecationReason": null, "description": null, - "name": "directoryHasPrefix", + "isDeprecated": false, + "name": "createdAt", "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Time", + "ofType": null + } } }, { - "defaultValue": null, + "args": [], + "deprecationReason": null, "description": null, - "name": "directoryHasSuffix", + "isDeprecated": false, + "name": "updatedAt", "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Time", + "ofType": null + } } }, { - "defaultValue": null, + "args": [], + "deprecationReason": null, "description": null, - "name": "directoryEqualFold", + "isDeprecated": false, + "name": "uri", "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } } }, { - "defaultValue": null, + "args": [], + "deprecationReason": null, "description": null, - "name": "directoryContainsFold", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "alt field predicates", - "name": "alt", + "isDeprecated": false, + "name": "thumbnail", "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } } - }, + } + ], + "inputFields": [], + "interfaces": [ { - "defaultValue": null, - "description": null, - "name": "altNEQ", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, + "kind": "INTERFACE", + "name": "Node", + "ofType": null + } + ], + "kind": "OBJECT", + "name": "File", + "possibleTypes": [] + }, + { + "description": "A connection to a list of items.", + "enumValues": [], + "fields": [ { - "defaultValue": null, - "description": null, - "name": "altIn", + "args": [], + "deprecationReason": null, + "description": "A list of edges.", + "isDeprecated": false, + "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "OBJECT", + "name": "FileEdge", + "ofType": null } } }, { - "defaultValue": null, - "description": null, - "name": "altNotIn", + "args": [], + "deprecationReason": null, + "description": "Information to aid in pagination.", + "isDeprecated": false, + "name": "pageInfo", "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null } } }, { - "defaultValue": null, - "description": null, - "name": "altGT", + "args": [], + "deprecationReason": null, + "description": "Identifies the total count of items in the connection.", + "isDeprecated": false, + "name": "totalCount", "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } } - }, + } + ], + "inputFields": [], + "interfaces": [], + "kind": "OBJECT", + "name": "FileConnection", + "possibleTypes": [] + }, + { + "description": "An edge in a connection.", + "enumValues": [], + "fields": [ { - "defaultValue": null, - "description": null, - "name": "altGTE", + "args": [], + "deprecationReason": null, + "description": "The item at the end of the edge.", + "isDeprecated": false, + "name": "node", "type": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "File", "ofType": null } }, { - "defaultValue": null, - "description": null, - "name": "altLT", + "args": [], + "deprecationReason": null, + "description": "A cursor for use in pagination.", + "isDeprecated": false, + "name": "cursor", "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "altLTE", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + } } - }, + } + ], + "inputFields": [], + "interfaces": [], + "kind": "OBJECT", + "name": "FileEdge", + "possibleTypes": [] + }, + { + "description": "Ordering options for File connections", + "enumValues": [], + "fields": [], + "inputFields": [ { - "defaultValue": null, - "description": null, - "name": "altContains", + "defaultValue": "ASC", + "description": "The ordering direction.", + "name": "direction", "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "OrderDirection", + "ofType": null + } } }, { "defaultValue": null, - "description": null, - "name": "altHasPrefix", + "description": "The field by which to order Files.", + "name": "field", "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "FileOrderField", + "ofType": null + } } - }, + } + ], + "interfaces": [], + "kind": "INPUT_OBJECT", + "name": "FileOrder", + "possibleTypes": [] + }, + { + "description": "Properties by which File connections can be ordered.", + "enumValues": [ { - "defaultValue": null, + "deprecationReason": null, "description": null, - "name": "altHasSuffix", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "isDeprecated": false, + "name": "PRIORITY" }, { - "defaultValue": null, + "deprecationReason": null, "description": null, - "name": "altIsNil", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, + "isDeprecated": false, + "name": "CREATED_AT" + } + ], + "fields": [], + "inputFields": [], + "interfaces": [], + "kind": "ENUM", + "name": "FileOrderField", + "possibleTypes": [] + }, + { + "description": "FileWhereInput is used for filtering File objects.\nInput was generated by ent.", + "enumValues": [], + "fields": [], + "inputFields": [ { "defaultValue": null, "description": null, - "name": "altNotNil", + "name": "not", "type": { - "kind": "SCALAR", - "name": "Boolean", + "kind": "INPUT_OBJECT", + "name": "FileWhereInput", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "altEqualFold", + "name": "and", "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "FileWhereInput", + "ofType": null + } + } } }, { "defaultValue": null, "description": null, - "name": "altContainsFold", + "name": "or", "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "FileWhereInput", + "ofType": null + } + } } }, { "defaultValue": null, - "description": "priority field predicates", - "name": "priority", + "description": "id field predicates", + "name": "id", "type": { "kind": "SCALAR", - "name": "Int", + "name": "ID", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "priorityNEQ", + "name": "idNEQ", "type": { "kind": "SCALAR", - "name": "Int", + "name": "ID", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "priorityIn", + "name": "idIn", "type": { "kind": "LIST", "name": null, @@ -6163,7 +6237,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "Int", + "name": "ID", "ofType": null } } @@ -6172,7 +6246,7 @@ { "defaultValue": null, "description": null, - "name": "priorityNotIn", + "name": "idNotIn", "type": { "kind": "LIST", "name": null, @@ -6181,7 +6255,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "Int", + "name": "ID", "ofType": null } } @@ -6190,67 +6264,67 @@ { "defaultValue": null, "description": null, - "name": "priorityGT", + "name": "idGT", "type": { "kind": "SCALAR", - "name": "Int", + "name": "ID", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "priorityGTE", + "name": "idGTE", "type": { "kind": "SCALAR", - "name": "Int", + "name": "ID", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "priorityLT", + "name": "idLT", "type": { "kind": "SCALAR", - "name": "Int", + "name": "ID", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "priorityLTE", + "name": "idLTE", "type": { "kind": "SCALAR", - "name": "Int", + "name": "ID", "ofType": null } }, { "defaultValue": null, - "description": "created_at field predicates", - "name": "createdAt", + "description": "name field predicates", + "name": "name", "type": { "kind": "SCALAR", - "name": "Time", + "name": "String", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "createdAtNEQ", + "name": "nameNEQ", "type": { "kind": "SCALAR", - "name": "Time", + "name": "String", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "createdAtIn", + "name": "nameIn", "type": { "kind": "LIST", "name": null, @@ -6259,7 +6333,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "Time", + "name": "String", "ofType": null } } @@ -6268,7 +6342,7 @@ { "defaultValue": null, "description": null, - "name": "createdAtNotIn", + "name": "nameNotIn", "type": { "kind": "LIST", "name": null, @@ -6277,7 +6351,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "Time", + "name": "String", "ofType": null } } @@ -6286,337 +6360,213 @@ { "defaultValue": null, "description": null, - "name": "createdAtGT", + "name": "nameGT", "type": { "kind": "SCALAR", - "name": "Time", + "name": "String", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "createdAtGTE", + "name": "nameGTE", "type": { "kind": "SCALAR", - "name": "Time", + "name": "String", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "createdAtLT", + "name": "nameLT", "type": { "kind": "SCALAR", - "name": "Time", + "name": "String", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "createdAtLTE", + "name": "nameLTE", "type": { "kind": "SCALAR", - "name": "Time", + "name": "String", "ofType": null } }, { "defaultValue": null, - "description": "updated_at field predicates", - "name": "updatedAt", + "description": null, + "name": "nameContains", "type": { "kind": "SCALAR", - "name": "Time", + "name": "String", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "updatedAtNEQ", + "name": "nameHasPrefix", "type": { "kind": "SCALAR", - "name": "Time", + "name": "String", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "updatedAtIn", + "name": "nameHasSuffix", "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Time", - "ofType": null - } - } + "kind": "SCALAR", + "name": "String", + "ofType": null } }, { "defaultValue": null, "description": null, - "name": "updatedAtNotIn", + "name": "nameEqualFold", "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Time", - "ofType": null - } - } + "kind": "SCALAR", + "name": "String", + "ofType": null } }, { "defaultValue": null, "description": null, - "name": "updatedAtGT", + "name": "nameContainsFold", "type": { "kind": "SCALAR", - "name": "Time", + "name": "String", "ofType": null } }, { "defaultValue": null, - "description": null, - "name": "updatedAtGTE", + "description": "directory field predicates", + "name": "directory", "type": { "kind": "SCALAR", - "name": "Time", + "name": "String", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "updatedAtLT", + "name": "directoryNEQ", "type": { "kind": "SCALAR", - "name": "Time", + "name": "String", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "updatedAtLTE", - "type": { - "kind": "SCALAR", - "name": "Time", - "ofType": null - } - } - ], - "interfaces": [], - "kind": "INPUT_OBJECT", - "name": "FileWhereInput", - "possibleTypes": [] - }, - { - "description": "The `Float` scalar type represents signed double-precision fractional values as specified by [IEEE 754](http://en.wikipedia.org/wiki/IEEE_floating_point).", - "enumValues": [], - "fields": [], - "inputFields": [], - "interfaces": [], - "kind": "SCALAR", - "name": "Float", - "possibleTypes": [] - }, - { - "description": null, - "enumValues": [], - "fields": [], - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "index", + "name": "directoryIn", "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } } } }, { "defaultValue": null, "description": null, - "name": "value", + "name": "directoryNotIn", "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } } } - } - ], - "interfaces": [], - "kind": "INPUT_OBJECT", - "name": "HasValueInput", - "possibleTypes": [] - }, - { - "description": "The `ID` scalar type represents a unique identifier, often used to refetch an object or as key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as \"4\") or integer (such as 4) input value will be accepted as an ID.", - "enumValues": [], - "fields": [], - "inputFields": [], - "interfaces": [], - "kind": "SCALAR", - "name": "ID", - "possibleTypes": [] - }, - { - "description": "The `Int` scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.", - "enumValues": [], - "fields": [], - "inputFields": [], - "interfaces": [], - "kind": "SCALAR", - "name": "Int", - "possibleTypes": [] - }, - { - "description": null, - "enumValues": [], - "fields": [], - "inputFields": [], - "interfaces": [], - "kind": "SCALAR", - "name": "JSON", - "possibleTypes": [] - }, - { - "description": null, - "enumValues": [], - "fields": [ + }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "address", + "name": "directoryGT", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null } }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "publicKey", + "name": "directoryGTE", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null } }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "privateKey", + "name": "directoryLT", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null } - } - ], - "inputFields": [], - "interfaces": [], - "kind": "OBJECT", - "name": "KatanaAccount", - "possibleTypes": [] - }, - { - "description": null, - "enumValues": [], - "fields": [ + }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "version", + "name": "directoryLTE", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null } }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "rpc", + "name": "directoryContains", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null } }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "blockTime", + "name": "directoryHasPrefix", "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null } }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "forkRpcUrl", + "name": "directoryHasSuffix", "type": { "kind": "SCALAR", "name": "String", @@ -6624,39 +6574,29 @@ } }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "forkBlockNumber", + "name": "directoryEqualFold", "type": { "kind": "SCALAR", - "name": "Long", + "name": "String", "ofType": null } }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "seed", + "name": "directoryContainsFold", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null } }, { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "genesis", + "defaultValue": null, + "description": "alt field predicates", + "name": "alt", "type": { "kind": "SCALAR", "name": "String", @@ -6664,11 +6604,19 @@ } }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "accounts", + "name": "altNEQ", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "altIn", "type": { "kind": "LIST", "name": null, @@ -6676,43 +6624,105 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "KatanaAccount", + "kind": "SCALAR", + "name": "String", "ofType": null } } } }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "invokeMaxSteps", + "name": "altNotIn", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "altGT", "type": { "kind": "SCALAR", - "name": "Long", + "name": "String", "ofType": null } }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "validateMaxSteps", + "name": "altGTE", "type": { "kind": "SCALAR", - "name": "Long", + "name": "String", "ofType": null } }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "disableFee", + "name": "altLT", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "altLTE", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "altContains", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "altHasPrefix", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "altHasSuffix", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "altIsNil", "type": { "kind": "SCALAR", "name": "Boolean", @@ -6720,66 +6730,59 @@ } }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "gasPrice", + "name": "altNotNil", "type": { "kind": "SCALAR", - "name": "Long", + "name": "Boolean", "ofType": null } }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "chainId", + "name": "altEqualFold", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null } - } - ], - "inputFields": [], - "interfaces": [], - "kind": "OBJECT", - "name": "KatanaConfig", - "possibleTypes": [] - }, - { - "description": null, - "enumValues": [], - "fields": [ + }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "toAddress", + "name": "altContainsFold", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null } }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, + "description": "priority field predicates", + "name": "priority", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "payload", + "name": "priorityNEQ", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "priorityIn", "type": { "kind": "LIST", "name": null, @@ -6788,45 +6791,16 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "Felt", + "name": "Int", "ofType": null } } } - } - ], - "inputFields": [], - "interfaces": [], - "kind": "OBJECT", - "name": "L1Message", - "possibleTypes": [] - }, - { - "description": null, - "enumValues": [], - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "fromAddress", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "payload", + "name": "priorityNotIn", "type": { "kind": "LIST", "name": null, @@ -6835,76 +6809,1650 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "Felt", + "name": "Int", "ofType": null } } } - } - ], - "inputFields": [], - "interfaces": [], - "kind": "OBJECT", - "name": "L2Message", - "possibleTypes": [] - }, - { - "description": null, - "enumValues": [], - "fields": [ + }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "content", + "name": "priorityGT", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null } }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "until", + "name": "priorityGTE", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "priorityLT", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "priorityLTE", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "created_at field predicates", + "name": "createdAt", + "type": { + "kind": "SCALAR", + "name": "Time", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "createdAtNEQ", + "type": { + "kind": "SCALAR", + "name": "Time", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "createdAtIn", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Time", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "createdAtNotIn", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Time", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "createdAtGT", + "type": { + "kind": "SCALAR", + "name": "Time", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "createdAtGTE", + "type": { + "kind": "SCALAR", + "name": "Time", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "createdAtLT", + "type": { + "kind": "SCALAR", + "name": "Time", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "createdAtLTE", + "type": { + "kind": "SCALAR", + "name": "Time", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "updated_at field predicates", + "name": "updatedAt", + "type": { + "kind": "SCALAR", + "name": "Time", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "updatedAtNEQ", + "type": { + "kind": "SCALAR", + "name": "Time", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "updatedAtIn", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Time", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "updatedAtNotIn", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Time", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "updatedAtGT", + "type": { + "kind": "SCALAR", + "name": "Time", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "updatedAtGTE", + "type": { + "kind": "SCALAR", + "name": "Time", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "updatedAtLT", + "type": { + "kind": "SCALAR", + "name": "Time", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "updatedAtLTE", + "type": { + "kind": "SCALAR", + "name": "Time", + "ofType": null + } + } + ], + "interfaces": [], + "kind": "INPUT_OBJECT", + "name": "FileWhereInput", + "possibleTypes": [] + }, + { + "description": "The `Float` scalar type represents signed double-precision fractional values as specified by [IEEE 754](http://en.wikipedia.org/wiki/IEEE_floating_point).", + "enumValues": [], + "fields": [], + "inputFields": [], + "interfaces": [], + "kind": "SCALAR", + "name": "Float", + "possibleTypes": [] + }, + { + "description": null, + "enumValues": [], + "fields": [], + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "index", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "value", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + ], + "interfaces": [], + "kind": "INPUT_OBJECT", + "name": "HasValueInput", + "possibleTypes": [] + }, + { + "description": "The `ID` scalar type represents a unique identifier, often used to refetch an object or as key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as \"4\") or integer (such as 4) input value will be accepted as an ID.", + "enumValues": [], + "fields": [], + "inputFields": [], + "interfaces": [], + "kind": "SCALAR", + "name": "ID", + "possibleTypes": [] + }, + { + "description": "The `Int` scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.", + "enumValues": [], + "fields": [], + "inputFields": [], + "interfaces": [], + "kind": "SCALAR", + "name": "Int", + "possibleTypes": [] + }, + { + "description": null, + "enumValues": [], + "fields": [], + "inputFields": [], + "interfaces": [], + "kind": "SCALAR", + "name": "JSON", + "possibleTypes": [] + }, + { + "description": null, + "enumValues": [], + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "address", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "publicKey", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "privateKey", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + ], + "inputFields": [], + "interfaces": [], + "kind": "OBJECT", + "name": "KatanaAccount", + "possibleTypes": [] + }, + { + "description": null, + "enumValues": [], + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "version", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "rpc", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "blockTime", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "forkRpcUrl", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "forkBlockNumber", + "type": { + "kind": "SCALAR", + "name": "Long", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "seed", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "genesis", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "accounts", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "KatanaAccount", + "ofType": null + } + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "invokeMaxSteps", + "type": { + "kind": "SCALAR", + "name": "Long", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "validateMaxSteps", + "type": { + "kind": "SCALAR", + "name": "Long", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "disableFee", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "gasPrice", + "type": { + "kind": "SCALAR", + "name": "Long", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "chainId", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + ], + "inputFields": [], + "interfaces": [], + "kind": "OBJECT", + "name": "KatanaConfig", + "possibleTypes": [] + }, + { + "description": null, + "enumValues": [], + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "toAddress", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "payload", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Felt", + "ofType": null + } + } + } + } + ], + "inputFields": [], + "interfaces": [], + "kind": "OBJECT", + "name": "L1Message", + "possibleTypes": [] + }, + { + "description": null, + "enumValues": [], + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "fromAddress", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "payload", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Felt", + "ofType": null + } + } + } + } + ], + "inputFields": [], + "interfaces": [], + "kind": "OBJECT", + "name": "L2Message", + "possibleTypes": [] + }, + { + "description": null, + "enumValues": [], + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "content", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "until", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Time", + "ofType": null + } + } + } + ], + "inputFields": [], + "interfaces": [], + "kind": "OBJECT", + "name": "Logs", + "possibleTypes": [] + }, + { + "description": null, + "enumValues": [], + "fields": [], + "inputFields": [], + "interfaces": [], + "kind": "SCALAR", + "name": "Long", + "possibleTypes": [] + }, + { + "description": null, + "enumValues": [], + "fields": [ + { + "args": [ + { + "defaultValue": null, + "description": null, + "name": "id", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + ], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "beginRegistration", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + } + } + }, + { + "args": [ + { + "defaultValue": null, + "description": null, + "name": "credentials", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + ], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "finalizeRegistration", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Account", + "ofType": null + } + } + }, + { + "args": [ + { + "defaultValue": null, + "description": null, + "name": "id", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + ], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "beginLogin", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + } + } + }, + { + "args": [ + { + "defaultValue": null, + "description": null, + "name": "credentials", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + ], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "finalizeLogin", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + }, + { + "args": [ + { + "defaultValue": null, + "description": null, + "name": "name", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "service", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "CreateServiceInput", + "ofType": null + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "tier", + "type": { + "kind": "ENUM", + "name": "DeploymentTier", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "wait", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "regions", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + } + ], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "createDeployment", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "UNION", + "name": "DeploymentConfig", + "ofType": null + } + } + }, + { + "args": [ + { + "defaultValue": null, + "description": null, + "name": "name", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "service", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "UpdateServiceInput", + "ofType": null + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "tier", + "type": { + "kind": "ENUM", + "name": "DeploymentTier", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "wait", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + } + ], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "updateDeployment", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "UNION", + "name": "DeploymentConfig", + "ofType": null + } + } + }, + { + "args": [ + { + "defaultValue": null, + "description": null, + "name": "name", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "service", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "DeploymentService", + "ofType": null + } + } + } + ], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "deleteDeployment", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + } + }, + { + "args": [ + { + "defaultValue": null, + "description": null, + "name": "name", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "forkName", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "forkBlockNumber", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Long", + "ofType": null + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "tier", + "type": { + "kind": "ENUM", + "name": "DeploymentTier", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "wait", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + } + ], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "forkDeployment", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "UNION", + "name": "DeploymentConfig", + "ofType": null + } + } + }, + { + "args": [ + { + "defaultValue": null, + "description": null, + "name": "req", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "UploadFile", + "ofType": null + } + } + } + } + } + ], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "upload", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "File", + "ofType": null + } + } + } + } + }, + { + "args": [ + { + "defaultValue": null, + "description": null, + "name": "id", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "priority", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + } + } + ], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "updateFile", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + } + }, + { + "args": [ + { + "defaultValue": null, + "description": null, + "name": "teamID", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "userIDs", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + } + } + } + } + ], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "addToTeam", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + } + }, + { + "args": [ + { + "defaultValue": null, + "description": null, + "name": "teamID", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "userIDs", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + } + } + } + } + ], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "removeFromTeam", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + } + } + ], + "inputFields": [], + "interfaces": [], + "kind": "OBJECT", + "name": "Mutation", + "possibleTypes": [] + }, + { + "description": "An object with an ID.\nFollows the [Relay Global Object Identification Specification](https://relay.dev/graphql/objectidentification.htm)", + "enumValues": [], + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": "The id of the object.", + "isDeprecated": false, + "name": "id", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + } + } + ], + "inputFields": [], + "interfaces": [], + "kind": "INTERFACE", + "name": "Node", + "possibleTypes": [ + { + "kind": "OBJECT", + "name": "Account", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "AccountTeam", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "Controller", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "Deployment", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "DeploymentLog", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "File", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "Service", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "Signer", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "Team", + "ofType": null + } + ] + }, + { + "description": null, + "enumValues": [ + { + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "asc" + }, + { + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "desc" + } + ], + "fields": [], + "inputFields": [], + "interfaces": [], + "kind": "ENUM", + "name": "Order", + "possibleTypes": [] + }, + { + "description": "Possible directions in which to order a list of items when provided an `orderBy` argument.", + "enumValues": [ + { + "deprecationReason": null, + "description": "Specifies an ascending order for a given `orderBy` argument.", + "isDeprecated": false, + "name": "ASC" + }, + { + "deprecationReason": null, + "description": "Specifies a descending order for a given `orderBy` argument.", + "isDeprecated": false, + "name": "DESC" + } + ], + "fields": [], + "inputFields": [], + "interfaces": [], + "kind": "ENUM", + "name": "OrderDirection", + "possibleTypes": [] + }, + { + "description": "Information about pagination in a connection.\nhttps://relay.dev/graphql/connections.htm#sec-undefined.PageInfo", + "enumValues": [], + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": "When paginating forwards, are there more items?", + "isDeprecated": false, + "name": "hasNextPage", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": "When paginating backwards, are there more items?", + "isDeprecated": false, + "name": "hasPreviousPage", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": "When paginating backwards, the cursor to continue.", + "isDeprecated": false, + "name": "startCursor", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": "When paginating forwards, the cursor to continue.", + "isDeprecated": false, + "name": "endCursor", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + } + } + ], + "inputFields": [], + "interfaces": [], + "kind": "OBJECT", + "name": "PageInfo", + "possibleTypes": [] + }, + { + "description": null, + "enumValues": [], + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "amount", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "base", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "currency", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + ], + "inputFields": [], + "interfaces": [], + "kind": "OBJECT", + "name": "Price", + "possibleTypes": [] + }, + { + "description": null, + "enumValues": [], + "fields": [ + { + "args": [ + { + "defaultValue": null, + "description": "ID of the object.", + "name": "id", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + } + } + ], + "deprecationReason": null, + "description": "Fetches an object given its ID.", + "isDeprecated": false, + "name": "node", + "type": { + "kind": "INTERFACE", + "name": "Node", + "ofType": null + } + }, + { + "args": [ + { + "defaultValue": null, + "description": "The list of node IDs.", + "name": "ids", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + } + } + } + } + ], + "deprecationReason": null, + "description": "Lookup nodes by a list of IDs.", + "isDeprecated": false, + "name": "nodes", "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "Time", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "Node", + "ofType": null + } } } - } - ], - "inputFields": [], - "interfaces": [], - "kind": "OBJECT", - "name": "Logs", - "possibleTypes": [] - }, - { - "description": null, - "enumValues": [], - "fields": [], - "inputFields": [], - "interfaces": [], - "kind": "SCALAR", - "name": "Long", - "possibleTypes": [] - }, - { - "description": null, - "enumValues": [], - "fields": [ + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "me", + "type": { + "kind": "OBJECT", + "name": "Account", + "ofType": null + } + }, { "args": [ { @@ -6916,7 +8464,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "ID", "ofType": null } } @@ -6925,15 +8473,84 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "beginRegistration", + "name": "account", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null + "kind": "OBJECT", + "name": "Account", + "ofType": null + } + }, + { + "args": [ + { + "defaultValue": null, + "description": null, + "name": "after", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "first", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "before", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "last", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "orderBy", + "type": { + "kind": "INPUT_OBJECT", + "name": "AccountOrder", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "AccountWhereInput", + "ofType": null + } } + ], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "accounts", + "type": { + "kind": "OBJECT", + "name": "AccountConnection", + "ofType": null } }, { @@ -6941,7 +8558,7 @@ { "defaultValue": null, "description": null, - "name": "credentials", + "name": "name", "type": { "kind": "NON_NULL", "name": null, @@ -6951,20 +8568,103 @@ "ofType": null } } + }, + { + "defaultValue": null, + "description": null, + "name": "service", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "DeploymentService", + "ofType": null + } + } } ], "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "finalizeRegistration", + "name": "deployment", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Account", - "ofType": null + "kind": "OBJECT", + "name": "Deployment", + "ofType": null + } + }, + { + "args": [ + { + "defaultValue": null, + "description": null, + "name": "after", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "first", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "before", + "type": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "last", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "orderBy", + "type": { + "kind": "INPUT_OBJECT", + "name": "DeploymentOrder", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "DeploymentWhereInput", + "ofType": null + } } + ], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "deployments", + "type": { + "kind": "OBJECT", + "name": "DeploymentConnection", + "ofType": null } }, { @@ -6972,13 +8672,27 @@ { "defaultValue": null, "description": null, - "name": "id", + "name": "quote", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "CurrencyQuote", + "ofType": null + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "base", "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", + "kind": "ENUM", + "name": "CurrencyBase", "ofType": null } } @@ -6987,15 +8701,11 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "beginLogin", + "name": "price", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null - } + "kind": "OBJECT", + "name": "Price", + "ofType": null } }, { @@ -7003,13 +8713,13 @@ { "defaultValue": null, "description": null, - "name": "credentials", + "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "ID", "ofType": null } } @@ -7018,15 +8728,11 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "finalizeLogin", + "name": "team", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "OBJECT", + "name": "Team", + "ofType": null } }, { @@ -7034,184 +8740,251 @@ { "defaultValue": null, "description": null, - "name": "name", + "name": "after", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "Cursor", + "ofType": null } }, { "defaultValue": null, "description": null, - "name": "service", + "name": "first", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "CreateServiceInput", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null } }, { "defaultValue": null, "description": null, - "name": "tier", + "name": "before", "type": { - "kind": "ENUM", - "name": "DeploymentTier", + "kind": "SCALAR", + "name": "Cursor", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "wait", + "name": "last", "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "Int", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "regions", + "name": "where", "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } + "kind": "INPUT_OBJECT", + "name": "TeamWhereInput", + "ofType": null } } ], "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "createDeployment", + "name": "teams", + "type": { + "kind": "OBJECT", + "name": "TeamConnection", + "ofType": null + } + } + ], + "inputFields": [], + "interfaces": [], + "kind": "OBJECT", + "name": "Query", + "possibleTypes": [] + }, + { + "description": null, + "enumValues": [], + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "memory", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "cpu", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + } + ], + "inputFields": [], + "interfaces": [], + "kind": "OBJECT", + "name": "Resources", + "possibleTypes": [] + }, + { + "description": null, + "enumValues": [ + { + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "ADMIN" + }, + { + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "USER" + } + ], + "fields": [], + "inputFields": [], + "interfaces": [], + "kind": "ENUM", + "name": "Role", + "possibleTypes": [] + }, + { + "description": null, + "enumValues": [], + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "version", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "mode", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "rpcUrl", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "registry", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "settlementContract", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "world", "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "UNION", - "name": "DeploymentConfig", + "kind": "SCALAR", + "name": "String", "ofType": null } } }, { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "name", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "service", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "UpdateServiceInput", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "tier", - "type": { - "kind": "ENUM", - "name": "DeploymentTier", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "wait", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - ], + "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "updateDeployment", + "name": "proverUrl", "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "UNION", - "name": "DeploymentConfig", + "kind": "SCALAR", + "name": "String", "ofType": null } } }, { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "name", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "service", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "DeploymentService", - "ofType": null - } - } - } - ], + "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "deleteDeployment", + "name": "storeProofs", "type": { "kind": "NON_NULL", "name": null, @@ -7223,278 +8996,97 @@ } }, { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "name", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "forkName", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "forkBlockNumber", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Long", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "tier", - "type": { - "kind": "ENUM", - "name": "DeploymentTier", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "wait", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - ], + "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "forkDeployment", + "name": "starknetUrl", "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "UNION", - "name": "DeploymentConfig", + "kind": "SCALAR", + "name": "String", "ofType": null } } }, { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "req", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "UploadFile", - "ofType": null - } - } - } - } - } - ], + "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "upload", + "name": "signerKey", "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "File", - "ofType": null - } - } + "kind": "SCALAR", + "name": "String", + "ofType": null } } }, { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "priority", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "signerAddress", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null } - ], + } + }, + { + "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "updateFile", + "name": "privateKey", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "Boolean", + "name": "String", "ofType": null } } }, { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "teamID", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "userIDs", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } - } - } - } - ], + "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "addToTeam", + "name": "batchSize", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "Boolean", + "name": "Int", "ofType": null } } }, { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "teamID", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "userIDs", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } - } - } - } - ], + "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "removeFromTeam", + "name": "startBlock", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "Boolean", + "name": "Int", "ofType": null } } @@ -7503,17 +9095,17 @@ "inputFields": [], "interfaces": [], "kind": "OBJECT", - "name": "Mutation", + "name": "SayaConfig", "possibleTypes": [] }, { - "description": "An object with an ID.\nFollows the [Relay Global Object Identification Specification](https://relay.dev/graphql/objectidentification.htm)", + "description": null, "enumValues": [], "fields": [ { "args": [], "deprecationReason": null, - "description": "The id of the object.", + "description": null, "isDeprecated": false, "name": "id", "type": { @@ -7525,112 +9117,144 @@ "ofType": null } } - } - ], - "inputFields": [], - "interfaces": [], - "kind": "INTERFACE", - "name": "Node", - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "Account", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "AccountTeam", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "Deployment", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "DeploymentLog", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "File", - "ofType": null }, { - "kind": "OBJECT", - "name": "Service", - "ofType": null + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "versions", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + } }, { - "kind": "OBJECT", - "name": "Team", - "ofType": null - } - ] - }, - { - "description": null, - "enumValues": [ - { + "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "asc" + "name": "defaultVersion", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } }, { + "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "desc" - } - ], - "fields": [], - "inputFields": [], - "interfaces": [], - "kind": "ENUM", - "name": "Order", - "possibleTypes": [] - }, - { - "description": "Possible directions in which to order a list of items when provided an `orderBy` argument.", - "enumValues": [ + "name": "createdAt", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Time", + "ofType": null + } + } + }, { + "args": [], "deprecationReason": null, - "description": "Specifies an ascending order for a given `orderBy` argument.", + "description": null, "isDeprecated": false, - "name": "ASC" + "name": "updatedAt", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Time", + "ofType": null + } + } }, { + "args": [], "deprecationReason": null, - "description": "Specifies a descending order for a given `orderBy` argument.", + "description": null, "isDeprecated": false, - "name": "DESC" + "name": "deployments", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Deployment", + "ofType": null + } + } + } } ], - "fields": [], "inputFields": [], - "interfaces": [], - "kind": "ENUM", - "name": "OrderDirection", + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Node", + "ofType": null + } + ], + "kind": "OBJECT", + "name": "Service", "possibleTypes": [] }, { - "description": "Information about pagination in a connection.\nhttps://relay.dev/graphql/connections.htm#sec-undefined.PageInfo", + "description": "A connection to a list of items.", "enumValues": [], "fields": [ { "args": [], "deprecationReason": null, - "description": "When paginating forwards, are there more items?", + "description": "A list of edges.", + "isDeprecated": false, + "name": "edges", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ServiceEdge", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": "Information to aid in pagination.", "isDeprecated": false, - "name": "hasNextPage", + "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "Boolean", + "kind": "OBJECT", + "name": "PageInfo", "ofType": null } } @@ -7638,884 +9262,656 @@ { "args": [], "deprecationReason": null, - "description": "When paginating backwards, are there more items?", + "description": "Identifies the total count of items in the connection.", "isDeprecated": false, - "name": "hasPreviousPage", + "name": "totalCount", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "Boolean", + "name": "Int", "ofType": null } } - }, + } + ], + "inputFields": [], + "interfaces": [], + "kind": "OBJECT", + "name": "ServiceConnection", + "possibleTypes": [] + }, + { + "description": "An edge in a connection.", + "enumValues": [], + "fields": [ { "args": [], "deprecationReason": null, - "description": "When paginating backwards, the cursor to continue.", + "description": "The item at the end of the edge.", "isDeprecated": false, - "name": "startCursor", + "name": "node", "type": { - "kind": "SCALAR", - "name": "Cursor", + "kind": "OBJECT", + "name": "Service", "ofType": null } }, { "args": [], "deprecationReason": null, - "description": "When paginating forwards, the cursor to continue.", + "description": "A cursor for use in pagination.", "isDeprecated": false, - "name": "endCursor", + "name": "cursor", "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + } } } ], "inputFields": [], "interfaces": [], "kind": "OBJECT", - "name": "PageInfo", + "name": "ServiceEdge", "possibleTypes": [] }, { - "description": null, + "description": "Ordering options for Service connections", "enumValues": [], - "fields": [ + "fields": [], + "inputFields": [ { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "amount", + "defaultValue": "ASC", + "description": "The ordering direction.", + "name": "direction", "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "OrderDirection", + "ofType": null + } } }, { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "base", + "defaultValue": null, + "description": "The field by which to order Services.", + "name": "field", "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ServiceOrderField", + "ofType": null + } } - }, + } + ], + "interfaces": [], + "kind": "INPUT_OBJECT", + "name": "ServiceOrder", + "possibleTypes": [] + }, + { + "description": "Properties by which Service connections can be ordered.", + "enumValues": [ { - "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "currency", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "name": "CREATED_AT" } ], + "fields": [], "inputFields": [], "interfaces": [], - "kind": "OBJECT", - "name": "Price", + "kind": "ENUM", + "name": "ServiceOrderField", "possibleTypes": [] }, { - "description": null, + "description": "ServiceWhereInput is used for filtering Service objects.\nInput was generated by ent.", "enumValues": [], - "fields": [ + "fields": [], + "inputFields": [ { - "args": [ - { - "defaultValue": null, - "description": "ID of the object.", - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } + "defaultValue": null, + "description": null, + "name": "not", + "type": { + "kind": "INPUT_OBJECT", + "name": "ServiceWhereInput", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "and", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "ServiceWhereInput", + "ofType": null } } - ], - "deprecationReason": null, - "description": "Fetches an object given its ID.", - "isDeprecated": false, - "name": "node", + } + }, + { + "defaultValue": null, + "description": null, + "name": "or", "type": { - "kind": "INTERFACE", - "name": "Node", + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "ServiceWhereInput", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "id field predicates", + "name": "id", + "type": { + "kind": "SCALAR", + "name": "ID", "ofType": null } }, { - "args": [ - { - "defaultValue": null, - "description": "The list of node IDs.", - "name": "ids", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } - } + "defaultValue": null, + "description": null, + "name": "idNEQ", + "type": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "idIn", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null } } - ], - "deprecationReason": null, - "description": "Lookup nodes by a list of IDs.", - "isDeprecated": false, - "name": "nodes", + } + }, + { + "defaultValue": null, + "description": null, + "name": "idNotIn", "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "INTERFACE", - "name": "Node", + "kind": "SCALAR", + "name": "ID", "ofType": null } } } }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "me", + "name": "idGT", "type": { - "kind": "OBJECT", - "name": "Account", + "kind": "SCALAR", + "name": "ID", "ofType": null } }, { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } - } - ], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "account", + "name": "idGTE", "type": { - "kind": "OBJECT", - "name": "Account", + "kind": "SCALAR", + "name": "ID", "ofType": null } }, { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "after", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "first", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "before", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "last", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "orderBy", - "type": { - "kind": "INPUT_OBJECT", - "name": "AccountOrder", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "AccountWhereInput", - "ofType": null - } - } - ], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "accounts", + "name": "idLT", "type": { - "kind": "OBJECT", - "name": "AccountConnection", + "kind": "SCALAR", + "name": "ID", "ofType": null } }, { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "name", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "service", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "DeploymentService", - "ofType": null - } - } - } - ], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "deployment", + "name": "idLTE", "type": { - "kind": "OBJECT", - "name": "Deployment", + "kind": "SCALAR", + "name": "ID", "ofType": null } }, { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "after", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "first", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "before", - "type": { + "defaultValue": null, + "description": "default_version field predicates", + "name": "defaultVersion", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "defaultVersionNEQ", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "defaultVersionIn", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", - "name": "Cursor", + "name": "String", "ofType": null } - }, - { - "defaultValue": null, - "description": null, - "name": "last", - "type": { + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "defaultVersionNotIn", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "orderBy", - "type": { - "kind": "INPUT_OBJECT", - "name": "DeploymentOrder", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "DeploymentWhereInput", + "name": "String", "ofType": null } } - ], - "deprecationReason": null, + } + }, + { + "defaultValue": null, + "description": null, + "name": "defaultVersionGT", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "deployments", + "name": "defaultVersionGTE", "type": { - "kind": "OBJECT", - "name": "DeploymentConnection", + "kind": "SCALAR", + "name": "String", "ofType": null } }, { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "quote", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "CurrencyQuote", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "base", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "CurrencyBase", - "ofType": null - } - } - } - ], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "price", + "name": "defaultVersionLT", "type": { - "kind": "OBJECT", - "name": "Price", + "kind": "SCALAR", + "name": "String", "ofType": null } }, { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } - } - ], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "team", + "name": "defaultVersionLTE", "type": { - "kind": "OBJECT", - "name": "Team", + "kind": "SCALAR", + "name": "String", "ofType": null } }, { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "after", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "first", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "before", - "type": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "last", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "TeamWhereInput", - "ofType": null - } - } - ], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "teams", + "name": "defaultVersionContains", "type": { - "kind": "OBJECT", - "name": "TeamConnection", + "kind": "SCALAR", + "name": "String", "ofType": null } - } - ], - "inputFields": [], - "interfaces": [], - "kind": "OBJECT", - "name": "Query", - "possibleTypes": [] - }, - { - "description": null, - "enumValues": [], - "fields": [ + }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "memory", + "name": "defaultVersionHasPrefix", "type": { "kind": "SCALAR", - "name": "Float", + "name": "String", "ofType": null } }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "cpu", + "name": "defaultVersionHasSuffix", "type": { "kind": "SCALAR", - "name": "Float", + "name": "String", "ofType": null } - } - ], - "inputFields": [], - "interfaces": [], - "kind": "OBJECT", - "name": "Resources", - "possibleTypes": [] - }, - { - "description": null, - "enumValues": [ + }, { - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "ADMIN" + "name": "defaultVersionEqualFold", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, { - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "USER" - } - ], - "fields": [], - "inputFields": [], - "interfaces": [], - "kind": "ENUM", - "name": "Role", - "possibleTypes": [] - }, - { - "description": null, - "enumValues": [], - "fields": [ + "name": "defaultVersionContainsFold", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, + "description": "created_at field predicates", + "name": "createdAt", + "type": { + "kind": "SCALAR", + "name": "Time", + "ofType": null + } + }, + { + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "version", + "name": "createdAtNEQ", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "Time", + "ofType": null } }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "mode", + "name": "createdAtIn", "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Time", + "ofType": null + } } } }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "rpcUrl", + "name": "createdAtNotIn", "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Time", + "ofType": null + } } } }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "registry", + "name": "createdAtGT", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "Time", + "ofType": null } }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "settlementContract", + "name": "createdAtGTE", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "Time", + "ofType": null } }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "world", + "name": "createdAtLT", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "Time", + "ofType": null } }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "proverUrl", + "name": "createdAtLTE", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "Time", + "ofType": null } }, { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "storeProofs", + "defaultValue": null, + "description": "updated_at field predicates", + "name": "updatedAt", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } + "kind": "SCALAR", + "name": "Time", + "ofType": null } }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "starknetUrl", + "name": "updatedAtNEQ", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "Time", + "ofType": null } }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "signerKey", + "name": "updatedAtIn", "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Time", + "ofType": null + } } } }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "signerAddress", + "name": "updatedAtNotIn", "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Time", + "ofType": null + } } } }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "privateKey", + "name": "updatedAtGT", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "Time", + "ofType": null } }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "batchSize", + "name": "updatedAtGTE", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } + "kind": "SCALAR", + "name": "Time", + "ofType": null } }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "startBlock", + "name": "updatedAtLT", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } + "kind": "SCALAR", + "name": "Time", + "ofType": null } - } - ], - "inputFields": [], - "interfaces": [], - "kind": "OBJECT", - "name": "SayaConfig", - "possibleTypes": [] - }, - { - "description": null, - "enumValues": [], - "fields": [ + }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "id", + "name": "updatedAtLTE", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } + "kind": "SCALAR", + "name": "Time", + "ofType": null } }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, + "description": "deployments edge predicates", + "name": "hasDeployments", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + }, + { + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "versions", + "name": "hasDeploymentsWith", "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "INPUT_OBJECT", + "name": "DeploymentWhereInput", + "ofType": null } } } - }, + } + ], + "interfaces": [], + "kind": "INPUT_OBJECT", + "name": "ServiceWhereInput", + "possibleTypes": [] + }, + { + "description": null, + "enumValues": [], + "fields": [ { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "defaultVersion", + "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "ID", "ofType": null } } @@ -8525,13 +9921,13 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "createdAt", + "name": "controllerID", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "Time", + "name": "ID", "ofType": null } } @@ -8541,13 +9937,13 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "updatedAt", + "name": "type", "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "Time", + "kind": "ENUM", + "name": "SignerType", "ofType": null } } @@ -8557,50 +9953,13 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "deployments", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Deployment", - "ofType": null - } - } - } - } - ], - "inputFields": [], - "interfaces": [ - { - "kind": "INTERFACE", - "name": "Node", - "ofType": null - } - ], - "kind": "OBJECT", - "name": "Service", - "possibleTypes": [] - }, - { - "description": "A connection to a list of items.", - "enumValues": [], - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": "A list of edges.", - "isDeprecated": false, - "name": "edges", + "name": "createdAt", "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "ServiceEdge", + "kind": "SCALAR", + "name": "Time", "ofType": null } } @@ -8608,15 +9967,15 @@ { "args": [], "deprecationReason": null, - "description": "Information to aid in pagination.", + "description": null, "isDeprecated": false, - "name": "pageInfo", + "name": "updatedAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "PageInfo", + "kind": "SCALAR", + "name": "Time", "ofType": null } } @@ -8624,67 +9983,34 @@ { "args": [], "deprecationReason": null, - "description": "Identifies the total count of items in the connection.", + "description": null, "isDeprecated": false, - "name": "totalCount", + "name": "controller", "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "Int", + "kind": "OBJECT", + "name": "Controller", "ofType": null } } } ], "inputFields": [], - "interfaces": [], - "kind": "OBJECT", - "name": "ServiceConnection", - "possibleTypes": [] - }, - { - "description": "An edge in a connection.", - "enumValues": [], - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": "The item at the end of the edge.", - "isDeprecated": false, - "name": "node", - "type": { - "kind": "OBJECT", - "name": "Service", - "ofType": null - } - }, + "interfaces": [ { - "args": [], - "deprecationReason": null, - "description": "A cursor for use in pagination.", - "isDeprecated": false, - "name": "cursor", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - } - } + "kind": "INTERFACE", + "name": "Node", + "ofType": null } ], - "inputFields": [], - "interfaces": [], "kind": "OBJECT", - "name": "ServiceEdge", + "name": "Signer", "possibleTypes": [] }, { - "description": "Ordering options for Service connections", + "description": "Ordering options for Signer connections", "enumValues": [], "fields": [], "inputFields": [ @@ -8704,14 +10030,14 @@ }, { "defaultValue": null, - "description": "The field by which to order Services.", + "description": "The field by which to order Signers.", "name": "field", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", - "name": "ServiceOrderField", + "name": "SignerOrderField", "ofType": null } } @@ -8719,11 +10045,11 @@ ], "interfaces": [], "kind": "INPUT_OBJECT", - "name": "ServiceOrder", + "name": "SignerOrder", "possibleTypes": [] }, { - "description": "Properties by which Service connections can be ordered.", + "description": "Properties by which Signer connections can be ordered.", "enumValues": [ { "deprecationReason": null, @@ -8736,11 +10062,34 @@ "inputFields": [], "interfaces": [], "kind": "ENUM", - "name": "ServiceOrderField", + "name": "SignerOrderField", "possibleTypes": [] }, { - "description": "ServiceWhereInput is used for filtering Service objects.\nInput was generated by ent.", + "description": "SignerType is enum for the field type", + "enumValues": [ + { + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "webauthn" + }, + { + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "starknet_account" + } + ], + "fields": [], + "inputFields": [], + "interfaces": [], + "kind": "ENUM", + "name": "SignerType", + "possibleTypes": [] + }, + { + "description": "SignerWhereInput is used for filtering Signer objects.\nInput was generated by ent.", "enumValues": [], "fields": [], "inputFields": [ @@ -8750,7 +10099,7 @@ "name": "not", "type": { "kind": "INPUT_OBJECT", - "name": "ServiceWhereInput", + "name": "SignerWhereInput", "ofType": null } }, @@ -8766,7 +10115,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "ServiceWhereInput", + "name": "SignerWhereInput", "ofType": null } } @@ -8784,7 +10133,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "ServiceWhereInput", + "name": "SignerWhereInput", "ofType": null } } @@ -8888,28 +10237,28 @@ }, { "defaultValue": null, - "description": "default_version field predicates", - "name": "defaultVersion", + "description": "controller_id field predicates", + "name": "controllerID", "type": { "kind": "SCALAR", - "name": "String", + "name": "ID", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "defaultVersionNEQ", + "name": "controllerIDNEQ", "type": { "kind": "SCALAR", - "name": "String", + "name": "ID", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "defaultVersionIn", + "name": "controllerIDIn", "type": { "kind": "LIST", "name": null, @@ -8918,7 +10267,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "ID", "ofType": null } } @@ -8927,7 +10276,7 @@ { "defaultValue": null, "description": null, - "name": "defaultVersionNotIn", + "name": "controllerIDNotIn", "type": { "kind": "LIST", "name": null, @@ -8936,7 +10285,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "ID", "ofType": null } } @@ -8945,93 +10294,149 @@ { "defaultValue": null, "description": null, - "name": "defaultVersionGT", + "name": "controllerIDGT", "type": { "kind": "SCALAR", - "name": "String", + "name": "ID", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "defaultVersionGTE", + "name": "controllerIDGTE", "type": { "kind": "SCALAR", - "name": "String", + "name": "ID", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "defaultVersionLT", + "name": "controllerIDLT", "type": { "kind": "SCALAR", - "name": "String", + "name": "ID", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "defaultVersionLTE", + "name": "controllerIDLTE", "type": { "kind": "SCALAR", - "name": "String", + "name": "ID", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "defaultVersionContains", + "name": "controllerIDContains", "type": { "kind": "SCALAR", - "name": "String", + "name": "ID", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "defaultVersionHasPrefix", + "name": "controllerIDHasPrefix", "type": { "kind": "SCALAR", - "name": "String", + "name": "ID", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "defaultVersionHasSuffix", + "name": "controllerIDHasSuffix", "type": { "kind": "SCALAR", - "name": "String", + "name": "ID", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "defaultVersionEqualFold", + "name": "controllerIDEqualFold", "type": { "kind": "SCALAR", - "name": "String", + "name": "ID", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "defaultVersionContainsFold", + "name": "controllerIDContainsFold", "type": { "kind": "SCALAR", - "name": "String", + "name": "ID", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "type field predicates", + "name": "type", + "type": { + "kind": "ENUM", + "name": "SignerType", "ofType": null } }, + { + "defaultValue": null, + "description": null, + "name": "typeNEQ", + "type": { + "kind": "ENUM", + "name": "SignerType", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "typeIn", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "SignerType", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "typeNotIn", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "SignerType", + "ofType": null + } + } + } + }, { "defaultValue": null, "description": "created_at field predicates", @@ -9226,8 +10631,8 @@ }, { "defaultValue": null, - "description": "deployments edge predicates", - "name": "hasDeployments", + "description": "controller edge predicates", + "name": "hasController", "type": { "kind": "SCALAR", "name": "Boolean", @@ -9237,7 +10642,7 @@ { "defaultValue": null, "description": null, - "name": "hasDeploymentsWith", + "name": "hasControllerWith", "type": { "kind": "LIST", "name": null, @@ -9246,7 +10651,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "DeploymentWhereInput", + "name": "ControllerWhereInput", "ofType": null } } @@ -9255,7 +10660,7 @@ ], "interfaces": [], "kind": "INPUT_OBJECT", - "name": "ServiceWhereInput", + "name": "SignerWhereInput", "possibleTypes": [] }, { diff --git a/slot/src/account.rs b/slot/src/account.rs index 5a746fa..ed9993a 100644 --- a/slot/src/account.rs +++ b/slot/src/account.rs @@ -1,16 +1,11 @@ use serde::{Deserialize, Serialize}; use serde_with::serde_as; -use starknet::core::serde::unsigned_field_element::UfeHex; -use starknet::core::types::Felt; #[serde_as] #[derive(Debug, Clone, Serialize, Deserialize, PartialEq, Eq, Default)] pub struct Account { pub id: String, pub name: Option, - #[serde_as(as = "UfeHex")] - #[serde(rename = "contractAddress")] - pub contract_address: Felt, pub credentials: AccountCredentials, } diff --git a/slot/src/credential.rs b/slot/src/credential.rs index 1d96a99..e39a5e3 100644 --- a/slot/src/credential.rs +++ b/slot/src/credential.rs @@ -101,7 +101,6 @@ pub fn get_file_path>(config_dir: P) -> PathBuf { #[cfg(test)] mod tests { use serde_json::{json, Value}; - use starknet::macros::felt; use super::LegacyCredentials; use crate::account::Account; @@ -116,7 +115,6 @@ mod tests { let json = json!({ "id": "foo", "name": "", - "contractAddress": "0x1337", "credentials": { "webauthn": [ { @@ -135,7 +133,6 @@ mod tests { assert_eq!(account.account.id, "foo".to_string()); assert_eq!(account.account.name, Some("".to_string())); - assert_eq!(account.account.contract_address, felt!("0x1337")); assert_eq!(account.account.credentials.webauthn[0].id, "foobar"); assert_eq!( account.account.credentials.webauthn[0].public_key, diff --git a/slot/src/graphql/auth/info.graphql b/slot/src/graphql/auth/info.graphql index 04d46c8..7fb9b27 100644 --- a/slot/src/graphql/auth/info.graphql +++ b/slot/src/graphql/auth/info.graphql @@ -2,7 +2,17 @@ query Me { me { id name - contractAddress + + controllers { + id + address + + signers { + id + type + } + } + credentials { webauthn { id diff --git a/slot/src/graphql/auth/mod.rs b/slot/src/graphql/auth/mod.rs index afbb073..5a7df5e 100644 --- a/slot/src/graphql/auth/mod.rs +++ b/slot/src/graphql/auth/mod.rs @@ -1,8 +1,5 @@ -use std::str::FromStr; - use graphql_client::GraphQLQuery; use me::MeMe; -use starknet::core::types::{Felt, FromStrError}; use crate::account::{Account, AccountCredentials, WebAuthnCredential}; @@ -17,28 +14,20 @@ pub struct Me; #[derive(Debug, thiserror::Error)] pub enum AccountTryFromGraphQLError { #[error("Missing WebAuthn credentials")] - MissingCredendentials, + MissingCredentials, #[error("Missing contract address")] MissingContractAddress, - - #[error("Invalid contract address: {0}")] - InvalidContractAddress(#[from] FromStrError), } impl TryFrom for Account { type Error = AccountTryFromGraphQLError; fn try_from(value: MeMe) -> Result { - let address = value - .contract_address - .ok_or(AccountTryFromGraphQLError::MissingContractAddress)?; - Ok(Self { id: value.id, name: value.name, credentials: value.credentials.try_into()?, - contract_address: Felt::from_str(&address)?, }) } } @@ -49,7 +38,7 @@ impl TryFrom for AccountCredentials { fn try_from(value: me::MeMeCredentials) -> Result { let webauthn = value .webauthn - .ok_or(AccountTryFromGraphQLError::MissingCredendentials)? + .ok_or(AccountTryFromGraphQLError::MissingCredentials)? .into_iter() .map(WebAuthnCredential::from) .collect(); @@ -82,14 +71,13 @@ mod tests { public_key: "foo".to_string(), }]), }, - contract_address: Some("0x1".to_string()), + controllers: None, }; let account = Account::try_from(me).unwrap(); assert_eq!(account.id, "id"); assert_eq!(account.name, Some("name".to_string())); - assert_eq!(account.contract_address, Felt::ONE); assert_eq!(account.credentials.webauthn.len(), 1); assert_eq!(account.credentials.webauthn[0].id, "id".to_string()); assert_eq!( diff --git a/slot/src/session.rs b/slot/src/session.rs index 80a1f90..d06e939 100644 --- a/slot/src/session.rs +++ b/slot/src/session.rs @@ -427,7 +427,7 @@ mod tests { use tokio::sync::mpsc::channel; fn authenticate(config_dir: impl AsRef) -> &'static str { - static USERNAME: &str = "foo"; + let username = "foo"; let token = AccessToken { token: "mytoken".to_string(), @@ -436,8 +436,7 @@ mod tests { let account = Account { name: None, - id: USERNAME.to_string(), - contract_address: felt!("0x999"), + id: username.to_string(), credentials: AccountCredentials { webauthn: Vec::new(), }, @@ -446,7 +445,7 @@ mod tests { let cred = Credentials::new(account, token); let _ = Credentials::store_at(&config_dir, &cred).unwrap(); - USERNAME + username } #[test]