diff --git a/slot/schema.json b/slot/schema.json index a91cff1..31e697f 100644 --- a/slot/schema.json +++ b/slot/schema.json @@ -275,18 +275,6 @@ "ofType": null } }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "socials", - "type": { - "kind": "OBJECT", - "name": "Socials", - "ofType": null - } - }, { "args": [], "deprecationReason": null, @@ -395,21 +383,11 @@ }, { "defaultValue": null, - "description": "Ordering options for Contracts returned from the connection.", - "name": "orderBy", - "type": { - "kind": "INPUT_OBJECT", - "name": "ContractOrder", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "Filtering options for Contracts returned from the connection.", + "description": "Filtering options for Teams returned from the connection.", "name": "where", "type": { "kind": "INPUT_OBJECT", - "name": "ContractWhereInput", + "name": "TeamWhereInput", "ofType": null } } @@ -417,13 +395,13 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "contracts", + "name": "teams", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", - "name": "ContractConnection", + "name": "TeamConnection", "ofType": null } } @@ -472,21 +450,11 @@ }, { "defaultValue": null, - "description": "Ordering options for Attestations returned from the connection.", - "name": "orderBy", - "type": { - "kind": "INPUT_OBJECT", - "name": "AttestationOrder", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "Filtering options for Attestations returned from the connection.", + "description": "Filtering options for AccountTeams returned from the connection.", "name": "where", "type": { "kind": "INPUT_OBJECT", - "name": "AttestationWhereInput", + "name": "AccountTeamWhereInput", "ofType": null } } @@ -494,510 +462,78 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "attestations", + "name": "membership", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", - "name": "AttestationConnection", + "name": "AccountTeamConnection", "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": "Ordering options for Quests returned from the connection.", - "name": "orderBy", - "type": { - "kind": "INPUT_OBJECT", - "name": "QuestOrder", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "Filtering options for Quests returned from the connection.", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "QuestWhereInput", - "ofType": null - } - } - ], + "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "quests", + "name": "credentials", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", - "name": "QuestConnection", + "name": "Credentials", "ofType": null } } - }, + } + ], + "inputFields": [], + "interfaces": [ { - "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": "Ordering options for StarterPacks returned from the connection.", - "name": "orderBy", - "type": { - "kind": "INPUT_OBJECT", - "name": "StarterPackOrder", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "Filtering options for StarterPacks returned from the connection.", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "StarterPackWhereInput", - "ofType": null - } - } - ], + "kind": "INTERFACE", + "name": "Node", + "ofType": null + } + ], + "kind": "OBJECT", + "name": "Account", + "possibleTypes": [] + }, + { + "description": "A connection to a list of items.", + "enumValues": [], + "fields": [ + { + "args": [], "deprecationReason": null, - "description": null, + "description": "A list of edges.", "isDeprecated": false, - "name": "starterPacks", + "name": "edges", "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", - "name": "StarterPackConnection", + "name": "AccountEdge", "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 - } - } - ], + "args": [], "deprecationReason": null, - "description": null, + "description": "Information to aid in pagination.", "isDeprecated": false, - "name": "teams", + "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", - "name": "TeamConnection", - "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": "Ordering options for AccountQuests returned from the connection.", - "name": "orderBy", - "type": { - "kind": "INPUT_OBJECT", - "name": "AccountQuestOrder", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "Filtering options for AccountQuests returned from the connection.", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "AccountQuestWhereInput", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "questProgression", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "AccountQuestConnection", - "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 AccountStarterPacks returned from the connection.", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "AccountStarterPackWhereInput", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "accountStarterPack", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "AccountStarterPackConnection", - "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 AccountTeams returned from the connection.", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "AccountTeamWhereInput", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "membership", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "AccountTeamConnection", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "credentials", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Credentials", - "ofType": null - } - } - } - ], - "inputFields": [], - "interfaces": [ - { - "kind": "INTERFACE", - "name": "Node", - "ofType": null - } - ], - "kind": "OBJECT", - "name": "Account", - "possibleTypes": [] - }, - { - "description": "A connection to a list of items.", - "enumValues": [], - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": "A list of edges.", - "isDeprecated": false, - "name": "edges", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "AccountEdge", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": "Information to aid in pagination.", - "isDeprecated": false, - "name": "pageInfo", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PageInfo", + "name": "PageInfo", "ofType": null } } @@ -1161,7 +697,7 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "questID", + "name": "teamID", "type": { "kind": "NON_NULL", "name": null, @@ -1177,65 +713,17 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "claimTransactionHash", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "currentProgress", - "type": { - "kind": "SCALAR", - "name": "BigInt", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "progressMax", - "type": { - "kind": "SCALAR", - "name": "BigInt", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "completed", + "name": "role", "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "Boolean", + "kind": "ENUM", + "name": "AccountTeamRole", "ofType": null } } }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "completedAt", - "type": { - "kind": "SCALAR", - "name": "Time", - "ofType": null - } - }, { "args": [], "deprecationReason": null, @@ -1257,57 +745,13 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "quest", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Quest", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "claimTransaction", - "type": { - "kind": "OBJECT", - "name": "Transaction", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "claimed", + "name": "team", "type": { "kind": "NON_NULL", "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "completion", - "type": { - "kind": "LIST", - "name": null, "ofType": { "kind": "OBJECT", - "name": "CompletionCriteria", + "name": "Team", "ofType": null } } @@ -1322,7 +766,7 @@ } ], "kind": "OBJECT", - "name": "AccountQuest", + "name": "AccountTeam", "possibleTypes": [] }, { @@ -1340,7 +784,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "AccountQuestEdge", + "name": "AccountTeamEdge", "ofType": null } } @@ -1381,7 +825,7 @@ "inputFields": [], "interfaces": [], "kind": "OBJECT", - "name": "AccountQuestConnection", + "name": "AccountTeamConnection", "possibleTypes": [] }, { @@ -1396,7 +840,7 @@ "name": "node", "type": { "kind": "OBJECT", - "name": "AccountQuest", + "name": "AccountTeam", "ofType": null } }, @@ -1420,67 +864,28 @@ "inputFields": [], "interfaces": [], "kind": "OBJECT", - "name": "AccountQuestEdge", - "possibleTypes": [] - }, - { - "description": "Ordering options for AccountQuest connections", - "enumValues": [], - "fields": [], - "inputFields": [ - { - "defaultValue": "ASC", - "description": "The ordering direction.", - "name": "direction", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "OrderDirection", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": "The field by which to order AccountQuests.", - "name": "field", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "AccountQuestOrderField", - "ofType": null - } - } - } - ], - "interfaces": [], - "kind": "INPUT_OBJECT", - "name": "AccountQuestOrder", + "name": "AccountTeamEdge", "possibleTypes": [] }, { - "description": "Properties by which AccountQuest connections can be ordered.", + "description": "AccountTeamRole is enum for the field role", "enumValues": [ { "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "COMPLETED_AT" + "name": "owner" } ], "fields": [], "inputFields": [], "interfaces": [], "kind": "ENUM", - "name": "AccountQuestOrderField", + "name": "AccountTeamRole", "possibleTypes": [] }, { - "description": "AccountQuestWhereInput is used for filtering AccountQuest objects.\nInput was generated by ent.", + "description": "AccountTeamWhereInput is used for filtering AccountTeam objects.\nInput was generated by ent.", "enumValues": [], "fields": [], "inputFields": [ @@ -1490,7 +895,7 @@ "name": "not", "type": { "kind": "INPUT_OBJECT", - "name": "AccountQuestWhereInput", + "name": "AccountTeamWhereInput", "ofType": null } }, @@ -1506,7 +911,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "AccountQuestWhereInput", + "name": "AccountTeamWhereInput", "ofType": null } } @@ -1524,7 +929,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "AccountQuestWhereInput", + "name": "AccountTeamWhereInput", "ofType": null } } @@ -1628,28 +1033,28 @@ }, { "defaultValue": null, - "description": "current_progress field predicates", - "name": "currentProgress", + "description": "role field predicates", + "name": "role", "type": { - "kind": "SCALAR", - "name": "BigInt", + "kind": "ENUM", + "name": "AccountTeamRole", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "currentProgressNEQ", + "name": "roleNEQ", "type": { - "kind": "SCALAR", - "name": "BigInt", + "kind": "ENUM", + "name": "AccountTeamRole", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "currentProgressIn", + "name": "roleIn", "type": { "kind": "LIST", "name": null, @@ -1657,8 +1062,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "BigInt", + "kind": "ENUM", + "name": "AccountTeamRole", "ofType": null } } @@ -1667,7 +1072,7 @@ { "defaultValue": null, "description": null, - "name": "currentProgressNotIn", + "name": "roleNotIn", "type": { "kind": "LIST", "name": null, @@ -1675,97 +1080,129 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "BigInt", + "kind": "ENUM", + "name": "AccountTeamRole", "ofType": null } } } - }, + } + ], + "interfaces": [], + "kind": "INPUT_OBJECT", + "name": "AccountTeamWhereInput", + "possibleTypes": [] + }, + { + "description": "AccountType is enum for the field type", + "enumValues": [ { - "defaultValue": null, + "deprecationReason": null, "description": null, - "name": "currentProgressGT", - "type": { - "kind": "SCALAR", - "name": "BigInt", - "ofType": null - } + "isDeprecated": false, + "name": "webauthn" }, { - "defaultValue": null, + "deprecationReason": null, "description": null, - "name": "currentProgressGTE", - "type": { - "kind": "SCALAR", - "name": "BigInt", - "ofType": null - } + "isDeprecated": false, + "name": "discord" }, { - "defaultValue": null, + "deprecationReason": null, "description": null, - "name": "currentProgressLT", - "type": { - "kind": "SCALAR", - "name": "BigInt", - "ofType": 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": [], + "fields": [], + "inputFields": [ { "defaultValue": null, "description": null, - "name": "currentProgressLTE", + "name": "not", "type": { - "kind": "SCALAR", - "name": "BigInt", + "kind": "INPUT_OBJECT", + "name": "AccountWhereInput", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "currentProgressIsNil", + "name": "and", "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "AccountWhereInput", + "ofType": null + } + } } }, { "defaultValue": null, "description": null, - "name": "currentProgressNotNil", + "name": "or", "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "AccountWhereInput", + "ofType": null + } + } } }, { "defaultValue": null, - "description": "progress_max field predicates", - "name": "progressMax", + "description": "id field predicates", + "name": "id", "type": { "kind": "SCALAR", - "name": "BigInt", + "name": "ID", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "progressMaxNEQ", + "name": "idNEQ", "type": { "kind": "SCALAR", - "name": "BigInt", + "name": "ID", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "progressMaxIn", + "name": "idIn", "type": { "kind": "LIST", "name": null, @@ -1774,7 +1211,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "BigInt", + "name": "ID", "ofType": null } } @@ -1783,7 +1220,7 @@ { "defaultValue": null, "description": null, - "name": "progressMaxNotIn", + "name": "idNotIn", "type": { "kind": "LIST", "name": null, @@ -1792,7 +1229,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "BigInt", + "name": "ID", "ofType": null } } @@ -1801,67 +1238,173 @@ { "defaultValue": null, "description": null, - "name": "progressMaxGT", + "name": "idGT", "type": { "kind": "SCALAR", - "name": "BigInt", + "name": "ID", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "progressMaxGTE", + "name": "idGTE", "type": { "kind": "SCALAR", - "name": "BigInt", + "name": "ID", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "progressMaxLT", + "name": "idLT", "type": { "kind": "SCALAR", - "name": "BigInt", + "name": "ID", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "progressMaxLTE", + "name": "idLTE", "type": { "kind": "SCALAR", - "name": "BigInt", + "name": "ID", "ofType": null } }, { "defaultValue": null, - "description": null, - "name": "progressMaxIsNil", + "description": "contract_address field predicates", + "name": "contractAddress", "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "String", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "progressMaxNotNil", + "name": "contractAddressNEQ", "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "String", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "contractAddressIn", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "contractAddressNotIn", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "contractAddressGT", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "contractAddressGTE", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "contractAddressLT", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "contractAddressLTE", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "contractAddressContains", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "contractAddressHasPrefix", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "contractAddressHasSuffix", + "type": { + "kind": "SCALAR", + "name": "String", "ofType": null } }, { "defaultValue": null, - "description": "completed field predicates", - "name": "completed", + "description": null, + "name": "contractAddressIsNil", "type": { "kind": "SCALAR", "name": "Boolean", @@ -1871,7 +1414,7 @@ { "defaultValue": null, "description": null, - "name": "completedNEQ", + "name": "contractAddressNotNil", "type": { "kind": "SCALAR", "name": "Boolean", @@ -1880,28 +1423,48 @@ }, { "defaultValue": null, - "description": "completed_at field predicates", - "name": "completedAt", + "description": null, + "name": "contractAddressEqualFold", "type": { "kind": "SCALAR", - "name": "Time", + "name": "String", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "completedAtNEQ", + "name": "contractAddressContainsFold", "type": { "kind": "SCALAR", - "name": "Time", + "name": "String", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "name field predicates", + "name": "name", + "type": { + "kind": "SCALAR", + "name": "String", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "completedAtIn", + "name": "nameNEQ", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "nameIn", "type": { "kind": "LIST", "name": null, @@ -1910,7 +1473,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "Time", + "name": "String", "ofType": null } } @@ -1919,7 +1482,7 @@ { "defaultValue": null, "description": null, - "name": "completedAtNotIn", + "name": "nameNotIn", "type": { "kind": "LIST", "name": null, @@ -1928,7 +1491,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "Time", + "name": "String", "ofType": null } } @@ -1937,323 +1500,193 @@ { "defaultValue": null, "description": null, - "name": "completedAtGT", + "name": "nameGT", "type": { "kind": "SCALAR", - "name": "Time", + "name": "String", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "completedAtGTE", + "name": "nameGTE", "type": { "kind": "SCALAR", - "name": "Time", + "name": "String", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "completedAtLT", + "name": "nameLT", "type": { "kind": "SCALAR", - "name": "Time", + "name": "String", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "completedAtLTE", + "name": "nameLTE", "type": { "kind": "SCALAR", - "name": "Time", + "name": "String", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "completedAtIsNil", + "name": "nameContains", "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "String", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "completedAtNotNil", + "name": "nameHasPrefix", "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "String", "ofType": null } - } - ], - "interfaces": [], - "kind": "INPUT_OBJECT", - "name": "AccountQuestWhereInput", - "possibleTypes": [] - }, - { - "description": null, - "enumValues": [], - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "starterPackID", + "name": "nameHasSuffix", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null } }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "accountID", + "name": "nameIsNil", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } + "kind": "SCALAR", + "name": "Boolean", + "ofType": null } }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "claimTransactionHash", + "name": "nameNotNil", "type": { "kind": "SCALAR", - "name": "ID", + "name": "Boolean", "ofType": null } }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "starterPack", + "name": "nameEqualFold", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "StarterPack", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null } }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "account", + "name": "nameContainsFold", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Account", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null } }, { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "claimTransaction", + "defaultValue": null, + "description": "type field predicates", + "name": "type", "type": { - "kind": "OBJECT", - "name": "Transaction", + "kind": "ENUM", + "name": "AccountType", "ofType": null } }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "claimed", + "name": "typeNEQ", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } + "kind": "ENUM", + "name": "AccountType", + "ofType": null } - } - ], - "inputFields": [], - "interfaces": [ - { - "kind": "INTERFACE", - "name": "Node", - "ofType": null - } - ], - "kind": "OBJECT", - "name": "AccountStarterPack", - "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": "typeIn", "type": { "kind": "LIST", "name": null, "ofType": { - "kind": "OBJECT", - "name": "AccountStarterPackEdge", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "AccountType", + "ofType": null + } } } }, { - "args": [], - "deprecationReason": null, - "description": "Information to aid in pagination.", - "isDeprecated": false, - "name": "pageInfo", + "defaultValue": null, + "description": null, + "name": "typeNotIn", "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "OBJECT", - "name": "PageInfo", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "AccountType", + "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": "AccountStarterPackConnection", - "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": "version field predicates", + "name": "version", "type": { - "kind": "OBJECT", - "name": "AccountStarterPack", + "kind": "SCALAR", + "name": "Long", "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": "AccountStarterPackEdge", - "possibleTypes": [] - }, - { - "description": "AccountStarterPackWhereInput is used for filtering AccountStarterPack objects.\nInput was generated by ent.", - "enumValues": [], - "fields": [], - "inputFields": [ { "defaultValue": null, "description": null, - "name": "not", + "name": "versionNEQ", "type": { - "kind": "INPUT_OBJECT", - "name": "AccountStarterPackWhereInput", + "kind": "SCALAR", + "name": "Long", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "and", + "name": "versionIn", "type": { "kind": "LIST", "name": null, @@ -2261,8 +1694,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "INPUT_OBJECT", - "name": "AccountStarterPackWhereInput", + "kind": "SCALAR", + "name": "Long", "ofType": null } } @@ -2271,7 +1704,7 @@ { "defaultValue": null, "description": null, - "name": "or", + "name": "versionNotIn", "type": { "kind": "LIST", "name": null, @@ -2279,8 +1712,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "INPUT_OBJECT", - "name": "AccountStarterPackWhereInput", + "kind": "SCALAR", + "name": "Long", "ofType": null } } @@ -2288,28 +1721,68 @@ }, { "defaultValue": null, - "description": "id field predicates", - "name": "id", + "description": null, + "name": "versionGT", "type": { "kind": "SCALAR", - "name": "ID", + "name": "Long", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "idNEQ", + "name": "versionGTE", "type": { "kind": "SCALAR", - "name": "ID", + "name": "Long", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "idIn", + "name": "versionLT", + "type": { + "kind": "SCALAR", + "name": "Long", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "versionLTE", + "type": { + "kind": "SCALAR", + "name": "Long", + "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, @@ -2318,7 +1791,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "ID", + "name": "Time", "ofType": null } } @@ -2327,7 +1800,7 @@ { "defaultValue": null, "description": null, - "name": "idNotIn", + "name": "createdAtNotIn", "type": { "kind": "LIST", "name": null, @@ -2336,7 +1809,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "ID", + "name": "Time", "ofType": null } } @@ -2345,296 +1818,153 @@ { "defaultValue": null, "description": null, - "name": "idGT", + "name": "createdAtGT", "type": { "kind": "SCALAR", - "name": "ID", + "name": "Time", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "idGTE", + "name": "createdAtGTE", "type": { "kind": "SCALAR", - "name": "ID", + "name": "Time", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "idLT", + "name": "createdAtLT", "type": { "kind": "SCALAR", - "name": "ID", + "name": "Time", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "idLTE", + "name": "createdAtLTE", "type": { "kind": "SCALAR", - "name": "ID", + "name": "Time", "ofType": null } - } - ], - "interfaces": [], - "kind": "INPUT_OBJECT", - "name": "AccountStarterPackWhereInput", - "possibleTypes": [] - }, - { - "description": null, - "enumValues": [], - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } }, { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "accountID", + "defaultValue": null, + "description": "updated_at field predicates", + "name": "updatedAt", "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": "teamID", + "name": "updatedAtNEQ", "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": "role", + "name": "updatedAtIn", "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "ENUM", - "name": "AccountTeamRole", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Time", + "ofType": null + } } } }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "account", + "name": "updatedAtNotIn", "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "OBJECT", - "name": "Account", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Time", + "ofType": null + } } } }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "team", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Team", - "ofType": null - } - } - } - ], - "inputFields": [], - "interfaces": [ - { - "kind": "INTERFACE", - "name": "Node", - "ofType": null - } - ], - "kind": "OBJECT", - "name": "AccountTeam", - "possibleTypes": [] - }, - { - "description": "A connection to a list of items.", - "enumValues": [], - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": "A list of edges.", - "isDeprecated": false, - "name": "edges", + "name": "updatedAtGT", "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "AccountTeamEdge", - "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": "updatedAtGTE", "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", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - } - ], - "inputFields": [], - "interfaces": [], - "kind": "OBJECT", - "name": "AccountTeamConnection", - "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": "updatedAtLT", "type": { - "kind": "OBJECT", - "name": "AccountTeam", + "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": "updatedAtLTE", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - } + "kind": "SCALAR", + "name": "Time", + "ofType": null } - } - ], - "inputFields": [], - "interfaces": [], - "kind": "OBJECT", - "name": "AccountTeamEdge", - "possibleTypes": [] - }, - { - "description": "AccountTeamRole is enum for the field role", - "enumValues": [ - { - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "owner" - } - ], - "fields": [], - "inputFields": [], - "interfaces": [], - "kind": "ENUM", - "name": "AccountTeamRole", - "possibleTypes": [] - }, - { - "description": "AccountTeamWhereInput is used for filtering AccountTeam objects.\nInput was generated by ent.", - "enumValues": [], - "fields": [], - "inputFields": [ + }, { "defaultValue": null, - "description": null, - "name": "not", + "description": "teams edge predicates", + "name": "hasTeams", "type": { - "kind": "INPUT_OBJECT", - "name": "AccountTeamWhereInput", + "kind": "SCALAR", + "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "and", + "name": "hasTeamsWith", "type": { "kind": "LIST", "name": null, @@ -2643,16 +1973,26 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "AccountTeamWhereInput", + "name": "TeamWhereInput", "ofType": null } } } }, + { + "defaultValue": null, + "description": "membership edge predicates", + "name": "hasMembership", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + }, { "defaultValue": null, "description": null, - "name": "or", + "name": "hasMembershipWith", "type": { "kind": "LIST", "name": null, @@ -2666,447 +2006,421 @@ } } } - }, - { - "defaultValue": null, - "description": "id field predicates", - "name": "id", - "type": { - "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": "idNEQ", + "name": "blockTime", "type": { "kind": "SCALAR", - "name": "ID", + "name": "Int", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "idIn", + "name": "forkRpcUrl", "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } + "kind": "SCALAR", + "name": "String", + "ofType": null } }, { "defaultValue": null, "description": null, - "name": "idNotIn", + "name": "forkBlockNumber", "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Long", + "ofType": null } }, { "defaultValue": null, "description": null, - "name": "idGT", + "name": "seed", "type": { "kind": "SCALAR", - "name": "ID", + "name": "String", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "idGTE", + "name": "accounts", "type": { "kind": "SCALAR", - "name": "ID", + "name": "Int", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "idLT", + "name": "invokeMaxSteps", "type": { "kind": "SCALAR", - "name": "ID", + "name": "Long", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "idLTE", + "name": "validateMaxSteps", "type": { "kind": "SCALAR", - "name": "ID", + "name": "Long", "ofType": null } }, { "defaultValue": null, - "description": "role field predicates", - "name": "role", + "description": null, + "name": "disableFee", "type": { - "kind": "ENUM", - "name": "AccountTeamRole", + "kind": "SCALAR", + "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "roleNEQ", + "name": "gasPrice", "type": { - "kind": "ENUM", - "name": "AccountTeamRole", + "kind": "SCALAR", + "name": "Long", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "roleIn", + "name": "genesis", "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "AccountTeamRole", - "ofType": null - } - } + "kind": "SCALAR", + "name": "String", + "ofType": null } }, { "defaultValue": null, "description": null, - "name": "roleNotIn", + "name": "dev", "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "AccountTeamRole", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Boolean", + "ofType": null } } ], "interfaces": [], "kind": "INPUT_OBJECT", - "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", + "name": "CreateKatanaConfigInput", "possibleTypes": [] }, { - "description": "AccountWhereInput is used for filtering Account objects.\nInput was generated by ent.", + "description": null, "enumValues": [], "fields": [], "inputFields": [ { "defaultValue": null, "description": null, - "name": "not", + "name": "mode", "type": { - "kind": "INPUT_OBJECT", - "name": "AccountWhereInput", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } } }, { "defaultValue": null, "description": null, - "name": "and", + "name": "rpcUrl", "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "AccountWhereInput", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null } } }, { "defaultValue": null, "description": null, - "name": "or", + "name": "registry", "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "AccountWhereInput", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null } } }, { "defaultValue": null, - "description": "id field predicates", - "name": "id", + "description": null, + "name": "settlementContract", "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } } }, { "defaultValue": null, "description": null, - "name": "idNEQ", + "name": "world", "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } } }, { "defaultValue": null, "description": null, - "name": "idIn", + "name": "proverUrl", "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null } } }, { "defaultValue": null, "description": null, - "name": "idNotIn", + "name": "storeProofs", "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": "idGT", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "idGTE", + "name": "starknetUrl", "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } } }, { "defaultValue": null, "description": null, - "name": "idLT", + "name": "signerKey", "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } } }, { "defaultValue": null, "description": null, - "name": "idLTE", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "contract_address field predicates", - "name": "contractAddress", + "name": "signerAddress", "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } } }, { "defaultValue": null, "description": null, - "name": "contractAddressNEQ", + "name": "privateKey", "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } } }, { "defaultValue": null, "description": null, - "name": "contractAddressIn", + "name": "batchSize", "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null } } }, { "defaultValue": null, "description": null, - "name": "contractAddressNotIn", + "name": "startBlock", "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null } } - }, + } + ], + "interfaces": [], + "kind": "INPUT_OBJECT", + "name": "CreateSayaConfigInput", + "possibleTypes": [] + }, + { + "description": null, + "enumValues": [], + "fields": [], + "inputFields": [ { "defaultValue": null, "description": null, - "name": "contractAddressGT", + "name": "katana", "type": { - "kind": "SCALAR", - "name": "String", + "kind": "INPUT_OBJECT", + "name": "CreateKatanaConfigInput", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "contractAddressGTE", + "name": "torii", "type": { - "kind": "SCALAR", - "name": "String", + "kind": "INPUT_OBJECT", + "name": "CreateToriiConfigInput", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "contractAddressLT", + "name": "saya", "type": { - "kind": "SCALAR", - "name": "String", + "kind": "INPUT_OBJECT", + "name": "CreateSayaConfigInput", "ofType": null } - }, + } + ], + "interfaces": [], + "kind": "INPUT_OBJECT", + "name": "CreateServiceConfigInput", + "possibleTypes": [] + }, + { + "description": null, + "enumValues": [], + "fields": [], + "inputFields": [ { "defaultValue": null, "description": null, - "name": "contractAddressLTE", + "name": "type", "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "DeploymentService", + "ofType": null + } } }, { "defaultValue": null, "description": null, - "name": "contractAddressContains", + "name": "version", "type": { "kind": "SCALAR", "name": "String", @@ -3116,17 +2430,28 @@ { "defaultValue": null, "description": null, - "name": "contractAddressHasPrefix", + "name": "config", "type": { - "kind": "SCALAR", - "name": "String", + "kind": "INPUT_OBJECT", + "name": "CreateServiceConfigInput", "ofType": null } - }, + } + ], + "interfaces": [], + "kind": "INPUT_OBJECT", + "name": "CreateServiceInput", + "possibleTypes": [] + }, + { + "description": null, + "enumValues": [], + "fields": [], + "inputFields": [ { "defaultValue": null, "description": null, - "name": "contractAddressHasSuffix", + "name": "rpc", "type": { "kind": "SCALAR", "name": "String", @@ -3136,67 +2461,63 @@ { "defaultValue": null, "description": null, - "name": "contractAddressIsNil", + "name": "world", "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } } }, { "defaultValue": null, "description": null, - "name": "contractAddressNotNil", + "name": "startBlock", "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "Long", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "contractAddressEqualFold", + "name": "indexPending", "type": { "kind": "SCALAR", - "name": "String", + "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "contractAddressContainsFold", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "name field predicates", - "name": "name", + "name": "pollingInterval", "type": { "kind": "SCALAR", - "name": "String", + "name": "Long", "ofType": null } - }, + } + ], + "interfaces": [], + "kind": "INPUT_OBJECT", + "name": "CreateToriiConfigInput", + "possibleTypes": [] + }, + { + "description": null, + "enumValues": [], + "fields": [ { - "defaultValue": null, + "args": [], + "deprecationReason": null, "description": null, - "name": "nameNEQ", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "nameIn", + "isDeprecated": false, + "name": "webauthn", "type": { "kind": "LIST", "name": null, @@ -3204,55 +2525,128 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", + "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": "nameNotIn", + "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": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "ID", + "ofType": null } } }, { - "defaultValue": null, + "args": [], + "deprecationReason": null, "description": null, - "name": "nameGT", + "isDeprecated": false, + "name": "project", "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": "nameGTE", + "isDeprecated": false, + "name": "status", "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "DeploymentStatus", + "ofType": null + } } }, { - "defaultValue": null, + "args": [], + "deprecationReason": null, "description": null, - "name": "nameLT", + "isDeprecated": false, + "name": "branch", "type": { "kind": "SCALAR", "name": "String", @@ -3260,127 +2654,222 @@ } }, { - "defaultValue": null, + "args": [], + "deprecationReason": null, "description": null, - "name": "nameLTE", + "isDeprecated": false, + "name": "serviceID", "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } } }, { - "defaultValue": null, + "args": [], + "deprecationReason": null, "description": null, - "name": "nameContains", + "isDeprecated": false, + "name": "tier", "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "DeploymentTier", + "ofType": null + } } }, { - "defaultValue": null, + "args": [], + "deprecationReason": null, "description": null, - "name": "nameHasPrefix", + "isDeprecated": false, + "name": "regions", "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } } }, { - "defaultValue": null, + "args": [], + "deprecationReason": null, "description": null, - "name": "nameHasSuffix", + "isDeprecated": false, + "name": "autoUpgrade", "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } } }, { - "defaultValue": null, + "args": [], + "deprecationReason": null, "description": null, - "name": "nameIsNil", + "isDeprecated": false, + "name": "createdAt", "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Time", + "ofType": null + } } }, { - "defaultValue": null, + "args": [], + "deprecationReason": null, "description": null, - "name": "nameNotNil", + "isDeprecated": false, + "name": "updatedAt", "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Time", + "ofType": null + } } }, { - "defaultValue": null, + "args": [], + "deprecationReason": null, "description": null, - "name": "nameEqualFold", + "isDeprecated": false, + "name": "spinDownAt", "type": { "kind": "SCALAR", - "name": "String", + "name": "Time", "ofType": null } }, { - "defaultValue": null, + "args": [], + "deprecationReason": null, "description": null, - "name": "nameContainsFold", + "isDeprecated": false, + "name": "spinUpAt", "type": { "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "type field predicates", - "name": "type", - "type": { - "kind": "ENUM", - "name": "AccountType", + "name": "Time", "ofType": null } }, { - "defaultValue": null, - "description": null, - "name": "typeNEQ", + "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, + "description": null, + "isDeprecated": false, + "name": "teams", "type": { - "kind": "ENUM", - "name": "AccountType", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "TeamConnection", + "ofType": null + } } }, { - "defaultValue": null, + "args": [], + "deprecationReason": null, "description": null, - "name": "typeIn", + "isDeprecated": false, + "name": "service", "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "AccountType", - "ofType": null - } + "kind": "OBJECT", + "name": "Service", + "ofType": null } } }, { - "defaultValue": null, + "args": [], + "deprecationReason": null, "description": null, - "name": "typeNotIn", + "isDeprecated": false, + "name": "events", "type": { "kind": "LIST", "name": null, @@ -3388,315 +2877,462 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "ENUM", - "name": "AccountType", + "kind": "OBJECT", + "name": "DeploymentLog", "ofType": null } } } }, { - "defaultValue": null, - "description": "version field predicates", - "name": "version", - "type": { - "kind": "SCALAR", - "name": "Long", - "ofType": null - } - }, - { - "defaultValue": 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, "description": null, - "name": "versionNEQ", + "isDeprecated": false, + "name": "logs", "type": { - "kind": "SCALAR", - "name": "Long", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Logs", + "ofType": null + } } }, { - "defaultValue": null, + "args": [], + "deprecationReason": null, "description": null, - "name": "versionIn", + "isDeprecated": false, + "name": "config", "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Long", - "ofType": null - } + "kind": "UNION", + "name": "DeploymentConfig", + "ofType": null } } + } + ], + "inputFields": [], + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Node", + "ofType": null + } + ], + "kind": "OBJECT", + "name": "Deployment", + "possibleTypes": [] + }, + { + "description": null, + "enumValues": [], + "fields": [], + "inputFields": [], + "interfaces": [], + "kind": "UNION", + "name": "DeploymentConfig", + "possibleTypes": [ + { + "kind": "OBJECT", + "name": "KatanaConfig", + "ofType": null }, { - "defaultValue": null, - "description": null, - "name": "versionNotIn", + "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": "LIST", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Long", - "ofType": null - } + "kind": "OBJECT", + "name": "DeploymentEdge", + "ofType": null } } }, { - "defaultValue": null, - "description": null, - "name": "versionGT", + "args": [], + "deprecationReason": null, + "description": "Information to aid in pagination.", + "isDeprecated": false, + "name": "pageInfo", "type": { - "kind": "SCALAR", - "name": "Long", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } } }, { - "defaultValue": null, - "description": null, - "name": "versionGTE", + "args": [], + "deprecationReason": null, + "description": "Identifies the total count of items in the connection.", + "isDeprecated": false, + "name": "totalCount", "type": { - "kind": "SCALAR", - "name": "Long", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "versionLT", - "type": { - "kind": "SCALAR", - "name": "Long", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "versionLTE", - "type": { - "kind": "SCALAR", - "name": "Long", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "created_at field predicates", - "name": "createdAt", - "type": { - "kind": "SCALAR", - "name": "Time", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } } - }, + } + ], + "inputFields": [], + "interfaces": [], + "kind": "OBJECT", + "name": "DeploymentConnection", + "possibleTypes": [] + }, + { + "description": "An edge in a connection.", + "enumValues": [], + "fields": [ { - "defaultValue": null, - "description": null, - "name": "createdAtNEQ", + "args": [], + "deprecationReason": null, + "description": "The item at the end of the edge.", + "isDeprecated": false, + "name": "node", "type": { - "kind": "SCALAR", - "name": "Time", + "kind": "OBJECT", + "name": "Deployment", "ofType": null } }, { - "defaultValue": null, - "description": null, - "name": "createdAtIn", + "args": [], + "deprecationReason": null, + "description": "A cursor for use in pagination.", + "isDeprecated": false, + "name": "cursor", "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Time", - "ofType": null - } + "kind": "SCALAR", + "name": "Cursor", + "ofType": null } } - }, + } + ], + "inputFields": [], + "interfaces": [], + "kind": "OBJECT", + "name": "DeploymentEdge", + "possibleTypes": [] + }, + { + "description": null, + "enumValues": [], + "fields": [ { - "defaultValue": null, + "args": [], + "deprecationReason": null, "description": null, - "name": "createdAtNotIn", + "isDeprecated": false, + "name": "id", "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Time", - "ofType": null - } + "kind": "SCALAR", + "name": "ID", + "ofType": null } } }, { - "defaultValue": null, + "args": [], + "deprecationReason": null, "description": null, - "name": "createdAtGT", + "isDeprecated": false, + "name": "deploymentID", "type": { - "kind": "SCALAR", - "name": "Time", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } } }, { - "defaultValue": null, + "args": [], + "deprecationReason": null, "description": null, - "name": "createdAtGTE", + "isDeprecated": false, + "name": "logType", "type": { - "kind": "SCALAR", - "name": "Time", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "DeploymentLogLogType", + "ofType": null + } } }, { - "defaultValue": null, + "args": [], + "deprecationReason": null, "description": null, - "name": "createdAtLT", + "isDeprecated": false, + "name": "timestamp", "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": "createdAtLTE", - "type": { - "kind": "SCALAR", - "name": "Time", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "updated_at field predicates", - "name": "updatedAt", + "isDeprecated": false, + "name": "deployment", "type": { - "kind": "SCALAR", - "name": "Time", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Deployment", + "ofType": null + } } - }, + } + ], + "inputFields": [], + "interfaces": [ { - "defaultValue": null, - "description": null, - "name": "updatedAtNEQ", - "type": { - "kind": "SCALAR", - "name": "Time", - "ofType": null - } - }, + "kind": "INTERFACE", + "name": "Node", + "ofType": null + } + ], + "kind": "OBJECT", + "name": "DeploymentLog", + "possibleTypes": [] + }, + { + "description": "A connection to a list of items.", + "enumValues": [], + "fields": [ { - "defaultValue": null, - "description": null, - "name": "updatedAtIn", + "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": "Time", - "ofType": null - } + "kind": "OBJECT", + "name": "DeploymentLogEdge", + "ofType": null } } }, { - "defaultValue": null, - "description": null, - "name": "updatedAtNotIn", + "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": "Time", - "ofType": null - } + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null } } }, { - "defaultValue": null, - "description": null, - "name": "updatedAtGT", + "args": [], + "deprecationReason": null, + "description": "Identifies the total count of items in the connection.", + "isDeprecated": false, + "name": "totalCount", "type": { - "kind": "SCALAR", - "name": "Time", - "ofType": null + "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": [ { - "defaultValue": null, - "description": null, - "name": "updatedAtGTE", + "args": [], + "deprecationReason": null, + "description": "The item at the end of the edge.", + "isDeprecated": false, + "name": "node", "type": { - "kind": "SCALAR", - "name": "Time", + "kind": "OBJECT", + "name": "DeploymentLog", "ofType": null } }, { - "defaultValue": null, - "description": null, - "name": "updatedAtLT", + "args": [], + "deprecationReason": null, + "description": "A cursor for use in pagination.", + "isDeprecated": false, + "name": "cursor", "type": { - "kind": "SCALAR", - "name": "Time", - "ofType": null + "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": "created" }, { - "defaultValue": null, + "deprecationReason": null, "description": null, - "name": "updatedAtLTE", - "type": { - "kind": "SCALAR", - "name": "Time", - "ofType": null - } + "isDeprecated": false, + "name": "deleted" + }, + { + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "scaled_up" }, + { + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "scaled_down" + } + ], + "fields": [], + "inputFields": [], + "interfaces": [], + "kind": "ENUM", + "name": "DeploymentLogLogType", + "possibleTypes": [] + }, + { + "description": "DeploymentLogWhereInput is used for filtering DeploymentLog objects.\nInput was generated by ent.", + "enumValues": [], + "fields": [], + "inputFields": [ { "defaultValue": null, - "description": "contracts edge predicates", - "name": "hasContracts", + "description": null, + "name": "not", "type": { - "kind": "SCALAR", - "name": "Boolean", + "kind": "INPUT_OBJECT", + "name": "DeploymentLogWhereInput", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "hasContractsWith", + "name": "and", "type": { "kind": "LIST", "name": null, @@ -3705,26 +3341,16 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "ContractWhereInput", + "name": "DeploymentLogWhereInput", "ofType": null } } } }, - { - "defaultValue": null, - "description": "attestations edge predicates", - "name": "hasAttestations", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, { "defaultValue": null, "description": null, - "name": "hasAttestationsWith", + "name": "or", "type": { "kind": "LIST", "name": null, @@ -3733,7 +3359,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "AttestationWhereInput", + "name": "DeploymentLogWhereInput", "ofType": null } } @@ -3741,18 +3367,28 @@ }, { "defaultValue": null, - "description": "quests edge predicates", - "name": "hasQuests", + "description": "id field predicates", + "name": "id", "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "ID", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "idNEQ", + "type": { + "kind": "SCALAR", + "name": "ID", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "hasQuestsWith", + "name": "idIn", "type": { "kind": "LIST", "name": null, @@ -3760,27 +3396,17 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "INPUT_OBJECT", - "name": "QuestWhereInput", + "kind": "SCALAR", + "name": "ID", "ofType": null } } } }, - { - "defaultValue": null, - "description": "starter_packs edge predicates", - "name": "hasStarterPacks", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, { "defaultValue": null, "description": null, - "name": "hasStarterPacksWith", + "name": "idNotIn", "type": { "kind": "LIST", "name": null, @@ -3788,8 +3414,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "INPUT_OBJECT", - "name": "StarterPackWhereInput", + "kind": "SCALAR", + "name": "ID", "ofType": null } } @@ -3797,74 +3423,68 @@ }, { "defaultValue": null, - "description": "teams edge predicates", - "name": "hasTeams", + "description": null, + "name": "idGT", "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "ID", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "hasTeamsWith", + "name": "idGTE", "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": "quest_progression edge predicates", - "name": "hasQuestProgression", + "description": null, + "name": "idLT", "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "ID", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "hasQuestProgressionWith", + "name": "idLTE", "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "AccountQuestWhereInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "ID", + "ofType": null } }, { "defaultValue": null, - "description": "account_starter_pack edge predicates", - "name": "hasAccountStarterPack", + "description": "deployment_id field predicates", + "name": "deploymentID", "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "ID", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "deploymentIDNEQ", + "type": { + "kind": "SCALAR", + "name": "ID", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "hasAccountStarterPackWith", + "name": "deploymentIDIn", "type": { "kind": "LIST", "name": null, @@ -3872,27 +3492,17 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "INPUT_OBJECT", - "name": "AccountStarterPackWhereInput", + "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": "deploymentIDNotIn", "type": { "kind": "LIST", "name": null, @@ -3900,377 +3510,183 @@ "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": [ + }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "id", + "name": "deploymentIDGT", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } + "kind": "SCALAR", + "name": "ID", + "ofType": null } }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "gameID", + "name": "deploymentIDGTE", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } + "kind": "SCALAR", + "name": "ID", + "ofType": null } }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "tokenID", + "name": "deploymentIDLT", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } + "kind": "SCALAR", + "name": "ID", + "ofType": null } }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "createdAt", + "name": "deploymentIDLTE", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Time", - "ofType": null - } + "kind": "SCALAR", + "name": "ID", + "ofType": null } }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "updatedAt", + "name": "deploymentIDContains", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Time", - "ofType": null - } + "kind": "SCALAR", + "name": "ID", + "ofType": null } }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "game", + "name": "deploymentIDHasPrefix", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Game", - "ofType": null - } + "kind": "SCALAR", + "name": "ID", + "ofType": null } }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "token", + "name": "deploymentIDHasSuffix", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Token", - "ofType": null - } + "kind": "SCALAR", + "name": "ID", + "ofType": null } - } - ], - "inputFields": [], - "interfaces": [ - { - "kind": "INTERFACE", - "name": "Node", - "ofType": null - } - ], - "kind": "OBJECT", - "name": "Achievement", - "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": "deploymentIDEqualFold", "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "AchievementEdge", - "ofType": null - } + "kind": "SCALAR", + "name": "ID", + "ofType": null } }, { - "args": [], - "deprecationReason": null, - "description": "Information to aid in pagination.", - "isDeprecated": false, - "name": "pageInfo", + "defaultValue": null, + "description": null, + "name": "deploymentIDContainsFold", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PageInfo", - "ofType": null - } + "kind": "SCALAR", + "name": "ID", + "ofType": null } }, { - "args": [], - "deprecationReason": null, - "description": "Identifies the total count of items in the connection.", - "isDeprecated": false, - "name": "totalCount", + "defaultValue": null, + "description": "log_type field predicates", + "name": "logType", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } + "kind": "ENUM", + "name": "DeploymentLogLogType", + "ofType": null } - } - ], - "inputFields": [], - "interfaces": [], - "kind": "OBJECT", - "name": "AchievementConnection", - "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": "logTypeNEQ", "type": { - "kind": "OBJECT", - "name": "Achievement", + "kind": "ENUM", + "name": "DeploymentLogLogType", "ofType": null } }, { - "args": [], - "deprecationReason": null, - "description": "A cursor for use in pagination.", - "isDeprecated": false, - "name": "cursor", + "defaultValue": null, + "description": null, + "name": "logTypeIn", "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "DeploymentLogLogType", + "ofType": null + } } } - } - ], - "inputFields": [], - "interfaces": [], - "kind": "OBJECT", - "name": "AchievementEdge", - "possibleTypes": [] - }, - { - "description": "Ordering options for Achievement connections", - "enumValues": [], - "fields": [], - "inputFields": [ + }, { - "defaultValue": "ASC", - "description": "The ordering direction.", - "name": "direction", + "defaultValue": null, + "description": null, + "name": "logTypeNotIn", "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "ENUM", - "name": "OrderDirection", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "DeploymentLogLogType", + "ofType": null + } } } }, { "defaultValue": null, - "description": "The field by which to order Achievements.", - "name": "field", + "description": "timestamp field predicates", + "name": "timestamp", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "AchievementOrderField", - "ofType": null - } - } - } - ], - "interfaces": [], - "kind": "INPUT_OBJECT", - "name": "AchievementOrder", - "possibleTypes": [] - }, - { - "description": "Properties by which Achievement connections can be ordered.", - "enumValues": [ - { - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "CREATED_AT" - } - ], - "fields": [], - "inputFields": [], - "interfaces": [], - "kind": "ENUM", - "name": "AchievementOrderField", - "possibleTypes": [] - }, - { - "description": "AchievementWhereInput is used for filtering Achievement objects.\nInput was generated by ent.", - "enumValues": [], - "fields": [], - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "not", - "type": { - "kind": "INPUT_OBJECT", - "name": "AchievementWhereInput", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "and", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "AchievementWhereInput", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "or", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "AchievementWhereInput", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "id field predicates", - "name": "id", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null + "kind": "SCALAR", + "name": "Time", + "ofType": null } }, { "defaultValue": null, "description": null, - "name": "idNEQ", + "name": "timestampNEQ", "type": { "kind": "SCALAR", - "name": "ID", + "name": "Time", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "idIn", + "name": "timestampIn", "type": { "kind": "LIST", "name": null, @@ -4279,7 +3695,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "ID", + "name": "Time", "ofType": null } } @@ -4288,7 +3704,7 @@ { "defaultValue": null, "description": null, - "name": "idNotIn", + "name": "timestampNotIn", "type": { "kind": "LIST", "name": null, @@ -4297,7 +3713,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "ID", + "name": "Time", "ofType": null } } @@ -4306,67 +3722,57 @@ { "defaultValue": null, "description": null, - "name": "idGT", + "name": "timestampGT", "type": { "kind": "SCALAR", - "name": "ID", + "name": "Time", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "idGTE", + "name": "timestampGTE", "type": { "kind": "SCALAR", - "name": "ID", + "name": "Time", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "idLT", + "name": "timestampLT", "type": { "kind": "SCALAR", - "name": "ID", + "name": "Time", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "idLTE", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "game_id field predicates", - "name": "gameID", + "name": "timestampLTE", "type": { "kind": "SCALAR", - "name": "ID", + "name": "Time", "ofType": null } }, { "defaultValue": null, - "description": null, - "name": "gameIDNEQ", + "description": "deployment edge predicates", + "name": "hasDeployment", "type": { "kind": "SCALAR", - "name": "ID", + "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "gameIDIn", + "name": "hasDeploymentWith", "type": { "kind": "LIST", "name": null, @@ -4374,145 +3780,193 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "ID", + "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": "gameIDNotIn", + "defaultValue": "ASC", + "description": "The ordering direction.", + "name": "direction", "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } + "kind": "ENUM", + "name": "OrderDirection", + "ofType": null } } }, { "defaultValue": null, - "description": null, - "name": "gameIDGT", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "gameIDGTE", + "description": "The field by which to order Deployments.", + "name": "field", "type": { - "kind": "SCALAR", - "name": "ID", - "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": [ { - "defaultValue": null, + "deprecationReason": null, "description": null, - "name": "gameIDLT", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, + "isDeprecated": false, + "name": "CREATED_AT" + } + ], + "fields": [], + "inputFields": [], + "interfaces": [], + "kind": "ENUM", + "name": "DeploymentOrderField", + "possibleTypes": [] + }, + { + "description": null, + "enumValues": [ { - "defaultValue": null, + "deprecationReason": null, "description": null, - "name": "gameIDLTE", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } + "isDeprecated": false, + "name": "katana" }, { - "defaultValue": null, + "deprecationReason": null, "description": null, - "name": "gameIDContains", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } + "isDeprecated": false, + "name": "torii" }, { - "defaultValue": null, + "deprecationReason": null, "description": null, - "name": "gameIDHasPrefix", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, + "isDeprecated": false, + "name": "saya" + } + ], + "fields": [], + "inputFields": [], + "interfaces": [], + "kind": "ENUM", + "name": "DeploymentService", + "possibleTypes": [] + }, + { + "description": "DeploymentStatus is enum for the field status", + "enumValues": [ { - "defaultValue": null, + "deprecationReason": null, "description": null, - "name": "gameIDHasSuffix", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } + "isDeprecated": false, + "name": "active" }, { - "defaultValue": null, + "deprecationReason": null, "description": null, - "name": "gameIDEqualFold", - "type": { - "kind": "SCALAR", - "name": "ID", - "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, + "deprecationReason": null, "description": null, - "name": "gameIDContainsFold", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } + "isDeprecated": false, + "name": "common" }, { - "defaultValue": null, - "description": "token_id field predicates", - "name": "tokenID", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } + "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": "tokenIDNEQ", + "name": "not", "type": { - "kind": "SCALAR", - "name": "ID", + "kind": "INPUT_OBJECT", + "name": "DeploymentWhereInput", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "tokenIDIn", + "name": "and", "type": { "kind": "LIST", "name": null, @@ -4520,8 +3974,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "ID", + "kind": "INPUT_OBJECT", + "name": "DeploymentWhereInput", "ofType": null } } @@ -4530,7 +3984,7 @@ { "defaultValue": null, "description": null, - "name": "tokenIDNotIn", + "name": "or", "type": { "kind": "LIST", "name": null, @@ -4538,8 +3992,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "ID", + "kind": "INPUT_OBJECT", + "name": "DeploymentWhereInput", "ofType": null } } @@ -4547,18 +4001,8 @@ }, { "defaultValue": null, - "description": null, - "name": "tokenIDGT", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "tokenIDGTE", + "description": "id field predicates", + "name": "id", "type": { "kind": "SCALAR", "name": "ID", @@ -4568,7 +4012,7 @@ { "defaultValue": null, "description": null, - "name": "tokenIDLT", + "name": "idNEQ", "type": { "kind": "SCALAR", "name": "ID", @@ -4578,27 +4022,43 @@ { "defaultValue": null, "description": null, - "name": "tokenIDLTE", + "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": "tokenIDContains", + "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": "tokenIDHasPrefix", + "name": "idGT", "type": { "kind": "SCALAR", "name": "ID", @@ -4608,7 +4068,7 @@ { "defaultValue": null, "description": null, - "name": "tokenIDHasSuffix", + "name": "idGTE", "type": { "kind": "SCALAR", "name": "ID", @@ -4618,7 +4078,7 @@ { "defaultValue": null, "description": null, - "name": "tokenIDEqualFold", + "name": "idLT", "type": { "kind": "SCALAR", "name": "ID", @@ -4628,7 +4088,7 @@ { "defaultValue": null, "description": null, - "name": "tokenIDContainsFold", + "name": "idLTE", "type": { "kind": "SCALAR", "name": "ID", @@ -4637,28 +4097,28 @@ }, { "defaultValue": null, - "description": "created_at field predicates", - "name": "createdAt", + "description": "project field predicates", + "name": "project", "type": { "kind": "SCALAR", - "name": "Time", + "name": "String", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "createdAtNEQ", + "name": "projectNEQ", "type": { "kind": "SCALAR", - "name": "Time", + "name": "String", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "createdAtIn", + "name": "projectIn", "type": { "kind": "LIST", "name": null, @@ -4667,7 +4127,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "Time", + "name": "String", "ofType": null } } @@ -4676,7 +4136,7 @@ { "defaultValue": null, "description": null, - "name": "createdAtNotIn", + "name": "projectNotIn", "type": { "kind": "LIST", "name": null, @@ -4685,7 +4145,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "Time", + "name": "String", "ofType": null } } @@ -4694,153 +4154,117 @@ { "defaultValue": null, "description": null, - "name": "createdAtGT", + "name": "projectGT", "type": { "kind": "SCALAR", - "name": "Time", + "name": "String", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "createdAtGTE", + "name": "projectGTE", "type": { "kind": "SCALAR", - "name": "Time", + "name": "String", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "createdAtLT", + "name": "projectLT", "type": { "kind": "SCALAR", - "name": "Time", + "name": "String", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "createdAtLTE", + "name": "projectLTE", "type": { "kind": "SCALAR", - "name": "Time", + "name": "String", "ofType": null } }, { "defaultValue": null, - "description": "updated_at field predicates", - "name": "updatedAt", + "description": null, + "name": "projectContains", "type": { "kind": "SCALAR", - "name": "Time", + "name": "String", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "updatedAtNEQ", + "name": "projectHasPrefix", "type": { "kind": "SCALAR", - "name": "Time", + "name": "String", "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", + "name": "projectHasSuffix", "type": { "kind": "SCALAR", - "name": "Time", + "name": "String", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "updatedAtGTE", + "name": "projectEqualFold", "type": { "kind": "SCALAR", - "name": "Time", + "name": "String", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "updatedAtLT", + "name": "projectContainsFold", "type": { "kind": "SCALAR", - "name": "Time", + "name": "String", "ofType": null } }, { "defaultValue": null, - "description": null, - "name": "updatedAtLTE", + "description": "status field predicates", + "name": "status", "type": { - "kind": "SCALAR", - "name": "Time", + "kind": "ENUM", + "name": "DeploymentStatus", "ofType": null } }, { "defaultValue": null, - "description": "game edge predicates", - "name": "hasGame", + "description": null, + "name": "statusNEQ", "type": { - "kind": "SCALAR", - "name": "Boolean", + "kind": "ENUM", + "name": "DeploymentStatus", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "hasGameWith", + "name": "statusIn", "type": { "kind": "LIST", "name": null, @@ -4848,27 +4272,17 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "INPUT_OBJECT", - "name": "GameWhereInput", + "kind": "ENUM", + "name": "DeploymentStatus", "ofType": null } } } }, - { - "defaultValue": null, - "description": "token edge predicates", - "name": "hasToken", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, { "defaultValue": null, "description": null, - "name": "hasTokenWith", + "name": "statusNotIn", "type": { "kind": "LIST", "name": null, @@ -4876,350 +4290,203 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "INPUT_OBJECT", - "name": "TokenWhereInput", + "kind": "ENUM", + "name": "DeploymentStatus", "ofType": null } } } - } - ], - "interfaces": [], - "kind": "INPUT_OBJECT", - "name": "AchievementWhereInput", - "possibleTypes": [] - }, - { - "description": null, - "enumValues": [], - "fields": [ + }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, + "description": "branch field predicates", + "name": "branch", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "id", + "name": "branchNEQ", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null } }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "type", + "name": "branchIn", "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "ENUM", - "name": "AttestationType", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } } } }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "accountID", + "name": "branchNotIn", "type": { - "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 + } } } }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "serviceID", + "name": "branchGT", "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": "createdAt", + "name": "branchGTE", "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": "updatedAt", + "name": "branchLT", "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": "account", + "name": "branchLTE", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Account", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null } - } - ], - "inputFields": [], - "interfaces": [ + }, { - "kind": "INTERFACE", - "name": "Node", - "ofType": null - } - ], - "kind": "OBJECT", - "name": "Attestation", - "possibleTypes": [] - }, - { - "description": "A connection to a list of items.", - "enumValues": [], - "fields": [ + "defaultValue": null, + "description": null, + "name": "branchContains", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, { - "args": [], - "deprecationReason": null, - "description": "A list of edges.", - "isDeprecated": false, - "name": "edges", + "defaultValue": null, + "description": null, + "name": "branchHasPrefix", "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "AttestationEdge", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null } }, { - "args": [], - "deprecationReason": null, - "description": "Information to aid in pagination.", - "isDeprecated": false, - "name": "pageInfo", + "defaultValue": null, + "description": null, + "name": "branchHasSuffix", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PageInfo", - "ofType": null - } + "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": "branchIsNil", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } + "kind": "SCALAR", + "name": "Boolean", + "ofType": null } - } - ], - "inputFields": [], - "interfaces": [], - "kind": "OBJECT", - "name": "AttestationConnection", - "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": "branchNotNil", "type": { - "kind": "OBJECT", - "name": "Attestation", + "kind": "SCALAR", + "name": "Boolean", "ofType": null } }, { - "args": [], - "deprecationReason": null, - "description": "A cursor for use in pagination.", - "isDeprecated": false, - "name": "cursor", + "defaultValue": null, + "description": null, + "name": "branchEqualFold", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null } - } - ], - "inputFields": [], - "interfaces": [], - "kind": "OBJECT", - "name": "AttestationEdge", - "possibleTypes": [] - }, - { - "description": "Ordering options for Attestation connections", - "enumValues": [], - "fields": [], - "inputFields": [ + }, { - "defaultValue": "ASC", - "description": "The ordering direction.", - "name": "direction", + "defaultValue": null, + "description": null, + "name": "branchContainsFold", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "OrderDirection", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null } }, { "defaultValue": null, - "description": "The field by which to order Attestations.", - "name": "field", + "description": "service_id field predicates", + "name": "serviceID", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "AttestationOrderField", - "ofType": null - } + "kind": "SCALAR", + "name": "ID", + "ofType": null } - } - ], - "interfaces": [], - "kind": "INPUT_OBJECT", - "name": "AttestationOrder", - "possibleTypes": [] - }, - { - "description": "Properties by which Attestation connections can be ordered.", - "enumValues": [ - { - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "CREATED_AT" - } - ], - "fields": [], - "inputFields": [], - "interfaces": [], - "kind": "ENUM", - "name": "AttestationOrderField", - "possibleTypes": [] - }, - { - "description": "AttestationType is enum for the field type", - "enumValues": [ - { - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "twitter" - }, - { - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "discord" }, - { - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "youtube" - } - ], - "fields": [], - "inputFields": [], - "interfaces": [], - "kind": "ENUM", - "name": "AttestationType", - "possibleTypes": [] - }, - { - "description": "AttestationWhereInput is used for filtering Attestation objects.\nInput was generated by ent.", - "enumValues": [], - "fields": [], - "inputFields": [ { "defaultValue": null, "description": null, - "name": "not", + "name": "serviceIDNEQ", "type": { - "kind": "INPUT_OBJECT", - "name": "AttestationWhereInput", + "kind": "SCALAR", + "name": "ID", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "and", + "name": "serviceIDIn", "type": { "kind": "LIST", "name": null, @@ -5227,8 +4494,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "INPUT_OBJECT", - "name": "AttestationWhereInput", + "kind": "SCALAR", + "name": "ID", "ofType": null } } @@ -5237,7 +4504,7 @@ { "defaultValue": null, "description": null, - "name": "or", + "name": "serviceIDNotIn", "type": { "kind": "LIST", "name": null, @@ -5245,8 +4512,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "INPUT_OBJECT", - "name": "AttestationWhereInput", + "kind": "SCALAR", + "name": "ID", "ofType": null } } @@ -5254,8 +4521,8 @@ }, { "defaultValue": null, - "description": "id field predicates", - "name": "id", + "description": null, + "name": "serviceIDGT", "type": { "kind": "SCALAR", "name": "ID", @@ -5265,7 +4532,7 @@ { "defaultValue": null, "description": null, - "name": "idNEQ", + "name": "serviceIDGTE", "type": { "kind": "SCALAR", "name": "ID", @@ -5275,43 +4542,27 @@ { "defaultValue": null, "description": null, - "name": "idIn", + "name": "serviceIDLT", "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } + "kind": "SCALAR", + "name": "ID", + "ofType": null } }, { "defaultValue": null, "description": null, - "name": "idNotIn", + "name": "serviceIDLTE", "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } + "kind": "SCALAR", + "name": "ID", + "ofType": null } }, { "defaultValue": null, "description": null, - "name": "idGT", + "name": "serviceIDContains", "type": { "kind": "SCALAR", "name": "ID", @@ -5321,7 +4572,7 @@ { "defaultValue": null, "description": null, - "name": "idGTE", + "name": "serviceIDHasPrefix", "type": { "kind": "SCALAR", "name": "ID", @@ -5331,7 +4582,7 @@ { "defaultValue": null, "description": null, - "name": "idLT", + "name": "serviceIDHasSuffix", "type": { "kind": "SCALAR", "name": "ID", @@ -5341,7 +4592,7 @@ { "defaultValue": null, "description": null, - "name": "idLTE", + "name": "serviceIDEqualFold", "type": { "kind": "SCALAR", "name": "ID", @@ -5350,28 +4601,38 @@ }, { "defaultValue": null, - "description": "type field predicates", - "name": "type", + "description": null, + "name": "serviceIDContainsFold", + "type": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "tier field predicates", + "name": "tier", "type": { "kind": "ENUM", - "name": "AttestationType", + "name": "DeploymentTier", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "typeNEQ", + "name": "tierNEQ", "type": { "kind": "ENUM", - "name": "AttestationType", + "name": "DeploymentTier", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "typeIn", + "name": "tierIn", "type": { "kind": "LIST", "name": null, @@ -5380,7 +4641,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "AttestationType", + "name": "DeploymentTier", "ofType": null } } @@ -5389,7 +4650,7 @@ { "defaultValue": null, "description": null, - "name": "typeNotIn", + "name": "tierNotIn", "type": { "kind": "LIST", "name": null, @@ -5398,7 +4659,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "AttestationType", + "name": "DeploymentTier", "ofType": null } } @@ -5406,28 +4667,48 @@ }, { "defaultValue": null, - "description": "account_id field predicates", - "name": "accountID", + "description": "auto_upgrade field predicates", + "name": "autoUpgrade", "type": { "kind": "SCALAR", - "name": "ID", + "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "accountIDNEQ", + "name": "autoUpgradeNEQ", "type": { "kind": "SCALAR", - "name": "ID", + "name": "Boolean", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "created_at field predicates", + "name": "createdAt", + "type": { + "kind": "SCALAR", + "name": "Time", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "accountIDIn", + "name": "createdAtNEQ", + "type": { + "kind": "SCALAR", + "name": "Time", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "createdAtIn", "type": { "kind": "LIST", "name": null, @@ -5436,7 +4717,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "ID", + "name": "Time", "ofType": null } } @@ -5445,7 +4726,7 @@ { "defaultValue": null, "description": null, - "name": "accountIDNotIn", + "name": "createdAtNotIn", "type": { "kind": "LIST", "name": null, @@ -5454,7 +4735,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "ID", + "name": "Time", "ofType": null } } @@ -5463,243 +4744,259 @@ { "defaultValue": null, "description": null, - "name": "accountIDGT", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "accountIDGTE", + "name": "createdAtGT", "type": { "kind": "SCALAR", - "name": "ID", + "name": "Time", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "accountIDLT", + "name": "createdAtGTE", "type": { "kind": "SCALAR", - "name": "ID", + "name": "Time", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "accountIDLTE", + "name": "createdAtLT", "type": { "kind": "SCALAR", - "name": "ID", + "name": "Time", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "accountIDContains", + "name": "createdAtLTE", "type": { "kind": "SCALAR", - "name": "ID", + "name": "Time", "ofType": null } }, { "defaultValue": null, - "description": null, - "name": "accountIDHasPrefix", + "description": "updated_at field predicates", + "name": "updatedAt", "type": { "kind": "SCALAR", - "name": "ID", + "name": "Time", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "accountIDHasSuffix", + "name": "updatedAtNEQ", "type": { "kind": "SCALAR", - "name": "ID", + "name": "Time", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "accountIDEqualFold", + "name": "updatedAtIn", "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Time", + "ofType": null + } + } } }, { "defaultValue": null, "description": null, - "name": "accountIDContainsFold", + "name": "updatedAtNotIn", "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Time", + "ofType": null + } + } } }, { "defaultValue": null, - "description": "service_id field predicates", - "name": "serviceID", + "description": null, + "name": "updatedAtGT", "type": { "kind": "SCALAR", - "name": "String", + "name": "Time", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "serviceIDNEQ", + "name": "updatedAtGTE", "type": { "kind": "SCALAR", - "name": "String", + "name": "Time", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "serviceIDIn", + "name": "updatedAtLT", "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Time", + "ofType": null } }, { "defaultValue": null, "description": null, - "name": "serviceIDNotIn", + "name": "updatedAtLTE", "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Time", + "ofType": null } }, { "defaultValue": null, - "description": null, - "name": "serviceIDGT", + "description": "spin_down_at field predicates", + "name": "spinDownAt", "type": { "kind": "SCALAR", - "name": "String", + "name": "Time", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "serviceIDGTE", + "name": "spinDownAtNEQ", "type": { "kind": "SCALAR", - "name": "String", + "name": "Time", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "serviceIDLT", + "name": "spinDownAtIn", "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": "serviceIDLTE", + "name": "spinDownAtNotIn", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Time", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "spinDownAtGT", "type": { "kind": "SCALAR", - "name": "String", + "name": "Time", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "serviceIDContains", + "name": "spinDownAtGTE", "type": { "kind": "SCALAR", - "name": "String", + "name": "Time", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "serviceIDHasPrefix", + "name": "spinDownAtLT", "type": { "kind": "SCALAR", - "name": "String", + "name": "Time", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "serviceIDHasSuffix", + "name": "spinDownAtLTE", "type": { "kind": "SCALAR", - "name": "String", + "name": "Time", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "serviceIDEqualFold", + "name": "spinDownAtIsNil", "type": { "kind": "SCALAR", - "name": "String", + "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "serviceIDContainsFold", + "name": "spinDownAtNotNil", "type": { "kind": "SCALAR", - "name": "String", + "name": "Boolean", "ofType": null } }, { "defaultValue": null, - "description": "created_at field predicates", - "name": "createdAt", + "description": "spin_up_at field predicates", + "name": "spinUpAt", "type": { "kind": "SCALAR", "name": "Time", @@ -5709,7 +5006,7 @@ { "defaultValue": null, "description": null, - "name": "createdAtNEQ", + "name": "spinUpAtNEQ", "type": { "kind": "SCALAR", "name": "Time", @@ -5719,7 +5016,7 @@ { "defaultValue": null, "description": null, - "name": "createdAtIn", + "name": "spinUpAtIn", "type": { "kind": "LIST", "name": null, @@ -5737,7 +5034,7 @@ { "defaultValue": null, "description": null, - "name": "createdAtNotIn", + "name": "spinUpAtNotIn", "type": { "kind": "LIST", "name": null, @@ -5755,7 +5052,7 @@ { "defaultValue": null, "description": null, - "name": "createdAtGT", + "name": "spinUpAtGT", "type": { "kind": "SCALAR", "name": "Time", @@ -5765,7 +5062,7 @@ { "defaultValue": null, "description": null, - "name": "createdAtGTE", + "name": "spinUpAtGTE", "type": { "kind": "SCALAR", "name": "Time", @@ -5775,7 +5072,7 @@ { "defaultValue": null, "description": null, - "name": "createdAtLT", + "name": "spinUpAtLT", "type": { "kind": "SCALAR", "name": "Time", @@ -5785,7 +5082,7 @@ { "defaultValue": null, "description": null, - "name": "createdAtLTE", + "name": "spinUpAtLTE", "type": { "kind": "SCALAR", "name": "Time", @@ -5794,46 +5091,38 @@ }, { "defaultValue": null, - "description": "updated_at field predicates", - "name": "updatedAt", + "description": null, + "name": "spinUpAtIsNil", "type": { "kind": "SCALAR", - "name": "Time", + "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "updatedAtNEQ", + "name": "spinUpAtNotNil", "type": { "kind": "SCALAR", - "name": "Time", + "name": "Boolean", "ofType": null } }, { "defaultValue": null, - "description": null, - "name": "updatedAtIn", + "description": "teams edge predicates", + "name": "hasTeams", "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Time", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Boolean", + "ofType": null } }, { "defaultValue": null, "description": null, - "name": "updatedAtNotIn", + "name": "hasTeamsWith", "type": { "kind": "LIST", "name": null, @@ -5841,8 +5130,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "Time", + "kind": "INPUT_OBJECT", + "name": "TeamWhereInput", "ofType": null } } @@ -5850,48 +5139,36 @@ }, { "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", + "description": "service edge predicates", + "name": "hasService", "type": { "kind": "SCALAR", - "name": "Time", + "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "updatedAtLTE", + "name": "hasServiceWith", "type": { - "kind": "SCALAR", - "name": "Time", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "ServiceWhereInput", + "ofType": null + } + } } }, { "defaultValue": null, - "description": "account edge predicates", - "name": "hasAccount", + "description": "events edge predicates", + "name": "hasEvents", "type": { "kind": "SCALAR", "name": "Boolean", @@ -5901,7 +5178,7 @@ { "defaultValue": null, "description": null, - "name": "hasAccountWith", + "name": "hasEventsWith", "type": { "kind": "LIST", "name": null, @@ -5910,7 +5187,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "AccountWhereInput", + "name": "DeploymentLogWhereInput", "ofType": null } } @@ -5919,7 +5196,7 @@ ], "interfaces": [], "kind": "INPUT_OBJECT", - "name": "AttestationWhereInput", + "name": "DeploymentWhereInput", "possibleTypes": [] }, { @@ -5928,20 +5205,9 @@ "fields": [], "inputFields": [], "interfaces": [], - "kind": "UNION", - "name": "Attribute", - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "StringAttribute", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "NumberAttribute", - "ofType": null - } - ] + "kind": "SCALAR", + "name": "Felt", + "possibleTypes": [] }, { "description": null, @@ -5968,13 +5234,13 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "balance", + "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "BigInt", + "name": "String", "ofType": null } } @@ -5984,13 +5250,13 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "account", + "name": "directory", "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "Contract", + "kind": "SCALAR", + "name": "String", "ofType": null } } @@ -6000,15 +5266,11 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "contract", + "name": "alt", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Contract", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null } }, { @@ -6016,38 +5278,79 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "token", + "name": "priority", "type": { - "kind": "OBJECT", - "name": "Token", - "ofType": null - } + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + } }, { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "base", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "CurrencyBase", - "ofType": null - } - } + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "createdAt", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Time", + "ofType": null } - ], + } + }, + { + "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "price", + "name": "updatedAt", "type": { - "kind": "OBJECT", - "name": "Price", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Time", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "uri", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "thumbnail", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } } } ], @@ -6060,7 +5363,7 @@ } ], "kind": "OBJECT", - "name": "Balance", + "name": "File", "possibleTypes": [] }, { @@ -6078,7 +5381,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "BalanceEdge", + "name": "FileEdge", "ofType": null } } @@ -6119,7 +5422,7 @@ "inputFields": [], "interfaces": [], "kind": "OBJECT", - "name": "BalanceConnection", + "name": "FileConnection", "possibleTypes": [] }, { @@ -6134,7 +5437,7 @@ "name": "node", "type": { "kind": "OBJECT", - "name": "Balance", + "name": "File", "ofType": null } }, @@ -6158,11 +5461,11 @@ "inputFields": [], "interfaces": [], "kind": "OBJECT", - "name": "BalanceEdge", + "name": "FileEdge", "possibleTypes": [] }, { - "description": "Ordering options for Balance connections", + "description": "Ordering options for File connections", "enumValues": [], "fields": [], "inputFields": [ @@ -6182,14 +5485,14 @@ }, { "defaultValue": null, - "description": "The field by which to order Balances.", + "description": "The field by which to order Files.", "name": "field", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", - "name": "BalanceOrderField", + "name": "FileOrderField", "ofType": null } } @@ -6197,28 +5500,34 @@ ], "interfaces": [], "kind": "INPUT_OBJECT", - "name": "BalanceOrder", + "name": "FileOrder", "possibleTypes": [] }, { - "description": "Properties by which Balance connections can be ordered.", + "description": "Properties by which File connections can be ordered.", "enumValues": [ { "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "BALANCE" + "name": "PRIORITY" + }, + { + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "CREATED_AT" } ], "fields": [], "inputFields": [], "interfaces": [], "kind": "ENUM", - "name": "BalanceOrderField", + "name": "FileOrderField", "possibleTypes": [] }, { - "description": "BalanceWhereInput is used for filtering Balance objects.\nInput was generated by ent.", + "description": "FileWhereInput is used for filtering File objects.\nInput was generated by ent.", "enumValues": [], "fields": [], "inputFields": [ @@ -6228,7 +5537,7 @@ "name": "not", "type": { "kind": "INPUT_OBJECT", - "name": "BalanceWhereInput", + "name": "FileWhereInput", "ofType": null } }, @@ -6244,7 +5553,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "BalanceWhereInput", + "name": "FileWhereInput", "ofType": null } } @@ -6262,7 +5571,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "BalanceWhereInput", + "name": "FileWhereInput", "ofType": null } } @@ -6366,28 +5675,28 @@ }, { "defaultValue": null, - "description": "balance field predicates", - "name": "balance", + "description": "name field predicates", + "name": "name", "type": { "kind": "SCALAR", - "name": "BigInt", + "name": "String", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "balanceNEQ", + "name": "nameNEQ", "type": { "kind": "SCALAR", - "name": "BigInt", + "name": "String", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "balanceIn", + "name": "nameIn", "type": { "kind": "LIST", "name": null, @@ -6396,7 +5705,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "BigInt", + "name": "String", "ofType": null } } @@ -6405,7 +5714,7 @@ { "defaultValue": null, "description": null, - "name": "balanceNotIn", + "name": "nameNotIn", "type": { "kind": "LIST", "name": null, @@ -6414,7 +5723,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "BigInt", + "name": "String", "ofType": null } } @@ -6423,113 +5732,117 @@ { "defaultValue": null, "description": null, - "name": "balanceGT", + "name": "nameGT", "type": { "kind": "SCALAR", - "name": "BigInt", + "name": "String", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "balanceGTE", + "name": "nameGTE", "type": { "kind": "SCALAR", - "name": "BigInt", + "name": "String", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "balanceLT", + "name": "nameLT", "type": { "kind": "SCALAR", - "name": "BigInt", + "name": "String", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "balanceLTE", + "name": "nameLTE", "type": { "kind": "SCALAR", - "name": "BigInt", + "name": "String", "ofType": null } }, { "defaultValue": null, - "description": "account edge predicates", - "name": "hasAccount", + "description": null, + "name": "nameContains", "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "String", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "hasAccountWith", + "name": "nameHasPrefix", "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "ContractWhereInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "String", + "ofType": null } }, { "defaultValue": null, - "description": "contract edge predicates", - "name": "hasContract", + "description": null, + "name": "nameHasSuffix", "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "String", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "hasContractWith", + "name": "nameEqualFold", "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "ContractWhereInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "nameContainsFold", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null } }, { "defaultValue": null, - "description": "token edge predicates", - "name": "hasToken", + "description": "directory field predicates", + "name": "directory", "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "String", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "directoryNEQ", + "type": { + "kind": "SCALAR", + "name": "String", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "hasTokenWith", + "name": "directoryIn", "type": { "kind": "LIST", "name": null, @@ -6537,656 +5850,311 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "INPUT_OBJECT", - "name": "TokenWhereInput", + "kind": "SCALAR", + "name": "String", "ofType": null } } } - } - ], - "interfaces": [], - "kind": "INPUT_OBJECT", - "name": "BalanceWhereInput", - "possibleTypes": [] - }, - { - "description": null, - "enumValues": [], - "fields": [], - "inputFields": [], - "interfaces": [], - "kind": "SCALAR", - "name": "BigInt", - "possibleTypes": [] - }, - { - "description": null, - "enumValues": [], - "fields": [ + }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "id", + "name": "directoryNotIn", "type": { - "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 + } } } }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "blockHash", + "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": "parentBlockHash", + "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": "blockNumber", + "name": "directoryLT", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Long", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null } }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "stateRoot", + "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": "status", + "name": "directoryContains", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "BlockStatus", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null } }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "timestamp", + "name": "directoryHasPrefix", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Time", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "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": "Ordering options for Transactions returned from the connection.", - "name": "orderBy", - "type": { - "kind": "INPUT_OBJECT", - "name": "TransactionOrder", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "Filtering options for Transactions returned from the connection.", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "TransactionWhereInput", - "ofType": null - } - } - ], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "transactions", + "name": "directoryHasSuffix", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "TransactionConnection", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "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 TransactionReceipts returned from the connection.", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "TransactionReceiptWhereInput", - "ofType": null - } - } - ], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "transactionReceipts", + "name": "directoryEqualFold", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "TransactionReceiptConnection", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null } - } - ], - "inputFields": [], - "interfaces": [ - { - "kind": "INTERFACE", - "name": "Node", - "ofType": null - } - ], - "kind": "OBJECT", - "name": "Block", - "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": "directoryContainsFold", "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "BlockEdge", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null } }, { - "args": [], - "deprecationReason": null, - "description": "Information to aid in pagination.", - "isDeprecated": false, - "name": "pageInfo", + "defaultValue": null, + "description": "alt field predicates", + "name": "alt", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PageInfo", - "ofType": null - } + "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": "altNEQ", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - } - ], - "inputFields": [], - "interfaces": [], - "kind": "OBJECT", - "name": "BlockConnection", - "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": "Block", + "kind": "SCALAR", + "name": "String", "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": "BlockEdge", - "possibleTypes": [] - }, - { - "description": "Ordering options for Block connections", - "enumValues": [], - "fields": [], - "inputFields": [ - { - "defaultValue": "ASC", - "description": "The ordering direction.", - "name": "direction", + "defaultValue": null, + "description": null, + "name": "altIn", "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "ENUM", - "name": "OrderDirection", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } } } }, { "defaultValue": null, - "description": "The field by which to order Blocks.", - "name": "field", + "description": null, + "name": "altNotIn", "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "ENUM", - "name": "BlockOrderField", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } } } - } - ], - "interfaces": [], - "kind": "INPUT_OBJECT", - "name": "BlockOrder", - "possibleTypes": [] - }, - { - "description": "Properties by which Block connections can be ordered.", - "enumValues": [ - { - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "BLOCK_NUMBER" - }, - { - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "TIMESTAMP" - } - ], - "fields": [], - "inputFields": [], - "interfaces": [], - "kind": "ENUM", - "name": "BlockOrderField", - "possibleTypes": [] - }, - { - "description": "BlockStatus is enum for the field status", - "enumValues": [ - { - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "ACCEPTED_ON_L1" }, - { - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "ACCEPTED_ON_L2" - } - ], - "fields": [], - "inputFields": [], - "interfaces": [], - "kind": "ENUM", - "name": "BlockStatus", - "possibleTypes": [] - }, - { - "description": "BlockWhereInput is used for filtering Block objects.\nInput was generated by ent.", - "enumValues": [], - "fields": [], - "inputFields": [ { "defaultValue": null, "description": null, - "name": "not", + "name": "altGT", "type": { - "kind": "INPUT_OBJECT", - "name": "BlockWhereInput", + "kind": "SCALAR", + "name": "String", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "and", + "name": "altGTE", "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "BlockWhereInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "String", + "ofType": null } }, { "defaultValue": null, "description": null, - "name": "or", + "name": "altLT", "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "BlockWhereInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "String", + "ofType": null } }, { "defaultValue": null, - "description": "id field predicates", - "name": "id", + "description": null, + "name": "altLTE", "type": { "kind": "SCALAR", - "name": "ID", + "name": "String", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "idNEQ", + "name": "altContains", "type": { "kind": "SCALAR", - "name": "ID", + "name": "String", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "idIn", + "name": "altHasPrefix", "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } + "kind": "SCALAR", + "name": "String", + "ofType": null } }, { "defaultValue": null, "description": null, - "name": "idNotIn", + "name": "altHasSuffix", "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } + "kind": "SCALAR", + "name": "String", + "ofType": null } }, { "defaultValue": null, "description": null, - "name": "idGT", + "name": "altIsNil", "type": { "kind": "SCALAR", - "name": "ID", + "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "idGTE", + "name": "altNotNil", "type": { "kind": "SCALAR", - "name": "ID", + "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "idLT", + "name": "altEqualFold", "type": { "kind": "SCALAR", - "name": "ID", + "name": "String", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "idLTE", + "name": "altContainsFold", "type": { "kind": "SCALAR", - "name": "ID", + "name": "String", "ofType": null } }, { "defaultValue": null, - "description": "block_hash field predicates", - "name": "blockHash", + "description": "priority field predicates", + "name": "priority", "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "blockHashNEQ", + "name": "priorityNEQ", "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "blockHashIn", + "name": "priorityIn", "type": { "kind": "LIST", "name": null, @@ -7195,7 +6163,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null } } @@ -7204,7 +6172,7 @@ { "defaultValue": null, "description": null, - "name": "blockHashNotIn", + "name": "priorityNotIn", "type": { "kind": "LIST", "name": null, @@ -7213,7 +6181,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null } } @@ -7222,117 +6190,67 @@ { "defaultValue": null, "description": null, - "name": "blockHashGT", + "name": "priorityGT", "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "blockHashGTE", + "name": "priorityGTE", "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "blockHashLT", + "name": "priorityLT", "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "blockHashLTE", + "name": "priorityLTE", "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null } }, { "defaultValue": null, - "description": null, - "name": "blockHashContains", + "description": "created_at field predicates", + "name": "createdAt", "type": { "kind": "SCALAR", - "name": "String", + "name": "Time", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "blockHashHasPrefix", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "blockHashHasSuffix", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "blockHashEqualFold", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "blockHashContainsFold", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "parent_block_hash field predicates", - "name": "parentBlockHash", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "parentBlockHashNEQ", + "name": "createdAtNEQ", "type": { "kind": "SCALAR", - "name": "String", + "name": "Time", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "parentBlockHashIn", + "name": "createdAtIn", "type": { "kind": "LIST", "name": null, @@ -7341,7 +6259,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "Time", "ofType": null } } @@ -7350,7 +6268,7 @@ { "defaultValue": null, "description": null, - "name": "parentBlockHashNotIn", + "name": "createdAtNotIn", "type": { "kind": "LIST", "name": null, @@ -7359,7 +6277,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "Time", "ofType": null } } @@ -7368,117 +6286,67 @@ { "defaultValue": null, "description": null, - "name": "parentBlockHashGT", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "parentBlockHashGTE", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "parentBlockHashLT", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "parentBlockHashLTE", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "parentBlockHashContains", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "parentBlockHashHasPrefix", + "name": "createdAtGT", "type": { "kind": "SCALAR", - "name": "String", + "name": "Time", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "parentBlockHashHasSuffix", + "name": "createdAtGTE", "type": { "kind": "SCALAR", - "name": "String", + "name": "Time", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "parentBlockHashEqualFold", + "name": "createdAtLT", "type": { "kind": "SCALAR", - "name": "String", + "name": "Time", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "parentBlockHashContainsFold", + "name": "createdAtLTE", "type": { "kind": "SCALAR", - "name": "String", + "name": "Time", "ofType": null } }, { "defaultValue": null, - "description": "block_number field predicates", - "name": "blockNumber", + "description": "updated_at field predicates", + "name": "updatedAt", "type": { "kind": "SCALAR", - "name": "Long", + "name": "Time", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "blockNumberNEQ", + "name": "updatedAtNEQ", "type": { "kind": "SCALAR", - "name": "Long", + "name": "Time", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "blockNumberIn", + "name": "updatedAtIn", "type": { "kind": "LIST", "name": null, @@ -7487,7 +6355,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "Long", + "name": "Time", "ofType": null } } @@ -7496,7 +6364,7 @@ { "defaultValue": null, "description": null, - "name": "blockNumberNotIn", + "name": "updatedAtNotIn", "type": { "kind": "LIST", "name": null, @@ -7505,7 +6373,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "Long", + "name": "Time", "ofType": null } } @@ -7514,153 +6382,241 @@ { "defaultValue": null, "description": null, - "name": "blockNumberGT", + "name": "updatedAtGT", "type": { "kind": "SCALAR", - "name": "Long", + "name": "Time", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "blockNumberGTE", + "name": "updatedAtGTE", "type": { "kind": "SCALAR", - "name": "Long", + "name": "Time", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "blockNumberLT", + "name": "updatedAtLT", "type": { "kind": "SCALAR", - "name": "Long", + "name": "Time", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "blockNumberLTE", - "type": { - "kind": "SCALAR", - "name": "Long", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "state_root field predicates", - "name": "stateRoot", + "name": "updatedAtLTE", "type": { "kind": "SCALAR", - "name": "String", + "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": "stateRootNEQ", + "name": "index", "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } } }, { "defaultValue": null, "description": null, - "name": "stateRootIn", + "name": "value", "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "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": [ { - "defaultValue": null, + "args": [], + "deprecationReason": null, "description": null, - "name": "stateRootNotIn", + "isDeprecated": false, + "name": "address", "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null } } }, { - "defaultValue": null, + "args": [], + "deprecationReason": null, "description": null, - "name": "stateRootGT", + "isDeprecated": false, + "name": "publicKey", "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": "stateRootGTE", + "isDeprecated": false, + "name": "privateKey", "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } } - }, + } + ], + "inputFields": [], + "interfaces": [], + "kind": "OBJECT", + "name": "KatanaAccount", + "possibleTypes": [] + }, + { + "description": null, + "enumValues": [], + "fields": [ { - "defaultValue": null, + "args": [], + "deprecationReason": null, "description": null, - "name": "stateRootLT", + "isDeprecated": false, + "name": "version", "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": "stateRootLTE", + "isDeprecated": false, + "name": "rpc", "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": "stateRootContains", + "isDeprecated": false, + "name": "blockTime", "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null } }, { - "defaultValue": null, + "args": [], + "deprecationReason": null, "description": null, - "name": "stateRootHasPrefix", + "isDeprecated": false, + "name": "forkRpcUrl", "type": { "kind": "SCALAR", "name": "String", @@ -7668,29 +6624,39 @@ } }, { - "defaultValue": null, + "args": [], + "deprecationReason": null, "description": null, - "name": "stateRootHasSuffix", + "isDeprecated": false, + "name": "forkBlockNumber", "type": { "kind": "SCALAR", - "name": "String", + "name": "Long", "ofType": null } }, { - "defaultValue": null, + "args": [], + "deprecationReason": null, "description": null, - "name": "stateRootEqualFold", + "isDeprecated": false, + "name": "seed", "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": "stateRootContainsFold", + "isDeprecated": false, + "name": "genesis", "type": { "kind": "SCALAR", "name": "String", @@ -7698,29 +6664,11 @@ } }, { - "defaultValue": null, - "description": "status field predicates", - "name": "status", - "type": { - "kind": "ENUM", - "name": "BlockStatus", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "statusNEQ", - "type": { - "kind": "ENUM", - "name": "BlockStatus", - "ofType": null - } - }, - { - "defaultValue": null, + "args": [], + "deprecationReason": null, "description": null, - "name": "statusIn", + "isDeprecated": false, + "name": "accounts", "type": { "kind": "LIST", "name": null, @@ -7728,73 +6676,110 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "ENUM", - "name": "BlockStatus", + "kind": "OBJECT", + "name": "KatanaAccount", "ofType": null } } } }, { - "defaultValue": null, + "args": [], + "deprecationReason": null, "description": null, - "name": "statusNotIn", + "isDeprecated": false, + "name": "invokeMaxSteps", "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "BlockStatus", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Long", + "ofType": null } }, { - "defaultValue": null, - "description": "timestamp field predicates", - "name": "timestamp", + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "validateMaxSteps", "type": { "kind": "SCALAR", - "name": "Time", + "name": "Long", "ofType": null } }, { - "defaultValue": null, + "args": [], + "deprecationReason": null, "description": null, - "name": "timestampNEQ", + "isDeprecated": false, + "name": "disableFee", "type": { "kind": "SCALAR", - "name": "Time", + "name": "Boolean", "ofType": null } }, { - "defaultValue": null, + "args": [], + "deprecationReason": null, "description": null, - "name": "timestampIn", + "isDeprecated": false, + "name": "gasPrice", "type": { - "kind": "LIST", + "kind": "SCALAR", + "name": "Long", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "chainId", + "type": { + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Time", - "ofType": null - } + "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 } } }, { - "defaultValue": null, + "args": [], + "deprecationReason": null, "description": null, - "name": "timestampNotIn", + "isDeprecated": false, + "name": "payload", "type": { "kind": "LIST", "name": null, @@ -7803,150 +6788,29 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "Time", + "name": "Felt", "ofType": null } } } - }, + } + ], + "inputFields": [], + "interfaces": [], + "kind": "OBJECT", + "name": "L1Message", + "possibleTypes": [] + }, + { + "description": null, + "enumValues": [], + "fields": [ { - "defaultValue": null, + "args": [], + "deprecationReason": 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, - "description": null, - "name": "timestampLTE", - "type": { - "kind": "SCALAR", - "name": "Time", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "transactions edge predicates", - "name": "hasTransactions", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "hasTransactionsWith", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "TransactionWhereInput", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "transaction_receipts edge predicates", - "name": "hasTransactionReceipts", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "hasTransactionReceiptsWith", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "TransactionReceiptWhereInput", - "ofType": null - } - } - } - } - ], - "interfaces": [], - "kind": "INPUT_OBJECT", - "name": "BlockWhereInput", - "possibleTypes": [] - }, - { - "description": "The `Boolean` scalar type represents `true` or `false`.", - "enumValues": [], - "fields": [], - "inputFields": [], - "interfaces": [], - "kind": "SCALAR", - "name": "Boolean", - "possibleTypes": [] - }, - { - "description": null, - "enumValues": [], - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "to", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "function", + "isDeprecated": false, + "name": "fromAddress", "type": { "kind": "NON_NULL", "name": null, @@ -7962,21 +6826,17 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "inputs", + "name": "payload", "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CallInput", - "ofType": null - } + "kind": "SCALAR", + "name": "Felt", + "ofType": null } } } @@ -7985,7 +6845,7 @@ "inputFields": [], "interfaces": [], "kind": "OBJECT", - "name": "Call", + "name": "L2Message", "possibleTypes": [] }, { @@ -7997,23 +6857,7 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "name", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "type", + "name": "content", "type": { "kind": "NON_NULL", "name": null, @@ -8029,13 +6873,13 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "value", + "name": "until", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "Time", "ofType": null } } @@ -8044,7 +6888,7 @@ "inputFields": [], "interfaces": [], "kind": "OBJECT", - "name": "CallInput", + "name": "Logs", "possibleTypes": [] }, { @@ -8054,7 +6898,7 @@ "inputFields": [], "interfaces": [], "kind": "SCALAR", - "name": "ChainID", + "name": "Long", "possibleTypes": [] }, { @@ -8062,49 +6906,94 @@ "enumValues": [], "fields": [ { - "args": [], + "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": "id", + "name": "beginRegistration", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "ID", + "name": "JSON", "ofType": null } } }, { - "args": [], + "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": "createdAt", + "name": "finalizeRegistration", "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "Time", + "kind": "OBJECT", + "name": "Account", "ofType": null } } }, { - "args": [], + "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": "updatedAt", + "name": "beginLogin", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "Time", + "name": "JSON", "ofType": null } } @@ -8113,29581 +7002,1762 @@ "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", + "description": null, + "name": "credentials", "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "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 + } + ], + "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": "Returns the last _n_ elements from the list.", - "name": "last", + "description": null, + "name": "service", "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "CreateServiceInput", + "ofType": null + } } }, { "defaultValue": null, - "description": "Ordering options for Contracts returned from the connection.", - "name": "orderBy", + "description": null, + "name": "tier", "type": { - "kind": "INPUT_OBJECT", - "name": "ContractOrder", + "kind": "ENUM", + "name": "DeploymentTier", "ofType": null } }, { "defaultValue": null, - "description": "Filtering options for Contracts returned from the connection.", - "name": "where", + "description": null, + "name": "wait", "type": { - "kind": "INPUT_OBJECT", - "name": "ContractWhereInput", + "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": "contracts", + "name": "createDeployment", "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "ContractConnection", - "ofType": null - } - } - } - ], - "inputFields": [], - "interfaces": [ - { - "kind": "INTERFACE", - "name": "Node", - "ofType": null - } - ], - "kind": "OBJECT", - "name": "Class", - "possibleTypes": [] - }, - { - "description": "A connection to a list of items.", - "enumValues": [], - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": "A list of edges.", - "isDeprecated": false, - "name": "edges", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ClassEdge", + "kind": "UNION", + "name": "DeploymentConfig", "ofType": null } } }, { - "args": [], - "deprecationReason": null, - "description": "Information to aid in pagination.", - "isDeprecated": false, - "name": "pageInfo", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PageInfo", - "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": "Identifies the total count of items in the connection.", + "description": null, "isDeprecated": false, - "name": "totalCount", + "name": "updateDeployment", "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "Int", + "kind": "UNION", + "name": "DeploymentConfig", "ofType": null } } - } - ], - "inputFields": [], - "interfaces": [], - "kind": "OBJECT", - "name": "ClassConnection", - "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": "Class", - "ofType": null - } }, { - "args": [], + "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": "A cursor for use in pagination.", + "description": null, "isDeprecated": false, - "name": "cursor", + "name": "deleteDeployment", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "Cursor", + "name": "Boolean", "ofType": null } } - } - ], - "inputFields": [], - "interfaces": [], - "kind": "OBJECT", - "name": "ClassEdge", - "possibleTypes": [] - }, - { - "description": "Ordering options for Class connections", - "enumValues": [], - "fields": [], - "inputFields": [ + }, { - "defaultValue": "ASC", - "description": "The ordering direction.", - "name": "direction", + "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": "ENUM", - "name": "OrderDirection", + "kind": "UNION", + "name": "DeploymentConfig", "ofType": null } } }, { - "defaultValue": null, - "description": "The field by which to order Classes.", - "name": "field", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "ClassOrderField", - "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 + } + } + } + } } - } - } - ], - "interfaces": [], - "kind": "INPUT_OBJECT", - "name": "ClassOrder", - "possibleTypes": [] - }, - { - "description": "Properties by which Class connections can be ordered.", - "enumValues": [ - { + ], "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "CREATED_AT" - } - ], - "fields": [], - "inputFields": [], - "interfaces": [], - "kind": "ENUM", - "name": "ClassOrderField", - "possibleTypes": [] - }, - { - "description": "ClassWhereInput is used for filtering Class objects.\nInput was generated by ent.", - "enumValues": [], - "fields": [], - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "not", - "type": { - "kind": "INPUT_OBJECT", - "name": "ClassWhereInput", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "and", + "name": "upload", "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "INPUT_OBJECT", - "name": "ClassWhereInput", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "File", + "ofType": null + } } } } }, { - "defaultValue": 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, - "name": "or", + "isDeprecated": false, + "name": "updateFile", "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "ClassWhereInput", - "ofType": null - } + "kind": "SCALAR", + "name": "Boolean", + "ofType": null } } }, { - "defaultValue": null, - "description": "id field predicates", - "name": "id", + "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": "SCALAR", - "name": "ID", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "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 + "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": "idNotIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "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 + } + } + } } } - } - }, - { - "defaultValue": null, - "description": null, - "name": "idGT", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "idGTE", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "idLT", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "idLTE", - "type": { - "kind": "SCALAR", - "name": "ID", - "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, + ], + "deprecationReason": null, "description": null, - "name": "createdAtIn", + "isDeprecated": false, + "name": "removeFromTeam", "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Time", - "ofType": null - } + "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": [ { - "defaultValue": null, - "description": null, - "name": "createdAtNotIn", + "args": [], + "deprecationReason": null, + "description": "The id of the object.", + "isDeprecated": false, + "name": "id", "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Time", - "ofType": null - } + "kind": "SCALAR", + "name": "ID", + "ofType": null } } + } + ], + "inputFields": [], + "interfaces": [], + "kind": "INTERFACE", + "name": "Node", + "possibleTypes": [ + { + "kind": "OBJECT", + "name": "Account", + "ofType": null }, { - "defaultValue": null, - "description": null, - "name": "createdAtGT", - "type": { - "kind": "SCALAR", - "name": "Time", - "ofType": null - } + "kind": "OBJECT", + "name": "AccountTeam", + "ofType": null }, { - "defaultValue": null, - "description": null, - "name": "createdAtGTE", - "type": { - "kind": "SCALAR", - "name": "Time", - "ofType": null - } + "kind": "OBJECT", + "name": "Deployment", + "ofType": null }, { - "defaultValue": null, - "description": null, - "name": "createdAtLT", - "type": { - "kind": "SCALAR", - "name": "Time", - "ofType": null - } + "kind": "OBJECT", + "name": "DeploymentLog", + "ofType": null }, { - "defaultValue": null, - "description": null, - "name": "createdAtLTE", - "type": { - "kind": "SCALAR", - "name": "Time", - "ofType": null - } + "kind": "OBJECT", + "name": "File", + "ofType": null }, { - "defaultValue": null, - "description": "updated_at field predicates", - "name": "updatedAt", - "type": { - "kind": "SCALAR", - "name": "Time", - "ofType": null - } + "kind": "OBJECT", + "name": "Service", + "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 - } - }, - { - "defaultValue": null, - "description": "contracts edge predicates", - "name": "hasContracts", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "hasContractsWith", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "ContractWhereInput", - "ofType": null - } - } - } - } - ], - "interfaces": [], - "kind": "INPUT_OBJECT", - "name": "ClassWhereInput", - "possibleTypes": [] - }, - { - "description": null, - "enumValues": [], - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "questEvent", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "completed", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "description", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ], - "inputFields": [], - "interfaces": [], - "kind": "OBJECT", - "name": "CompletionCriteria", - "possibleTypes": [] - }, - { - "description": null, - "enumValues": [], - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "is", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "BigInt", - "ofType": null - } - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "minimum", - "type": { - "kind": "SCALAR", - "name": "BigInt", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "maximum", - "type": { - "kind": "SCALAR", - "name": "BigInt", - "ofType": null - } + "kind": "OBJECT", + "name": "Team", + "ofType": null } - ], - "inputFields": [], - "interfaces": [], - "kind": "OBJECT", - "name": "Constraint", - "possibleTypes": [] + ] }, - { - "description": null, - "enumValues": [], - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "deployTransactionID", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "classID", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "gameID", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "type", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "ContractType", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "name", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "description", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "coverID", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "priority", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "createdAt", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Time", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "updatedAt", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Time", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "account", - "type": { - "kind": "OBJECT", - "name": "Account", - "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": "Ordering options for Transactions returned from the connection.", - "name": "orderBy", - "type": { - "kind": "INPUT_OBJECT", - "name": "TransactionOrder", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "Filtering options for Transactions returned from the connection.", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "TransactionWhereInput", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "transactions", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "TransactionConnection", - "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": "Ordering options for Transactions returned from the connection.", - "name": "orderBy", - "type": { - "kind": "INPUT_OBJECT", - "name": "TransactionOrder", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "Filtering options for Transactions returned from the connection.", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "TransactionWhereInput", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "incomingTransactions", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "TransactionConnection", - "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": "Ordering options for Scopes returned from the connection.", - "name": "orderBy", - "type": { - "kind": "INPUT_OBJECT", - "name": "ScopeOrder", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "Filtering options for Scopes returned from the connection.", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "ScopeWhereInput", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "scopes", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ScopeConnection", - "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": "Ordering options for Balances returned from the connection.", - "name": "orderBy", - "type": { - "kind": "INPUT_OBJECT", - "name": "BalanceOrder", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "Filtering options for Balances returned from the connection.", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "BalanceWhereInput", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "balances", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "BalanceConnection", - "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": "Ordering options for Tokens returned from the connection.", - "name": "orderBy", - "type": { - "kind": "INPUT_OBJECT", - "name": "TokenOrder", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "Filtering options for Tokens returned from the connection.", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "TokenWhereInput", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "tokens", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "TokenConnection", - "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": "Ordering options for Balances returned from the connection.", - "name": "orderBy", - "type": { - "kind": "INPUT_OBJECT", - "name": "BalanceOrder", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "Filtering options for Balances returned from the connection.", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "BalanceWhereInput", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "holders", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "BalanceConnection", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "game", - "type": { - "kind": "OBJECT", - "name": "Game", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "class", - "type": { - "kind": "OBJECT", - "name": "Class", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "starterPacks", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "StarterPack", - "ofType": null - } - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "cover", - "type": { - "kind": "OBJECT", - "name": "File", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "starterPackFungibles", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "StarterPackContract", - "ofType": null - } - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "metadata", - "type": { - "kind": "UNION", - "name": "ContractMetadata", - "ofType": null - } - } - ], - "inputFields": [], - "interfaces": [ - { - "kind": "INTERFACE", - "name": "Node", - "ofType": null - } - ], - "kind": "OBJECT", - "name": "Contract", - "possibleTypes": [] - }, - { - "description": "A connection to a list of items.", - "enumValues": [], - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": "A list of edges.", - "isDeprecated": false, - "name": "edges", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ContractEdge", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": "Information to aid in pagination.", - "isDeprecated": false, - "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": "ContractConnection", - "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": "Contract", - "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": "ContractEdge", - "possibleTypes": [] - }, - { - "description": null, - "enumValues": [], - "fields": [], - "inputFields": [], - "interfaces": [], - "kind": "UNION", - "name": "ContractMetadata", - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "ERC20Metadata", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "ERC721Metadata", - "ofType": null - } - ] - }, - { - "description": "Ordering options for Contract connections", - "enumValues": [], - "fields": [], - "inputFields": [ - { - "defaultValue": "ASC", - "description": "The ordering direction.", - "name": "direction", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "OrderDirection", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": "The field by which to order Contracts.", - "name": "field", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "ContractOrderField", - "ofType": null - } - } - } - ], - "interfaces": [], - "kind": "INPUT_OBJECT", - "name": "ContractOrder", - "possibleTypes": [] - }, - { - "description": "Properties by which Contract connections can be ordered.", - "enumValues": [ - { - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "PRIORITY" - }, - { - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "CREATED_AT" - } - ], - "fields": [], - "inputFields": [], - "interfaces": [], - "kind": "ENUM", - "name": "ContractOrderField", - "possibleTypes": [] - }, - { - "description": "ContractType is enum for the field type", - "enumValues": [ - { - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "unknown" - }, - { - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "account" - }, - { - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "erc20" - }, - { - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "erc721" - }, - { - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "erc1155" - }, - { - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "controller" - }, - { - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "proxy" - }, - { - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "briq" - } - ], - "fields": [], - "inputFields": [], - "interfaces": [], - "kind": "ENUM", - "name": "ContractType", - "possibleTypes": [] - }, - { - "description": "ContractWhereInput is used for filtering Contract objects.\nInput was generated by ent.", - "enumValues": [], - "fields": [], - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "not", - "type": { - "kind": "INPUT_OBJECT", - "name": "ContractWhereInput", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "and", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "ContractWhereInput", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "or", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "ContractWhereInput", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "id field predicates", - "name": "id", - "type": { - "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 - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "idNotIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "idGT", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "idGTE", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "idLT", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "idLTE", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "deploy_transaction_id field predicates", - "name": "deployTransactionID", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "deployTransactionIDNEQ", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "deployTransactionIDIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "deployTransactionIDNotIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "deployTransactionIDGT", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "deployTransactionIDGTE", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "deployTransactionIDLT", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "deployTransactionIDLTE", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "deployTransactionIDContains", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "deployTransactionIDHasPrefix", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "deployTransactionIDHasSuffix", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "deployTransactionIDIsNil", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "deployTransactionIDNotNil", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "deployTransactionIDEqualFold", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "deployTransactionIDContainsFold", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "class_id field predicates", - "name": "classID", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "classIDNEQ", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "classIDIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "classIDNotIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "classIDGT", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "classIDGTE", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "classIDLT", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "classIDLTE", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "classIDContains", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "classIDHasPrefix", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "classIDHasSuffix", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "classIDIsNil", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "classIDNotNil", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "classIDEqualFold", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "classIDContainsFold", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "game_id field predicates", - "name": "gameID", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "gameIDNEQ", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "gameIDIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "gameIDNotIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "gameIDGT", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "gameIDGTE", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "gameIDLT", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "gameIDLTE", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "gameIDContains", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "gameIDHasPrefix", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "gameIDHasSuffix", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "gameIDIsNil", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "gameIDNotNil", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "gameIDEqualFold", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "gameIDContainsFold", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "type field predicates", - "name": "type", - "type": { - "kind": "ENUM", - "name": "ContractType", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "typeNEQ", - "type": { - "kind": "ENUM", - "name": "ContractType", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "typeIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "ContractType", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "typeNotIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "ContractType", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "name field predicates", - "name": "name", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "nameNEQ", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "nameIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "nameNotIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "nameGT", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "nameGTE", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "nameLT", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "nameLTE", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "nameContains", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "nameHasPrefix", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "nameHasSuffix", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "nameIsNil", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "nameNotNil", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "nameEqualFold", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "nameContainsFold", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "description field predicates", - "name": "description", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "descriptionNEQ", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "descriptionIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "descriptionNotIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "descriptionGT", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "descriptionGTE", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "descriptionLT", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "descriptionLTE", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "descriptionContains", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "descriptionHasPrefix", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "descriptionHasSuffix", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "descriptionIsNil", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "descriptionNotNil", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "descriptionEqualFold", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "descriptionContainsFold", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "cover_id field predicates", - "name": "coverID", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "coverIDNEQ", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "coverIDIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "coverIDNotIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "coverIDGT", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "coverIDGTE", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "coverIDLT", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "coverIDLTE", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "coverIDContains", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "coverIDHasPrefix", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "coverIDHasSuffix", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "coverIDIsNil", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "coverIDNotNil", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "coverIDEqualFold", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "coverIDContainsFold", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "priority field predicates", - "name": "priority", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "priorityNEQ", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "priorityIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "priorityNotIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "priorityGT", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "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 - } - }, - { - "defaultValue": null, - "description": "account edge predicates", - "name": "hasAccount", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "hasAccountWith", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "AccountWhereInput", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "transactions edge predicates", - "name": "hasTransactions", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "hasTransactionsWith", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "TransactionWhereInput", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "incoming_transactions edge predicates", - "name": "hasIncomingTransactions", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "hasIncomingTransactionsWith", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "TransactionWhereInput", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "scopes edge predicates", - "name": "hasScopes", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "hasScopesWith", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "ScopeWhereInput", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "balances edge predicates", - "name": "hasBalances", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "hasBalancesWith", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "BalanceWhereInput", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "tokens edge predicates", - "name": "hasTokens", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "hasTokensWith", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "TokenWhereInput", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "holders edge predicates", - "name": "hasHolders", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "hasHoldersWith", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "BalanceWhereInput", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "game edge predicates", - "name": "hasGame", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "hasGameWith", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "GameWhereInput", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "class edge predicates", - "name": "hasClass", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "hasClassWith", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "ClassWhereInput", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "starter_packs edge predicates", - "name": "hasStarterPacks", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "hasStarterPacksWith", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "StarterPackWhereInput", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "cover edge predicates", - "name": "hasCover", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "hasCoverWith", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "FileWhereInput", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "starter_pack_fungibles edge predicates", - "name": "hasStarterPackFungibles", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "hasStarterPackFungiblesWith", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "StarterPackContractWhereInput", - "ofType": null - } - } - } - } - ], - "interfaces": [], - "kind": "INPUT_OBJECT", - "name": "ContractWhereInput", - "possibleTypes": [] - }, - { - "description": null, - "enumValues": [], - "fields": [], - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "blockTime", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "forkRpcUrl", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "forkBlockNumber", - "type": { - "kind": "SCALAR", - "name": "Long", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "seed", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "accounts", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "invokeMaxSteps", - "type": { - "kind": "SCALAR", - "name": "Long", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "validateMaxSteps", - "type": { - "kind": "SCALAR", - "name": "Long", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "disableFee", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "gasPrice", - "type": { - "kind": "SCALAR", - "name": "Long", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "genesis", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "dev", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - ], - "interfaces": [], - "kind": "INPUT_OBJECT", - "name": "CreateKatanaConfigInput", - "possibleTypes": [] - }, - { - "description": null, - "enumValues": [], - "fields": [], - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "mode", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "rpcUrl", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "registry", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "settlementContract", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "world", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "proverUrl", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "storeProofs", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "starknetUrl", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "signerKey", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "signerAddress", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "privateKey", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "batchSize", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "startBlock", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - } - ], - "interfaces": [], - "kind": "INPUT_OBJECT", - "name": "CreateSayaConfigInput", - "possibleTypes": [] - }, - { - "description": null, - "enumValues": [], - "fields": [], - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "katana", - "type": { - "kind": "INPUT_OBJECT", - "name": "CreateKatanaConfigInput", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "torii", - "type": { - "kind": "INPUT_OBJECT", - "name": "CreateToriiConfigInput", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "saya", - "type": { - "kind": "INPUT_OBJECT", - "name": "CreateSayaConfigInput", - "ofType": null - } - } - ], - "interfaces": [], - "kind": "INPUT_OBJECT", - "name": "CreateServiceConfigInput", - "possibleTypes": [] - }, - { - "description": null, - "enumValues": [], - "fields": [], - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "type", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "DeploymentService", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "version", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "config", - "type": { - "kind": "INPUT_OBJECT", - "name": "CreateServiceConfigInput", - "ofType": null - } - } - ], - "interfaces": [], - "kind": "INPUT_OBJECT", - "name": "CreateServiceInput", - "possibleTypes": [] - }, - { - "description": null, - "enumValues": [], - "fields": [], - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "rpc", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "world", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "startBlock", - "type": { - "kind": "SCALAR", - "name": "Long", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "indexPending", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "pollingInterval", - "type": { - "kind": "SCALAR", - "name": "Long", - "ofType": null - } - } - ], - "interfaces": [], - "kind": "INPUT_OBJECT", - "name": "CreateToriiConfigInput", - "possibleTypes": [] - }, - { - "description": null, - "enumValues": [], - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "webauthn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "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" - }, - { - "deprecationReason": 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": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "project", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "status", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "DeploymentStatus", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "branch", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "serviceID", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "tier", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "DeploymentTier", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "region", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "regions", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "autoUpgrade", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "createdAt", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Time", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "updatedAt", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Time", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "spinDownAt", - "type": { - "kind": "SCALAR", - "name": "Time", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "spinUpAt", - "type": { - "kind": "SCALAR", - "name": "Time", - "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, - "description": null, - "isDeprecated": false, - "name": "teams", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "TeamConnection", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "service", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Service", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "events", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "DeploymentLog", - "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, - "description": null, - "isDeprecated": false, - "name": "logs", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Logs", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "config", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "UNION", - "name": "DeploymentConfig", - "ofType": null - } - } - } - ], - "inputFields": [], - "interfaces": [ - { - "kind": "INTERFACE", - "name": "Node", - "ofType": null - } - ], - "kind": "OBJECT", - "name": "Deployment", - "possibleTypes": [] - }, - { - "description": null, - "enumValues": [], - "fields": [], - "inputFields": [], - "interfaces": [], - "kind": "UNION", - "name": "DeploymentConfig", - "possibleTypes": [ - { - "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": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "DeploymentEdge", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": "Information to aid in pagination.", - "isDeprecated": false, - "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": "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", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - } - } - } - ], - "inputFields": [], - "interfaces": [], - "kind": "OBJECT", - "name": "DeploymentEdge", - "possibleTypes": [] - }, - { - "description": null, - "enumValues": [], - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "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": "A connection to a list of items.", - "enumValues": [], - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": "A list of edges.", - "isDeprecated": false, - "name": "edges", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "DeploymentLogEdge", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": "Information to aid in pagination.", - "isDeprecated": false, - "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": "created" - }, - { - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "deleted" - }, - { - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "scaled_up" - }, - { - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "scaled_down" - } - ], - "fields": [], - "inputFields": [], - "interfaces": [], - "kind": "ENUM", - "name": "DeploymentLogLogType", - "possibleTypes": [] - }, - { - "description": "DeploymentLogWhereInput is used for filtering DeploymentLog objects.\nInput was generated by ent.", - "enumValues": [], - "fields": [], - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "not", - "type": { - "kind": "INPUT_OBJECT", - "name": "DeploymentLogWhereInput", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "and", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "DeploymentLogWhereInput", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "or", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "DeploymentLogWhereInput", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "id field predicates", - "name": "id", - "type": { - "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 - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "idNotIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "idGT", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "idGTE", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "idLT", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "idLTE", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "deployment_id field predicates", - "name": "deploymentID", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "deploymentIDNEQ", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "deploymentIDIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "deploymentIDNotIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "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, - "description": null, - "name": "deploymentIDHasPrefix", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "deploymentIDHasSuffix", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "deploymentIDEqualFold", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "deploymentIDContainsFold", - "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", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "logTypeIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "DeploymentLogLogType", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "logTypeNotIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "DeploymentLogLogType", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "timestamp field predicates", - "name": "timestamp", - "type": { - "kind": "SCALAR", - "name": "Time", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "timestampNEQ", - "type": { - "kind": "SCALAR", - "name": "Time", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "timestampIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Time", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "timestampNotIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "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, - "description": null, - "name": "timestampLTE", - "type": { - "kind": "SCALAR", - "name": "Time", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "deployment edge predicates", - "name": "hasDeployment", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "hasDeploymentWith", - "type": { - "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": "ASC", - "description": "The ordering direction.", - "name": "direction", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "OrderDirection", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": "The field by which to order Deployments.", - "name": "field", - "type": { - "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" - }, - { - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "torii" - }, - { - "deprecationReason": null, - "description": 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" - }, - { - "deprecationReason": null, - "description": 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" - }, - { - "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": "not", - "type": { - "kind": "INPUT_OBJECT", - "name": "DeploymentWhereInput", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "and", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "DeploymentWhereInput", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "or", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "DeploymentWhereInput", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "id field predicates", - "name": "id", - "type": { - "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 - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "idNotIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "idGT", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "idGTE", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "idLT", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "idLTE", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "project field predicates", - "name": "project", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "projectNEQ", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "projectIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "projectNotIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "projectGT", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "projectGTE", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "projectLT", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "projectLTE", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "projectContains", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "projectHasPrefix", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "projectHasSuffix", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "projectEqualFold", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "projectContainsFold", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "status field predicates", - "name": "status", - "type": { - "kind": "ENUM", - "name": "DeploymentStatus", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "statusNEQ", - "type": { - "kind": "ENUM", - "name": "DeploymentStatus", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "statusIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "DeploymentStatus", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "statusNotIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "DeploymentStatus", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "branch field predicates", - "name": "branch", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "branchNEQ", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "branchIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "branchNotIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "branchGT", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "branchGTE", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "branchLT", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "branchLTE", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "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", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "branchNotNil", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "branchEqualFold", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "branchContainsFold", - "type": { - "kind": "SCALAR", - "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": "serviceIDNEQ", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "serviceIDIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "serviceIDNotIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "serviceIDGT", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "serviceIDGTE", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "serviceIDLT", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "serviceIDLTE", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "serviceIDContains", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "serviceIDHasPrefix", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "serviceIDHasSuffix", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "serviceIDEqualFold", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "serviceIDContainsFold", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "tier field predicates", - "name": "tier", - "type": { - "kind": "ENUM", - "name": "DeploymentTier", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "tierNEQ", - "type": { - "kind": "ENUM", - "name": "DeploymentTier", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "tierIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "DeploymentTier", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "tierNotIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "DeploymentTier", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "region field predicates", - "name": "region", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "regionNEQ", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "regionIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "regionNotIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "regionGT", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "regionGTE", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "regionLT", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "regionLTE", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "regionContains", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "regionHasPrefix", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "regionHasSuffix", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "regionEqualFold", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "regionContainsFold", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "auto_upgrade field predicates", - "name": "autoUpgrade", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "autoUpgradeNEQ", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "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 - } - }, - { - "defaultValue": null, - "description": "spin_down_at field predicates", - "name": "spinDownAt", - "type": { - "kind": "SCALAR", - "name": "Time", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "spinDownAtNEQ", - "type": { - "kind": "SCALAR", - "name": "Time", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "spinDownAtIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Time", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "spinDownAtNotIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Time", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "spinDownAtGT", - "type": { - "kind": "SCALAR", - "name": "Time", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "spinDownAtGTE", - "type": { - "kind": "SCALAR", - "name": "Time", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "spinDownAtLT", - "type": { - "kind": "SCALAR", - "name": "Time", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "spinDownAtLTE", - "type": { - "kind": "SCALAR", - "name": "Time", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "spinDownAtIsNil", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "spinDownAtNotNil", - "type": { - "kind": "SCALAR", - "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": "spinUpAtNEQ", - "type": { - "kind": "SCALAR", - "name": "Time", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "spinUpAtIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Time", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "spinUpAtNotIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Time", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "spinUpAtGT", - "type": { - "kind": "SCALAR", - "name": "Time", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "spinUpAtGTE", - "type": { - "kind": "SCALAR", - "name": "Time", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "spinUpAtLT", - "type": { - "kind": "SCALAR", - "name": "Time", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "spinUpAtLTE", - "type": { - "kind": "SCALAR", - "name": "Time", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "spinUpAtIsNil", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "spinUpAtNotNil", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "teams edge predicates", - "name": "hasTeams", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "hasTeamsWith", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "TeamWhereInput", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "service edge predicates", - "name": "hasService", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "hasServiceWith", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "ServiceWhereInput", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "events edge predicates", - "name": "hasEvents", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "hasEventsWith", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "DeploymentLogWhereInput", - "ofType": null - } - } - } - } - ], - "interfaces": [], - "kind": "INPUT_OBJECT", - "name": "DeploymentWhereInput", - "possibleTypes": [] - }, - { - "description": null, - "enumValues": [], - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "tokenRequirements", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "TokenRequirements", - "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": "Ordering options for Quests returned from the connection.", - "name": "orderBy", - "type": { - "kind": "INPUT_OBJECT", - "name": "QuestOrder", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "Filtering options for Quests returned from the connection.", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "QuestWhereInput", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "quests", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "QuestConnection", - "ofType": null - } - } - } - ], - "inputFields": [], - "interfaces": [ - { - "kind": "INTERFACE", - "name": "Node", - "ofType": null - } - ], - "kind": "OBJECT", - "name": "DiscordGuild", - "possibleTypes": [] - }, - { - "description": "A connection to a list of items.", - "enumValues": [], - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": "A list of edges.", - "isDeprecated": false, - "name": "edges", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "DiscordGuildEdge", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": "Information to aid in pagination.", - "isDeprecated": false, - "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": "DiscordGuildConnection", - "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": "DiscordGuild", - "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": "DiscordGuildEdge", - "possibleTypes": [] - }, - { - "description": "DiscordGuildWhereInput is used for filtering DiscordGuild objects.\nInput was generated by ent.", - "enumValues": [], - "fields": [], - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "not", - "type": { - "kind": "INPUT_OBJECT", - "name": "DiscordGuildWhereInput", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "and", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "DiscordGuildWhereInput", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "or", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "DiscordGuildWhereInput", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "id field predicates", - "name": "id", - "type": { - "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 - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "idNotIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "idGT", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "idGTE", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "idLT", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "idLTE", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "quests edge predicates", - "name": "hasQuests", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "hasQuestsWith", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "QuestWhereInput", - "ofType": null - } - } - } - } - ], - "interfaces": [], - "kind": "INPUT_OBJECT", - "name": "DiscordGuildWhereInput", - "possibleTypes": [] - }, - { - "description": null, - "enumValues": [], - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "name", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "symbol", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "decimals", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - ], - "inputFields": [], - "interfaces": [], - "kind": "OBJECT", - "name": "ERC20Metadata", - "possibleTypes": [] - }, - { - "description": null, - "enumValues": [], - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "name", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "symbol", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ], - "inputFields": [], - "interfaces": [], - "kind": "OBJECT", - "name": "ERC721Metadata", - "possibleTypes": [] - }, - { - "description": null, - "enumValues": [], - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "from", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "keys", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Felt", - "ofType": null - } - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "data", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Felt", - "ofType": null - } - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "transactionID", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "transaction", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Transaction", - "ofType": null - } - } - } - ], - "inputFields": [], - "interfaces": [ - { - "kind": "INTERFACE", - "name": "Node", - "ofType": null - } - ], - "kind": "OBJECT", - "name": "Event", - "possibleTypes": [] - }, - { - "description": "A connection to a list of items.", - "enumValues": [], - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": "A list of edges.", - "isDeprecated": false, - "name": "edges", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "EventEdge", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": "Information to aid in pagination.", - "isDeprecated": false, - "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": "EventConnection", - "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": "Event", - "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": "EventEdge", - "possibleTypes": [] - }, - { - "description": "EventWhereInput is used for filtering Event objects.\nInput was generated by ent.", - "enumValues": [], - "fields": [], - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "not", - "type": { - "kind": "INPUT_OBJECT", - "name": "EventWhereInput", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "and", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "EventWhereInput", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "or", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "EventWhereInput", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "id field predicates", - "name": "id", - "type": { - "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 - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "idNotIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "idGT", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "idGTE", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "idLT", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "idLTE", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "from field predicates", - "name": "from", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "fromNEQ", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "fromIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "fromNotIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "fromGT", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "fromGTE", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "fromLT", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "fromLTE", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "fromContains", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "fromHasPrefix", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "fromHasSuffix", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "fromEqualFold", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "fromContainsFold", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "transaction_id field predicates", - "name": "transactionID", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "transactionIDNEQ", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "transactionIDIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "transactionIDNotIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "transactionIDGT", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "transactionIDGTE", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "transactionIDLT", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "transactionIDLTE", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "transactionIDContains", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "transactionIDHasPrefix", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "transactionIDHasSuffix", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "transactionIDEqualFold", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "transactionIDContainsFold", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "transaction edge predicates", - "name": "hasTransaction", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "hasTransactionWith", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "TransactionWhereInput", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "hasKey", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "hasData", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "hasKeyAt", - "type": { - "kind": "INPUT_OBJECT", - "name": "HasValueInput", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "hasDataAt", - "type": { - "kind": "INPUT_OBJECT", - "name": "HasValueInput", - "ofType": null - } - } - ], - "interfaces": [], - "kind": "INPUT_OBJECT", - "name": "EventWhereInput", - "possibleTypes": [] - }, - { - "description": null, - "enumValues": [], - "fields": [], - "inputFields": [], - "interfaces": [], - "kind": "SCALAR", - "name": "Felt", - "possibleTypes": [] - }, - { - "description": null, - "enumValues": [], - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "name", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "directory", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "alt", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "priority", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "createdAt", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Time", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "updatedAt", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Time", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "uri", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "thumbnail", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "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", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "FileEdge", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": "Information to aid in pagination.", - "isDeprecated": false, - "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": "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", - "type": { - "kind": "OBJECT", - "name": "File", - "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": "FileEdge", - "possibleTypes": [] - }, - { - "description": "Ordering options for File connections", - "enumValues": [], - "fields": [], - "inputFields": [ - { - "defaultValue": "ASC", - "description": "The ordering direction.", - "name": "direction", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "OrderDirection", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": "The field by which to order Files.", - "name": "field", - "type": { - "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": [ - { - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "PRIORITY" - }, - { - "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", - "type": { - "kind": "INPUT_OBJECT", - "name": "FileWhereInput", - "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", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "FileWhereInput", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "id field predicates", - "name": "id", - "type": { - "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 - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "idNotIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "idGT", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "idGTE", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "idLT", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "idLTE", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "name field predicates", - "name": "name", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "nameNEQ", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "nameIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "nameNotIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "nameGT", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "nameGTE", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "nameLT", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "nameLTE", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "nameContains", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "nameHasPrefix", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "nameHasSuffix", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "nameEqualFold", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "nameContainsFold", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "directory field predicates", - "name": "directory", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "directoryNEQ", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "directoryIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "directoryNotIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "directoryGT", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "directoryGTE", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "directoryLT", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "directoryLTE", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "directoryContains", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "directoryHasPrefix", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "directoryHasSuffix", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "directoryEqualFold", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "directoryContainsFold", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "alt field predicates", - "name": "alt", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "altNEQ", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "altIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "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": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "altGTE", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "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", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "altNotNil", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "altEqualFold", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "altContainsFold", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "priority field predicates", - "name": "priority", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "priorityNEQ", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "priorityIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "priorityNotIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "priorityGT", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "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": "contractAddress", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "entryPointSelector", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "calldata", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - } - ], - "interfaces": [], - "kind": "INPUT_OBJECT", - "name": "FunctionCallInput", - "possibleTypes": [] - }, - { - "description": null, - "enumValues": [], - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "name", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "description", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "priority", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "socials", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Socials", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "profilePictureID", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "iconID", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "coverID", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "bannerID", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "active", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "createdAt", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Time", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "updatedAt", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Time", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "starterPack", - "type": { - "kind": "OBJECT", - "name": "StarterPack", - "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": "Ordering options for Contracts returned from the connection.", - "name": "orderBy", - "type": { - "kind": "INPUT_OBJECT", - "name": "ContractOrder", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "Filtering options for Contracts returned from the connection.", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "ContractWhereInput", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "contracts", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ContractConnection", - "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": "Ordering options for Scopes returned from the connection.", - "name": "orderBy", - "type": { - "kind": "INPUT_OBJECT", - "name": "ScopeOrder", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "Filtering options for Scopes returned from the connection.", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "ScopeWhereInput", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "scopes", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ScopeConnection", - "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": "Ordering options for Quests returned from the connection.", - "name": "orderBy", - "type": { - "kind": "INPUT_OBJECT", - "name": "QuestOrder", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "Filtering options for Quests returned from the connection.", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "QuestWhereInput", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "quests", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "QuestConnection", - "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": "Ordering options for Achievements returned from the connection.", - "name": "orderBy", - "type": { - "kind": "INPUT_OBJECT", - "name": "AchievementOrder", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "Filtering options for Achievements returned from the connection.", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "AchievementWhereInput", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "achievements", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "AchievementConnection", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "profilePicture", - "type": { - "kind": "OBJECT", - "name": "File", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "icon", - "type": { - "kind": "OBJECT", - "name": "File", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "cover", - "type": { - "kind": "OBJECT", - "name": "File", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "banner", - "type": { - "kind": "OBJECT", - "name": "File", - "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": "Ordering options for Files returned from the connection.", - "name": "orderBy", - "type": { - "kind": "INPUT_OBJECT", - "name": "FileOrder", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "Filtering options for Files returned from the connection.", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "FileWhereInput", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "media", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "FileConnection", - "ofType": null - } - } - } - ], - "inputFields": [], - "interfaces": [ - { - "kind": "INTERFACE", - "name": "Node", - "ofType": null - } - ], - "kind": "OBJECT", - "name": "Game", - "possibleTypes": [] - }, - { - "description": "A connection to a list of items.", - "enumValues": [], - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": "A list of edges.", - "isDeprecated": false, - "name": "edges", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "GameEdge", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": "Information to aid in pagination.", - "isDeprecated": false, - "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": "GameConnection", - "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": "Game", - "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": "GameEdge", - "possibleTypes": [] - }, - { - "description": "Ordering options for Game connections", - "enumValues": [], - "fields": [], - "inputFields": [ - { - "defaultValue": "ASC", - "description": "The ordering direction.", - "name": "direction", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "OrderDirection", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": "The field by which to order Games.", - "name": "field", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "GameOrderField", - "ofType": null - } - } - } - ], - "interfaces": [], - "kind": "INPUT_OBJECT", - "name": "GameOrder", - "possibleTypes": [] - }, - { - "description": "Properties by which Game connections can be ordered.", - "enumValues": [ - { - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "PRIORITY" - }, - { - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "CREATED_AT" - } - ], - "fields": [], - "inputFields": [], - "interfaces": [], - "kind": "ENUM", - "name": "GameOrderField", - "possibleTypes": [] - }, - { - "description": "GameWhereInput is used for filtering Game objects.\nInput was generated by ent.", - "enumValues": [], - "fields": [], - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "not", - "type": { - "kind": "INPUT_OBJECT", - "name": "GameWhereInput", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "and", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "GameWhereInput", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "or", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "GameWhereInput", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "id field predicates", - "name": "id", - "type": { - "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 - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "idNotIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "idGT", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "idGTE", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "idLT", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "idLTE", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "name field predicates", - "name": "name", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "nameNEQ", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "nameIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "nameNotIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "nameGT", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "nameGTE", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "nameLT", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "nameLTE", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "nameContains", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "nameHasPrefix", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "nameHasSuffix", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "nameEqualFold", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "nameContainsFold", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "description field predicates", - "name": "description", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "descriptionNEQ", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "descriptionIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "descriptionNotIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "descriptionGT", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "descriptionGTE", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "descriptionLT", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "descriptionLTE", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "descriptionContains", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "descriptionHasPrefix", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "descriptionHasSuffix", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "descriptionEqualFold", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "descriptionContainsFold", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "priority field predicates", - "name": "priority", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "priorityNEQ", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "priorityIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "priorityNotIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "priorityGT", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "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": "profile_picture_id field predicates", - "name": "profilePictureID", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "profilePictureIDNEQ", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "profilePictureIDIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "profilePictureIDNotIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "profilePictureIDGT", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "profilePictureIDGTE", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "profilePictureIDLT", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "profilePictureIDLTE", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "profilePictureIDContains", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "profilePictureIDHasPrefix", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "profilePictureIDHasSuffix", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "profilePictureIDIsNil", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "profilePictureIDNotNil", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "profilePictureIDEqualFold", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "profilePictureIDContainsFold", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "icon_id field predicates", - "name": "iconID", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "iconIDNEQ", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "iconIDIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "iconIDNotIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "iconIDGT", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "iconIDGTE", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "iconIDLT", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "iconIDLTE", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "iconIDContains", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "iconIDHasPrefix", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "iconIDHasSuffix", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "iconIDIsNil", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "iconIDNotNil", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "iconIDEqualFold", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "iconIDContainsFold", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "cover_id field predicates", - "name": "coverID", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "coverIDNEQ", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "coverIDIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "coverIDNotIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "coverIDGT", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "coverIDGTE", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "coverIDLT", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "coverIDLTE", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "coverIDContains", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "coverIDHasPrefix", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "coverIDHasSuffix", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "coverIDIsNil", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "coverIDNotNil", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "coverIDEqualFold", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "coverIDContainsFold", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "banner_id field predicates", - "name": "bannerID", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "bannerIDNEQ", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "bannerIDIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "bannerIDNotIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "bannerIDGT", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "bannerIDGTE", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "bannerIDLT", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "bannerIDLTE", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "bannerIDContains", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "bannerIDHasPrefix", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "bannerIDHasSuffix", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "bannerIDIsNil", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "bannerIDNotNil", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "bannerIDEqualFold", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "bannerIDContainsFold", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "active field predicates", - "name": "active", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "activeNEQ", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "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 - } - }, - { - "defaultValue": null, - "description": "starter_pack edge predicates", - "name": "hasStarterPack", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "hasStarterPackWith", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "StarterPackWhereInput", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "contracts edge predicates", - "name": "hasContracts", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "hasContractsWith", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "ContractWhereInput", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "scopes edge predicates", - "name": "hasScopes", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "hasScopesWith", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "ScopeWhereInput", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "quests edge predicates", - "name": "hasQuests", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "hasQuestsWith", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "QuestWhereInput", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "achievements edge predicates", - "name": "hasAchievements", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "hasAchievementsWith", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "AchievementWhereInput", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "profile_picture edge predicates", - "name": "hasProfilePicture", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "hasProfilePictureWith", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "FileWhereInput", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "icon edge predicates", - "name": "hasIcon", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "hasIconWith", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "FileWhereInput", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "cover edge predicates", - "name": "hasCover", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "hasCoverWith", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "FileWhereInput", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "banner edge predicates", - "name": "hasBanner", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "hasBannerWith", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "FileWhereInput", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "media edge predicates", - "name": "hasMedia", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "hasMediaWith", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "FileWhereInput", - "ofType": null - } - } - } - } - ], - "interfaces": [], - "kind": "INPUT_OBJECT", - "name": "GameWhereInput", - "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": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "name", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "description", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "attributes", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "UNION", - "name": "Attribute", - "ofType": null - } - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "externalURL", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "backgroundColor", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "image", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "animation", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "thumbnail", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ], - "inputFields": [], - "interfaces": [], - "kind": "OBJECT", - "name": "Metadata", - "possibleTypes": [] - }, - { - "description": null, - "enumValues": [], - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "calls", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Call", - "ofType": null - } - } - } - } - } - ], - "inputFields": [], - "interfaces": [], - "kind": "OBJECT", - "name": "MultiCall", - "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": "gameId", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "metadataURI", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - ], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "createAchievement", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "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": "gameId", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "tokenId", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "metadataURI", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - ], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "updateAchievement", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "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": "name", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "description", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "priority", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "cover", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "updateContract", - "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": "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": "accountId", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } - } - ], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "checkDiscordQuests", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "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": "name", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "description", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "active", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "priority", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "socials", - "type": { - "kind": "INPUT_OBJECT", - "name": "SocialsInput", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "profilePicture", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "icon", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "cover", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "banner", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "createGame", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "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": "name", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "description", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "active", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "socials", - "type": { - "kind": "INPUT_OBJECT", - "name": "SocialsInput", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "priority", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "profilePicture", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "icon", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "cover", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "banner", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "addMedia", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "removeMedia", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "addContracts", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "removeContracts", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } - } - } - ], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "updateGame", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "scopes", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "ScopeInput", - "ofType": null - } - } - } - } - ], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "createScopes", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "gameId", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "title", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "description", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "points", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "BigInt", - "ofType": null - } - } - } - ], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "createQuest", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "questId", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "tokenIds", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } - } - } - ], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "createQuestRewards", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "accountId", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "questId", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } - } - ], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "claimQuestRewards", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "account", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "starterpackId", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } - } - ], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "claimStarterpack", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "gameId", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "name", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "description", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "active", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "chainId", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "call", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "FunctionCallInput", - "ofType": null - } - } - } - ], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "createStarterpack", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "starterpackId", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "name", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "description", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "active", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "call", - "type": { - "kind": "INPUT_OBJECT", - "name": "FunctionCallInput", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "addFungibles", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "addFungiblesAmounts", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "BigInt", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "addTokens", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "addTokensAmounts", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "BigInt", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "removeFungibles", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "removeTokens", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } - } - } - ], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "updateStarterpack", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } - } - ], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "removeStarterpack", - "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 - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "accountId", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } - } - ], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "checkTwitterQuests", - "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": "AccountQuest", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "AccountStarterPack", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "AccountTeam", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "Achievement", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "Attestation", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "Balance", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "Block", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "Class", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "Contract", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "Deployment", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "DeploymentLog", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "DiscordGuild", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "Event", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "File", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "Game", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "Quest", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "QuestEvent", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "Scope", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "Service", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "StarterPack", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "StarterPackContract", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "StarterPackToken", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "Team", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "Token", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "Transaction", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "TransactionReceipt", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "TwitterQuest", - "ofType": null - } - ] - }, - { - "description": null, - "enumValues": [], - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "traitType", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "displayType", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "value", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - } - ], - "inputFields": [], - "interfaces": [], - "kind": "OBJECT", - "name": "NumberAttribute", - "possibleTypes": [] - }, - { - "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": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Node", - "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": "Ordering options for Tokens returned from the connection.", - "name": "orderBy", - "type": { - "kind": "INPUT_OBJECT", - "name": "TokenOrder", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "Filtering options for Tokens returned from the connection.", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "TokenWhereInput", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "tokens", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "TokenConnection", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "me", - "type": { - "kind": "OBJECT", - "name": "Account", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } - } - ], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "account", - "type": { - "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 - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } - } - ], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "achievement", - "type": { - "kind": "OBJECT", - "name": "Achievement", - "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": "AchievementOrder", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "AchievementWhereInput", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "achievements", - "type": { - "kind": "OBJECT", - "name": "AchievementConnection", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } - } - ], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "balance", - "type": { - "kind": "OBJECT", - "name": "Balance", - "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": "BalanceOrder", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "BalanceWhereInput", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "balances", - "type": { - "kind": "OBJECT", - "name": "BalanceConnection", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } - } - ], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "class", - "type": { - "kind": "OBJECT", - "name": "Class", - "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": "ClassOrder", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "ClassWhereInput", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "classes", - "type": { - "kind": "OBJECT", - "name": "ClassConnection", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } - } - ], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "contract", - "type": { - "kind": "OBJECT", - "name": "Contract", - "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": "ContractOrder", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "ContractWhereInput", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "contracts", - "type": { - "kind": "OBJECT", - "name": "ContractConnection", - "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": "deployment", - "type": { - "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 - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } - } - ], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "game", - "type": { - "kind": "OBJECT", - "name": "Game", - "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": "GameOrder", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "GameWhereInput", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "games", - "type": { - "kind": "OBJECT", - "name": "GameConnection", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } - } - ], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "scope", - "type": { - "kind": "OBJECT", - "name": "Scope", - "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": "ScopeOrder", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "ScopeWhereInput", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "scopes", - "type": { - "kind": "OBJECT", - "name": "ScopeConnection", - "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, - "description": null, - "isDeprecated": false, - "name": "price", - "type": { - "kind": "OBJECT", - "name": "Price", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } - } - ], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "quest", - "type": { - "kind": "OBJECT", - "name": "Quest", - "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": "QuestOrder", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "QuestWhereInput", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "quests", - "type": { - "kind": "OBJECT", - "name": "QuestConnection", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } - } - ], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "questEvent", - "type": { - "kind": "OBJECT", - "name": "QuestEvent", - "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": "QuestEventOrder", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "QuestEventWhereInput", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "questEvents", - "type": { - "kind": "OBJECT", - "name": "QuestEventConnection", - "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": "account", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } - } - ], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "starterpackEligible", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } - } - ], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "starterpack", - "type": { - "kind": "OBJECT", - "name": "StarterPack", - "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": "StarterPackOrder", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "StarterPackWhereInput", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "starterpacks", - "type": { - "kind": "OBJECT", - "name": "StarterPackConnection", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } - } - ], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "team", - "type": { - "kind": "OBJECT", - "name": "Team", - "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, - "description": null, - "isDeprecated": false, - "name": "teams", - "type": { - "kind": "OBJECT", - "name": "TeamConnection", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } - } - ], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "transaction", - "type": { - "kind": "OBJECT", - "name": "Transaction", - "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": "TransactionOrder", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "TransactionWhereInput", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "transactions", - "type": { - "kind": "OBJECT", - "name": "TransactionConnection", - "ofType": null - } - } - ], - "inputFields": [], - "interfaces": [], - "kind": "OBJECT", - "name": "Query", - "possibleTypes": [] - }, - { - "description": null, - "enumValues": [], - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "eventID", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "title", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "description", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "points", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "BigInt", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "createdAt", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Time", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "metadata", - "type": { - "kind": "OBJECT", - "name": "QuestMetadata", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "game", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Game", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "accountProgress", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Account", - "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": "Ordering options for Tokens returned from the connection.", - "name": "orderBy", - "type": { - "kind": "INPUT_OBJECT", - "name": "TokenOrder", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "Filtering options for Tokens returned from the connection.", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "TokenWhereInput", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "rewards", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "TokenConnection", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "subquests", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Quest", - "ofType": null - } - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "parent", - "type": { - "kind": "OBJECT", - "name": "Quest", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "discordGuild", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "DiscordGuild", - "ofType": null - } - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "twitterQuests", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "TwitterQuest", - "ofType": null - } - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "questEvents", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "QuestEvent", - "ofType": null - } - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "questProgression", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "AccountQuest", - "ofType": null - } - } - } - } - ], - "inputFields": [], - "interfaces": [ - { - "kind": "INTERFACE", - "name": "Node", - "ofType": null - } - ], - "kind": "OBJECT", - "name": "Quest", - "possibleTypes": [] - }, - { - "description": null, - "enumValues": [], - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "text", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "url", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "redirect", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - ], - "inputFields": [], - "interfaces": [], - "kind": "OBJECT", - "name": "QuestCallToAction", - "possibleTypes": [] - }, - { - "description": "A connection to a list of items.", - "enumValues": [], - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": "A list of edges.", - "isDeprecated": false, - "name": "edges", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "QuestEdge", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": "Information to aid in pagination.", - "isDeprecated": false, - "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": "QuestConnection", - "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": "Quest", - "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": "QuestEdge", - "possibleTypes": [] - }, - { - "description": null, - "enumValues": [], - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "fromAddress", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "firstKey", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "type", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "QuestEventType", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "description", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "countTarget", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Long", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "fieldIndex", - "type": { - "kind": "SCALAR", - "name": "Long", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "expectedValueTarget", - "type": { - "kind": "SCALAR", - "name": "Long", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "accumulatedValuesTarget", - "type": { - "kind": "SCALAR", - "name": "Long", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "uniqueValuesTarget", - "type": { - "kind": "SCALAR", - "name": "Long", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "createdAt", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Time", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "quest", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Quest", - "ofType": null - } - } - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "from", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Contract", - "ofType": null - } - } - } - ], - "inputFields": [], - "interfaces": [ - { - "kind": "INTERFACE", - "name": "Node", - "ofType": null - } - ], - "kind": "OBJECT", - "name": "QuestEvent", - "possibleTypes": [] - }, - { - "description": "A connection to a list of items.", - "enumValues": [], - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": "A list of edges.", - "isDeprecated": false, - "name": "edges", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "QuestEventEdge", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": "Information to aid in pagination.", - "isDeprecated": false, - "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": "QuestEventConnection", - "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": "QuestEvent", - "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": "QuestEventEdge", - "possibleTypes": [] - }, - { - "description": "Ordering options for QuestEvent connections", - "enumValues": [], - "fields": [], - "inputFields": [ - { - "defaultValue": "ASC", - "description": "The ordering direction.", - "name": "direction", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "OrderDirection", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": "The field by which to order QuestEvents.", - "name": "field", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "QuestEventOrderField", - "ofType": null - } - } - } - ], - "interfaces": [], - "kind": "INPUT_OBJECT", - "name": "QuestEventOrder", - "possibleTypes": [] - }, - { - "description": "Properties by which QuestEvent connections can be ordered.", - "enumValues": [ - { - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "CREATED_AT" - } - ], - "fields": [], - "inputFields": [], - "interfaces": [], - "kind": "ENUM", - "name": "QuestEventOrderField", - "possibleTypes": [] - }, - { - "description": "QuestEventType is enum for the field type", - "enumValues": [ - { - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "count" - }, - { - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "field_expected" - }, - { - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "field_accumulate" - }, - { - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "field_unique" - } - ], - "fields": [], - "inputFields": [], - "interfaces": [], - "kind": "ENUM", - "name": "QuestEventType", - "possibleTypes": [] - }, - { - "description": "QuestEventWhereInput is used for filtering QuestEvent objects.\nInput was generated by ent.", - "enumValues": [], - "fields": [], - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "not", - "type": { - "kind": "INPUT_OBJECT", - "name": "QuestEventWhereInput", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "and", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "QuestEventWhereInput", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "or", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "QuestEventWhereInput", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "id field predicates", - "name": "id", - "type": { - "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 - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "idNotIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "idGT", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "idGTE", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "idLT", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "idLTE", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "from_address field predicates", - "name": "fromAddress", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "fromAddressNEQ", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "fromAddressIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "fromAddressNotIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "fromAddressGT", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "fromAddressGTE", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "fromAddressLT", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "fromAddressLTE", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "fromAddressContains", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "fromAddressHasPrefix", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "fromAddressHasSuffix", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "fromAddressEqualFold", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "fromAddressContainsFold", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "first_key field predicates", - "name": "firstKey", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "firstKeyNEQ", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "firstKeyIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "firstKeyNotIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "firstKeyGT", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "firstKeyGTE", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "firstKeyLT", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "firstKeyLTE", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "firstKeyContains", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "firstKeyHasPrefix", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "firstKeyHasSuffix", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "firstKeyEqualFold", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "firstKeyContainsFold", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "type field predicates", - "name": "type", - "type": { - "kind": "ENUM", - "name": "QuestEventType", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "typeNEQ", - "type": { - "kind": "ENUM", - "name": "QuestEventType", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "typeIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "QuestEventType", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "typeNotIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "QuestEventType", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "description field predicates", - "name": "description", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "descriptionNEQ", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "descriptionIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "descriptionNotIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "descriptionGT", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "descriptionGTE", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "descriptionLT", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "descriptionLTE", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "descriptionContains", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "descriptionHasPrefix", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "descriptionHasSuffix", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "descriptionIsNil", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "descriptionNotNil", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "descriptionEqualFold", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "descriptionContainsFold", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "count_target field predicates", - "name": "countTarget", - "type": { - "kind": "SCALAR", - "name": "Long", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "countTargetNEQ", - "type": { - "kind": "SCALAR", - "name": "Long", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "countTargetIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Long", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "countTargetNotIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Long", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "countTargetGT", - "type": { - "kind": "SCALAR", - "name": "Long", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "countTargetGTE", - "type": { - "kind": "SCALAR", - "name": "Long", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "countTargetLT", - "type": { - "kind": "SCALAR", - "name": "Long", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "countTargetLTE", - "type": { - "kind": "SCALAR", - "name": "Long", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "field_index field predicates", - "name": "fieldIndex", - "type": { - "kind": "SCALAR", - "name": "Long", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "fieldIndexNEQ", - "type": { - "kind": "SCALAR", - "name": "Long", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "fieldIndexIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Long", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "fieldIndexNotIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Long", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "fieldIndexGT", - "type": { - "kind": "SCALAR", - "name": "Long", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "fieldIndexGTE", - "type": { - "kind": "SCALAR", - "name": "Long", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "fieldIndexLT", - "type": { - "kind": "SCALAR", - "name": "Long", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "fieldIndexLTE", - "type": { - "kind": "SCALAR", - "name": "Long", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "fieldIndexIsNil", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "fieldIndexNotNil", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "expected_value_target field predicates", - "name": "expectedValueTarget", - "type": { - "kind": "SCALAR", - "name": "Long", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "expectedValueTargetNEQ", - "type": { - "kind": "SCALAR", - "name": "Long", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "expectedValueTargetIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Long", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "expectedValueTargetNotIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Long", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "expectedValueTargetGT", - "type": { - "kind": "SCALAR", - "name": "Long", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "expectedValueTargetGTE", - "type": { - "kind": "SCALAR", - "name": "Long", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "expectedValueTargetLT", - "type": { - "kind": "SCALAR", - "name": "Long", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "expectedValueTargetLTE", - "type": { - "kind": "SCALAR", - "name": "Long", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "expectedValueTargetIsNil", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "expectedValueTargetNotNil", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "accumulated_values_target field predicates", - "name": "accumulatedValuesTarget", - "type": { - "kind": "SCALAR", - "name": "Long", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "accumulatedValuesTargetNEQ", - "type": { - "kind": "SCALAR", - "name": "Long", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "accumulatedValuesTargetIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Long", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "accumulatedValuesTargetNotIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Long", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "accumulatedValuesTargetGT", - "type": { - "kind": "SCALAR", - "name": "Long", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "accumulatedValuesTargetGTE", - "type": { - "kind": "SCALAR", - "name": "Long", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "accumulatedValuesTargetLT", - "type": { - "kind": "SCALAR", - "name": "Long", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "accumulatedValuesTargetLTE", - "type": { - "kind": "SCALAR", - "name": "Long", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "accumulatedValuesTargetIsNil", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "accumulatedValuesTargetNotNil", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "unique_values_target field predicates", - "name": "uniqueValuesTarget", - "type": { - "kind": "SCALAR", - "name": "Long", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "uniqueValuesTargetNEQ", - "type": { - "kind": "SCALAR", - "name": "Long", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "uniqueValuesTargetIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Long", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "uniqueValuesTargetNotIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Long", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "uniqueValuesTargetGT", - "type": { - "kind": "SCALAR", - "name": "Long", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "uniqueValuesTargetGTE", - "type": { - "kind": "SCALAR", - "name": "Long", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "uniqueValuesTargetLT", - "type": { - "kind": "SCALAR", - "name": "Long", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "uniqueValuesTargetLTE", - "type": { - "kind": "SCALAR", - "name": "Long", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "uniqueValuesTargetIsNil", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "uniqueValuesTargetNotNil", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "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": "quest edge predicates", - "name": "hasQuest", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "hasQuestWith", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "QuestWhereInput", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "from edge predicates", - "name": "hasFrom", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "hasFromWith", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "ContractWhereInput", - "ofType": null - } - } - } - } - ], - "interfaces": [], - "kind": "INPUT_OBJECT", - "name": "QuestEventWhereInput", - "possibleTypes": [] - }, - { - "description": null, - "enumValues": [], - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "callToAction", - "type": { - "kind": "OBJECT", - "name": "QuestCallToAction", - "ofType": null - } - } - ], - "inputFields": [], - "interfaces": [], - "kind": "OBJECT", - "name": "QuestMetadata", - "possibleTypes": [] - }, - { - "description": "Ordering options for Quest connections", - "enumValues": [], - "fields": [], - "inputFields": [ - { - "defaultValue": "ASC", - "description": "The ordering direction.", - "name": "direction", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "OrderDirection", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": "The field by which to order Quests.", - "name": "field", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "QuestOrderField", - "ofType": null - } - } - } - ], - "interfaces": [], - "kind": "INPUT_OBJECT", - "name": "QuestOrder", - "possibleTypes": [] - }, - { - "description": "Properties by which Quest connections can be ordered.", - "enumValues": [ - { - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "CREATED_AT" - } - ], - "fields": [], - "inputFields": [], - "interfaces": [], - "kind": "ENUM", - "name": "QuestOrderField", - "possibleTypes": [] - }, - { - "description": "QuestWhereInput is used for filtering Quest objects.\nInput was generated by ent.", - "enumValues": [], - "fields": [], - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "not", - "type": { - "kind": "INPUT_OBJECT", - "name": "QuestWhereInput", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "and", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "QuestWhereInput", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "or", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "QuestWhereInput", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "id field predicates", - "name": "id", - "type": { - "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 - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "idNotIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "idGT", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "idGTE", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "idLT", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "idLTE", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "event_id field predicates", - "name": "eventID", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "eventIDNEQ", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "eventIDIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "eventIDNotIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "eventIDGT", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "eventIDGTE", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "eventIDLT", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "eventIDLTE", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "eventIDContains", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "eventIDHasPrefix", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "eventIDHasSuffix", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "eventIDIsNil", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "eventIDNotNil", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "eventIDEqualFold", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "eventIDContainsFold", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "title field predicates", - "name": "title", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "titleNEQ", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "titleIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "titleNotIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "titleGT", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "titleGTE", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "titleLT", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "titleLTE", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "titleContains", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "titleHasPrefix", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "titleHasSuffix", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "titleEqualFold", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "titleContainsFold", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "description field predicates", - "name": "description", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "descriptionNEQ", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "descriptionIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "descriptionNotIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "descriptionGT", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "descriptionGTE", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "descriptionLT", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "descriptionLTE", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "descriptionContains", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "descriptionHasPrefix", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "descriptionHasSuffix", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "descriptionEqualFold", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "descriptionContainsFold", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "points field predicates", - "name": "points", - "type": { - "kind": "SCALAR", - "name": "BigInt", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "pointsNEQ", - "type": { - "kind": "SCALAR", - "name": "BigInt", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "pointsIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "BigInt", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "pointsNotIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "BigInt", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "pointsGT", - "type": { - "kind": "SCALAR", - "name": "BigInt", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "pointsGTE", - "type": { - "kind": "SCALAR", - "name": "BigInt", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "pointsLT", - "type": { - "kind": "SCALAR", - "name": "BigInt", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "pointsLTE", - "type": { - "kind": "SCALAR", - "name": "BigInt", - "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": "game edge predicates", - "name": "hasGame", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "hasGameWith", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "GameWhereInput", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "account_progress edge predicates", - "name": "hasAccountProgress", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "hasAccountProgressWith", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "AccountWhereInput", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "rewards edge predicates", - "name": "hasRewards", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "hasRewardsWith", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "TokenWhereInput", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "subquests edge predicates", - "name": "hasSubquests", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "hasSubquestsWith", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "QuestWhereInput", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "parent edge predicates", - "name": "hasParent", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "hasParentWith", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "QuestWhereInput", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "discord_guild edge predicates", - "name": "hasDiscordGuild", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "hasDiscordGuildWith", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "DiscordGuildWhereInput", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "twitter_quests edge predicates", - "name": "hasTwitterQuests", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "hasTwitterQuestsWith", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "TwitterQuestWhereInput", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "quest_events edge predicates", - "name": "hasQuestEvents", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "hasQuestEventsWith", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "QuestEventWhereInput", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "quest_progression edge predicates", - "name": "hasQuestProgression", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "hasQuestProgressionWith", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "AccountQuestWhereInput", - "ofType": null - } - } - } - } - ], - "interfaces": [], - "kind": "INPUT_OBJECT", - "name": "QuestWhereInput", - "possibleTypes": [] - }, - { - "description": null, - "enumValues": [], - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "constraint", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Constraint", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "roleID", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - ], - "inputFields": [], - "interfaces": [], - "kind": "OBJECT", - "name": "Requirement", - "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": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "proverUrl", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "storeProofs", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "starknetUrl", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "signerKey", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "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": "privateKey", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "batchSize", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "startBlock", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - } - ], - "inputFields": [], - "interfaces": [], - "kind": "OBJECT", - "name": "SayaConfig", - "possibleTypes": [] - }, - { - "description": null, - "enumValues": [], - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "name", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "description", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "target", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "selector", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "createdAt", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Time", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "updatedAt", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Time", - "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": "Ordering options for Games returned from the connection.", - "name": "orderBy", - "type": { - "kind": "INPUT_OBJECT", - "name": "GameOrder", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "Filtering options for Games returned from the connection.", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "GameWhereInput", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "games", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "GameConnection", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "contract", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Contract", - "ofType": null - } - } - } - ], - "inputFields": [], - "interfaces": [ - { - "kind": "INTERFACE", - "name": "Node", - "ofType": null - } - ], - "kind": "OBJECT", - "name": "Scope", - "possibleTypes": [] - }, - { - "description": "A connection to a list of items.", - "enumValues": [], - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": "A list of edges.", - "isDeprecated": false, - "name": "edges", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ScopeEdge", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": "Information to aid in pagination.", - "isDeprecated": false, - "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": "ScopeConnection", - "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": "Scope", - "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": "ScopeEdge", - "possibleTypes": [] - }, - { - "description": null, - "enumValues": [], - "fields": [], - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "name", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "description", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "target", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "selector", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - ], - "interfaces": [], - "kind": "INPUT_OBJECT", - "name": "ScopeInput", - "possibleTypes": [] - }, - { - "description": "Ordering options for Scope connections", - "enumValues": [], - "fields": [], - "inputFields": [ - { - "defaultValue": "ASC", - "description": "The ordering direction.", - "name": "direction", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "OrderDirection", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": "The field by which to order Scopes.", - "name": "field", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "ScopeOrderField", - "ofType": null - } - } - } - ], - "interfaces": [], - "kind": "INPUT_OBJECT", - "name": "ScopeOrder", - "possibleTypes": [] - }, - { - "description": "Properties by which Scope connections can be ordered.", - "enumValues": [ - { - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "CREATED_AT" - } - ], - "fields": [], - "inputFields": [], - "interfaces": [], - "kind": "ENUM", - "name": "ScopeOrderField", - "possibleTypes": [] - }, - { - "description": "ScopeWhereInput is used for filtering Scope objects.\nInput was generated by ent.", - "enumValues": [], - "fields": [], - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "not", - "type": { - "kind": "INPUT_OBJECT", - "name": "ScopeWhereInput", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "and", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "ScopeWhereInput", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "or", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "ScopeWhereInput", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "id field predicates", - "name": "id", - "type": { - "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 - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "idNotIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "idGT", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "idGTE", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "idLT", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "idLTE", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "name field predicates", - "name": "name", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "nameNEQ", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "nameIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "nameNotIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "nameGT", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "nameGTE", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "nameLT", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "nameLTE", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "nameContains", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "nameHasPrefix", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "nameHasSuffix", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "nameIsNil", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "nameNotNil", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "nameEqualFold", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "nameContainsFold", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "description field predicates", - "name": "description", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "descriptionNEQ", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "descriptionIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "descriptionNotIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "descriptionGT", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "descriptionGTE", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "descriptionLT", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "descriptionLTE", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "descriptionContains", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "descriptionHasPrefix", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "descriptionHasSuffix", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "descriptionIsNil", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "descriptionNotNil", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "descriptionEqualFold", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "descriptionContainsFold", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "target field predicates", - "name": "target", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "targetNEQ", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "targetIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "targetNotIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "targetGT", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "targetGTE", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "targetLT", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "targetLTE", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "targetContains", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "targetHasPrefix", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "targetHasSuffix", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "targetEqualFold", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "targetContainsFold", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "selector field predicates", - "name": "selector", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "selectorNEQ", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "selectorIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "selectorNotIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "selectorGT", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "selectorGTE", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "selectorLT", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "selectorLTE", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "selectorContains", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "selectorHasPrefix", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "selectorHasSuffix", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "selectorEqualFold", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "selectorContainsFold", - "type": { - "kind": "SCALAR", - "name": "String", - "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 - } - }, - { - "defaultValue": null, - "description": "games edge predicates", - "name": "hasGames", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "hasGamesWith", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "GameWhereInput", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "contract edge predicates", - "name": "hasContract", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "hasContractWith", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "ContractWhereInput", - "ofType": null - } - } - } - } - ], - "interfaces": [], - "kind": "INPUT_OBJECT", - "name": "ScopeWhereInput", - "possibleTypes": [] - }, - { - "description": null, - "enumValues": [], - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "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 - } - } - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "defaultVersion", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "createdAt", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Time", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "updatedAt", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Time", - "ofType": null - } - } - }, - { - "args": [], - "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", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ServiceEdge", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": "Information to aid in pagination.", - "isDeprecated": false, - "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": "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 - } - }, - { - "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": "ServiceEdge", - "possibleTypes": [] - }, - { - "description": "Ordering options for Service connections", - "enumValues": [], - "fields": [], - "inputFields": [ - { - "defaultValue": "ASC", - "description": "The ordering direction.", - "name": "direction", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "OrderDirection", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": "The field by which to order Services.", - "name": "field", - "type": { - "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": [ - { - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "CREATED_AT" - } - ], - "fields": [], - "inputFields": [], - "interfaces": [], - "kind": "ENUM", - "name": "ServiceOrderField", - "possibleTypes": [] - }, - { - "description": "ServiceWhereInput is used for filtering Service objects.\nInput was generated by ent.", - "enumValues": [], - "fields": [], - "inputFields": [ - { - "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 - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "or", - "type": { - "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 - } - }, - { - "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 - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "idNotIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "idGT", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "idGTE", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "idLT", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "idLTE", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "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": "String", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "defaultVersionNotIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "defaultVersionGT", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "defaultVersionGTE", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "defaultVersionLT", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "defaultVersionLTE", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "defaultVersionContains", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "defaultVersionHasPrefix", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "defaultVersionHasSuffix", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "defaultVersionEqualFold", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "defaultVersionContainsFold", - "type": { - "kind": "SCALAR", - "name": "String", - "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 - } - }, - { - "defaultValue": null, - "description": "deployments edge predicates", - "name": "hasDeployments", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "hasDeploymentsWith", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "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": "twitter", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "discord", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "website", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ], - "inputFields": [], - "interfaces": [], - "kind": "OBJECT", - "name": "Socials", - "possibleTypes": [] - }, - { - "description": null, - "enumValues": [], - "fields": [], - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "twitter", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "discord", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "website", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ], - "interfaces": [], - "kind": "INPUT_OBJECT", - "name": "SocialsInput", - "possibleTypes": [] - }, - { - "description": null, - "enumValues": [], - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "chainID", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ChainID", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "name", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "description", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "active", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "lastIssued", - "type": { - "kind": "SCALAR", - "name": "BigInt", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "issuance", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "maxIssuance", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "toIssueTokens", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "BigInt", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "createdAt", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Time", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "game", - "type": { - "kind": "OBJECT", - "name": "Game", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "prerequisitesQuests", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Quest", - "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": "Ordering options for Accounts returned from the connection.", - "name": "orderBy", - "type": { - "kind": "INPUT_OBJECT", - "name": "AccountOrder", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "Filtering options for Accounts returned from the connection.", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "AccountWhereInput", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "accounts", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "AccountConnection", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "fungibles", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Contract", - "ofType": null - } - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "tokens", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Token", - "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 AccountStarterPacks returned from the connection.", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "AccountStarterPackWhereInput", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "accountStarterPack", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "AccountStarterPackConnection", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "starterPackFungibles", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "StarterPackContract", - "ofType": null - } - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "starterPackTokens", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "StarterPackToken", - "ofType": null - } - } - } - } - ], - "inputFields": [], - "interfaces": [ - { - "kind": "INTERFACE", - "name": "Node", - "ofType": null - } - ], - "kind": "OBJECT", - "name": "StarterPack", - "possibleTypes": [] - }, - { - "description": "A connection to a list of items.", - "enumValues": [], - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": "A list of edges.", - "isDeprecated": false, - "name": "edges", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "StarterPackEdge", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": "Information to aid in pagination.", - "isDeprecated": false, - "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": "StarterPackConnection", - "possibleTypes": [] - }, - { - "description": null, - "enumValues": [], - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "starterPackID", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "contractID", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "BigInt", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "starterPack", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "StarterPack", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "contract", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Contract", - "ofType": null - } - } - } - ], - "inputFields": [], - "interfaces": [ - { - "kind": "INTERFACE", - "name": "Node", - "ofType": null - } - ], - "kind": "OBJECT", - "name": "StarterPackContract", - "possibleTypes": [] - }, - { - "description": "StarterPackContractWhereInput is used for filtering StarterPackContract objects.\nInput was generated by ent.", - "enumValues": [], - "fields": [], - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "not", - "type": { - "kind": "INPUT_OBJECT", - "name": "StarterPackContractWhereInput", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "and", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "StarterPackContractWhereInput", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "or", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "StarterPackContractWhereInput", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "id field predicates", - "name": "id", - "type": { - "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 - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "idNotIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "idGT", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "idGTE", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "idLT", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "idLTE", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "amount field predicates", - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "BigInt", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "amountNEQ", - "type": { - "kind": "SCALAR", - "name": "BigInt", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "amountIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "BigInt", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "amountNotIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "BigInt", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "amountGT", - "type": { - "kind": "SCALAR", - "name": "BigInt", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "amountGTE", - "type": { - "kind": "SCALAR", - "name": "BigInt", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "amountLT", - "type": { - "kind": "SCALAR", - "name": "BigInt", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "amountLTE", - "type": { - "kind": "SCALAR", - "name": "BigInt", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "amountIsNil", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "amountNotNil", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - ], - "interfaces": [], - "kind": "INPUT_OBJECT", - "name": "StarterPackContractWhereInput", - "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": "StarterPack", - "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": "StarterPackEdge", - "possibleTypes": [] - }, - { - "description": "Ordering options for StarterPack connections", - "enumValues": [], - "fields": [], - "inputFields": [ - { - "defaultValue": "ASC", - "description": "The ordering direction.", - "name": "direction", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "OrderDirection", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": "The field by which to order StarterPacks.", - "name": "field", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "StarterPackOrderField", - "ofType": null - } - } - } - ], - "interfaces": [], - "kind": "INPUT_OBJECT", - "name": "StarterPackOrder", - "possibleTypes": [] - }, - { - "description": "Properties by which StarterPack connections can be ordered.", - "enumValues": [ - { - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "CREATED_AT" - } - ], - "fields": [], - "inputFields": [], - "interfaces": [], - "kind": "ENUM", - "name": "StarterPackOrderField", - "possibleTypes": [] - }, - { - "description": null, - "enumValues": [], - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "starterPackID", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "tokenID", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "BigInt", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "starterPack", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "StarterPack", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "token", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Token", - "ofType": null - } - } - } - ], - "inputFields": [], - "interfaces": [ - { - "kind": "INTERFACE", - "name": "Node", - "ofType": null - } - ], - "kind": "OBJECT", - "name": "StarterPackToken", - "possibleTypes": [] - }, - { - "description": "StarterPackTokenWhereInput is used for filtering StarterPackToken objects.\nInput was generated by ent.", - "enumValues": [], - "fields": [], - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "not", - "type": { - "kind": "INPUT_OBJECT", - "name": "StarterPackTokenWhereInput", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "and", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "StarterPackTokenWhereInput", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "or", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "StarterPackTokenWhereInput", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "id field predicates", - "name": "id", - "type": { - "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 - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "idNotIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "idGT", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "idGTE", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "idLT", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "idLTE", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "amount field predicates", - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "BigInt", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "amountNEQ", - "type": { - "kind": "SCALAR", - "name": "BigInt", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "amountIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "BigInt", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "amountNotIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "BigInt", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "amountGT", - "type": { - "kind": "SCALAR", - "name": "BigInt", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "amountGTE", - "type": { - "kind": "SCALAR", - "name": "BigInt", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "amountLT", - "type": { - "kind": "SCALAR", - "name": "BigInt", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "amountLTE", - "type": { - "kind": "SCALAR", - "name": "BigInt", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "amountIsNil", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "amountNotNil", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - ], - "interfaces": [], - "kind": "INPUT_OBJECT", - "name": "StarterPackTokenWhereInput", - "possibleTypes": [] - }, - { - "description": "StarterPackWhereInput is used for filtering StarterPack objects.\nInput was generated by ent.", - "enumValues": [], - "fields": [], - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "not", - "type": { - "kind": "INPUT_OBJECT", - "name": "StarterPackWhereInput", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "and", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "StarterPackWhereInput", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "or", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "StarterPackWhereInput", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "id field predicates", - "name": "id", - "type": { - "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 - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "idNotIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "idGT", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "idGTE", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "idLT", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "idLTE", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "chain_id field predicates", - "name": "chainID", - "type": { - "kind": "SCALAR", - "name": "ChainID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "chainIDNEQ", - "type": { - "kind": "SCALAR", - "name": "ChainID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "chainIDIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ChainID", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "chainIDNotIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ChainID", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "chainIDGT", - "type": { - "kind": "SCALAR", - "name": "ChainID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "chainIDGTE", - "type": { - "kind": "SCALAR", - "name": "ChainID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "chainIDLT", - "type": { - "kind": "SCALAR", - "name": "ChainID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "chainIDLTE", - "type": { - "kind": "SCALAR", - "name": "ChainID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "chainIDContains", - "type": { - "kind": "SCALAR", - "name": "ChainID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "chainIDHasPrefix", - "type": { - "kind": "SCALAR", - "name": "ChainID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "chainIDHasSuffix", - "type": { - "kind": "SCALAR", - "name": "ChainID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "chainIDEqualFold", - "type": { - "kind": "SCALAR", - "name": "ChainID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "chainIDContainsFold", - "type": { - "kind": "SCALAR", - "name": "ChainID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "name field predicates", - "name": "name", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "nameNEQ", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "nameIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "nameNotIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "nameGT", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "nameGTE", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "nameLT", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "nameLTE", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "nameContains", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "nameHasPrefix", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "nameHasSuffix", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "nameIsNil", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "nameNotNil", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "nameEqualFold", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "nameContainsFold", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "description field predicates", - "name": "description", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "descriptionNEQ", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "descriptionIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "descriptionNotIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "descriptionGT", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "descriptionGTE", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "descriptionLT", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "descriptionLTE", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "descriptionContains", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "descriptionHasPrefix", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "descriptionHasSuffix", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "descriptionIsNil", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "descriptionNotNil", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "descriptionEqualFold", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "descriptionContainsFold", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "active field predicates", - "name": "active", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "activeNEQ", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "last_issued field predicates", - "name": "lastIssued", - "type": { - "kind": "SCALAR", - "name": "BigInt", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "lastIssuedNEQ", - "type": { - "kind": "SCALAR", - "name": "BigInt", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "lastIssuedIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "BigInt", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "lastIssuedNotIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "BigInt", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "lastIssuedGT", - "type": { - "kind": "SCALAR", - "name": "BigInt", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "lastIssuedGTE", - "type": { - "kind": "SCALAR", - "name": "BigInt", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "lastIssuedLT", - "type": { - "kind": "SCALAR", - "name": "BigInt", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "lastIssuedLTE", - "type": { - "kind": "SCALAR", - "name": "BigInt", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "lastIssuedIsNil", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "lastIssuedNotNil", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "issuance field predicates", - "name": "issuance", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "issuanceNEQ", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "issuanceIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "issuanceNotIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "issuanceGT", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "issuanceGTE", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "issuanceLT", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "issuanceLTE", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "max_issuance field predicates", - "name": "maxIssuance", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "maxIssuanceNEQ", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "maxIssuanceIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "maxIssuanceNotIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "maxIssuanceGT", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "maxIssuanceGTE", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "maxIssuanceLT", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "maxIssuanceLTE", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "maxIssuanceIsNil", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "maxIssuanceNotNil", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "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": "game edge predicates", - "name": "hasGame", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "hasGameWith", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "GameWhereInput", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "prerequisites_quests edge predicates", - "name": "hasPrerequisitesQuests", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "hasPrerequisitesQuestsWith", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "QuestWhereInput", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "accounts edge predicates", - "name": "hasAccounts", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "hasAccountsWith", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "AccountWhereInput", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "fungibles edge predicates", - "name": "hasFungibles", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "hasFungiblesWith", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "ContractWhereInput", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "tokens edge predicates", - "name": "hasTokens", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "hasTokensWith", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "TokenWhereInput", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "account_starter_pack edge predicates", - "name": "hasAccountStarterPack", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "hasAccountStarterPackWith", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "AccountStarterPackWhereInput", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "starter_pack_fungibles edge predicates", - "name": "hasStarterPackFungibles", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "hasStarterPackFungiblesWith", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "StarterPackContractWhereInput", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "starter_pack_tokens edge predicates", - "name": "hasStarterPackTokens", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "hasStarterPackTokensWith", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "StarterPackTokenWhereInput", - "ofType": null - } - } - } - } - ], - "interfaces": [], - "kind": "INPUT_OBJECT", - "name": "StarterPackWhereInput", - "possibleTypes": [] - }, - { - "description": "The `String`scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.", - "enumValues": [], - "fields": [], - "inputFields": [], - "interfaces": [], - "kind": "SCALAR", - "name": "String", - "possibleTypes": [] - }, - { - "description": null, - "enumValues": [], - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "traitType", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "displayType", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "value", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - ], - "inputFields": [], - "interfaces": [], - "kind": "OBJECT", - "name": "StringAttribute", - "possibleTypes": [] - }, - { - "description": null, - "enumValues": [], - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "name", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "description", - "type": { - "kind": "SCALAR", - "name": "String", - "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": "Ordering options for Deployments returned from the connection.", - "name": "orderBy", - "type": { - "kind": "INPUT_OBJECT", - "name": "DeploymentOrder", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "Filtering options for Deployments returned from the connection.", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "DeploymentWhereInput", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "deployments", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "DeploymentConnection", - "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": "Ordering options for Accounts returned from the connection.", - "name": "orderBy", - "type": { - "kind": "INPUT_OBJECT", - "name": "AccountOrder", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "Filtering options for Accounts returned from the connection.", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "AccountWhereInput", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "members", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "AccountConnection", - "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 AccountTeams returned from the connection.", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "AccountTeamWhereInput", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "membership", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "AccountTeamConnection", - "ofType": null - } - } - } - ], - "inputFields": [], - "interfaces": [ - { - "kind": "INTERFACE", - "name": "Node", - "ofType": null - } - ], - "kind": "OBJECT", - "name": "Team", - "possibleTypes": [] - }, - { - "description": "A connection to a list of items.", - "enumValues": [], - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": "A list of edges.", - "isDeprecated": false, - "name": "edges", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "TeamEdge", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": "Information to aid in pagination.", - "isDeprecated": false, - "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": "TeamConnection", - "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": "Team", - "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": "TeamEdge", - "possibleTypes": [] - }, - { - "description": "TeamWhereInput is used for filtering Team objects.\nInput was generated by ent.", - "enumValues": [], - "fields": [], - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "not", - "type": { - "kind": "INPUT_OBJECT", - "name": "TeamWhereInput", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "and", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "TeamWhereInput", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "or", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "TeamWhereInput", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "id field predicates", - "name": "id", - "type": { - "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 - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "idNotIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "idGT", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "idGTE", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "idLT", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "idLTE", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "name field predicates", - "name": "name", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "nameNEQ", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "nameIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "nameNotIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "nameGT", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "nameGTE", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "nameLT", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "nameLTE", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "nameContains", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "nameHasPrefix", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "nameHasSuffix", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "nameEqualFold", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "nameContainsFold", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "description field predicates", - "name": "description", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "descriptionNEQ", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "descriptionIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "descriptionNotIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "descriptionGT", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "descriptionGTE", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "descriptionLT", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "descriptionLTE", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "descriptionContains", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "descriptionHasPrefix", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "descriptionHasSuffix", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "descriptionIsNil", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "descriptionNotNil", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "descriptionEqualFold", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "descriptionContainsFold", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "deployments edge predicates", - "name": "hasDeployments", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "hasDeploymentsWith", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "DeploymentWhereInput", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "members edge predicates", - "name": "hasMembers", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "hasMembersWith", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "AccountWhereInput", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "membership edge predicates", - "name": "hasMembership", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "hasMembershipWith", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "AccountTeamWhereInput", - "ofType": null - } - } - } - } - ], - "interfaces": [], - "kind": "INPUT_OBJECT", - "name": "TeamWhereInput", - "possibleTypes": [] - }, - { - "description": "Maps a Time GraphQL scalar to a Go time.Time struct.", - "enumValues": [], - "fields": [], - "inputFields": [], - "interfaces": [], - "kind": "SCALAR", - "name": "Time", - "possibleTypes": [] - }, - { - "description": null, - "enumValues": [], - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "tokenID", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "BigInt", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "tokenURI", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "contract", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Contract", - "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": "Ordering options for Quests returned from the connection.", - "name": "orderBy", - "type": { - "kind": "INPUT_OBJECT", - "name": "QuestOrder", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "Filtering options for Quests returned from the connection.", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "QuestWhereInput", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "quests", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "QuestConnection", - "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": "Ordering options for Balances returned from the connection.", - "name": "orderBy", - "type": { - "kind": "INPUT_OBJECT", - "name": "BalanceOrder", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "Filtering options for Balances returned from the connection.", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "BalanceWhereInput", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "holders", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "BalanceConnection", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "image", - "type": { - "kind": "OBJECT", - "name": "File", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "thumbnail", - "type": { - "kind": "OBJECT", - "name": "File", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "starterPacks", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "StarterPack", - "ofType": null - } - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "starterPackTokens", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "StarterPackToken", - "ofType": null - } - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "metadata", - "type": { - "kind": "OBJECT", - "name": "Metadata", - "ofType": null - } - } - ], - "inputFields": [], - "interfaces": [ - { - "kind": "INTERFACE", - "name": "Node", - "ofType": null - } - ], - "kind": "OBJECT", - "name": "Token", - "possibleTypes": [] - }, - { - "description": "A connection to a list of items.", - "enumValues": [], - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": "A list of edges.", - "isDeprecated": false, - "name": "edges", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "TokenEdge", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": "Information to aid in pagination.", - "isDeprecated": false, - "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": "TokenConnection", - "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": "Token", - "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": "TokenEdge", - "possibleTypes": [] - }, - { - "description": "Ordering options for Token connections", - "enumValues": [], - "fields": [], - "inputFields": [ - { - "defaultValue": "ASC", - "description": "The ordering direction.", - "name": "direction", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "OrderDirection", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": "The field by which to order Tokens.", - "name": "field", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "TokenOrderField", - "ofType": null - } - } - } - ], - "interfaces": [], - "kind": "INPUT_OBJECT", - "name": "TokenOrder", - "possibleTypes": [] - }, - { - "description": "Properties by which Token connections can be ordered.", - "enumValues": [ - { - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "TOKEN_ID" - } - ], - "fields": [], - "inputFields": [], - "interfaces": [], - "kind": "ENUM", - "name": "TokenOrderField", - "possibleTypes": [] - }, - { - "description": null, - "enumValues": [], - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "contractAddress", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "requirements", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Requirement", - "ofType": null - } - } - } - } - } - ], - "inputFields": [], - "interfaces": [], - "kind": "OBJECT", - "name": "TokenRequirements", - "possibleTypes": [] - }, - { - "description": "TokenWhereInput is used for filtering Token objects.\nInput was generated by ent.", - "enumValues": [], - "fields": [], - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "not", - "type": { - "kind": "INPUT_OBJECT", - "name": "TokenWhereInput", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "and", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "TokenWhereInput", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "or", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "TokenWhereInput", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "id field predicates", - "name": "id", - "type": { - "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 - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "idNotIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "idGT", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "idGTE", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "idLT", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "idLTE", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "token_id field predicates", - "name": "tokenID", - "type": { - "kind": "SCALAR", - "name": "BigInt", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "tokenIDNEQ", - "type": { - "kind": "SCALAR", - "name": "BigInt", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "tokenIDIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "BigInt", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "tokenIDNotIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "BigInt", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "tokenIDGT", - "type": { - "kind": "SCALAR", - "name": "BigInt", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "tokenIDGTE", - "type": { - "kind": "SCALAR", - "name": "BigInt", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "tokenIDLT", - "type": { - "kind": "SCALAR", - "name": "BigInt", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "tokenIDLTE", - "type": { - "kind": "SCALAR", - "name": "BigInt", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "token_uri field predicates", - "name": "tokenURI", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "tokenURINEQ", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "tokenURIIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "tokenURINotIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "tokenURIGT", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "tokenURIGTE", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "tokenURILT", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "tokenURILTE", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "tokenURIContains", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "tokenURIHasPrefix", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "tokenURIHasSuffix", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "tokenURIIsNil", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "tokenURINotNil", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "tokenURIEqualFold", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "tokenURIContainsFold", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "contract edge predicates", - "name": "hasContract", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "hasContractWith", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "ContractWhereInput", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "quests edge predicates", - "name": "hasQuests", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "hasQuestsWith", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "QuestWhereInput", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "holders edge predicates", - "name": "hasHolders", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "hasHoldersWith", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "BalanceWhereInput", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "image edge predicates", - "name": "hasImage", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "hasImageWith", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "FileWhereInput", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "thumbnail edge predicates", - "name": "hasThumbnail", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "hasThumbnailWith", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "FileWhereInput", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "starter_packs edge predicates", - "name": "hasStarterPacks", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "hasStarterPacksWith", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "StarterPackWhereInput", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "starter_pack_tokens edge predicates", - "name": "hasStarterPackTokens", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "hasStarterPackTokensWith", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "StarterPackTokenWhereInput", - "ofType": null - } - } - } - } - ], - "interfaces": [], - "kind": "INPUT_OBJECT", - "name": "TokenWhereInput", - "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": "graphql", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "grpc", - "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": "world", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "startBlock", - "type": { - "kind": "SCALAR", - "name": "Long", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "indexPending", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "pollingInterval", - "type": { - "kind": "SCALAR", - "name": "Long", - "ofType": null - } - } - ], - "inputFields": [], - "interfaces": [], - "kind": "OBJECT", - "name": "ToriiConfig", - "possibleTypes": [] - }, - { - "description": null, - "enumValues": [], - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "contractID", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "executorID", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "blockID", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "entryPointSelector", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "transactionHash", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "calldata", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "signature", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "nonce", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "estimatedFee", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "actualFee", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "createdAt", - "type": { - "kind": "SCALAR", - "name": "Time", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "updatedAt", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Time", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block", - "type": { - "kind": "OBJECT", - "name": "Block", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "contract", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Contract", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "to", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Contract", - "ofType": null - } - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "receipt", - "type": { - "kind": "OBJECT", - "name": "TransactionReceipt", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "events", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Event", - "ofType": null - } - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "questClaims", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "AccountQuest", - "ofType": null - } - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "starterPackClaims", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "AccountStarterPack", - "ofType": null - } - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "metadata", - "type": { - "kind": "UNION", - "name": "TransactionMetadata", - "ofType": null - } - } - ], - "inputFields": [], - "interfaces": [ - { - "kind": "INTERFACE", - "name": "Node", - "ofType": null - } - ], - "kind": "OBJECT", - "name": "Transaction", - "possibleTypes": [] - }, - { - "description": "A connection to a list of items.", - "enumValues": [], - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": "A list of edges.", - "isDeprecated": false, - "name": "edges", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "TransactionEdge", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": "Information to aid in pagination.", - "isDeprecated": false, - "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": "TransactionConnection", - "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": "Transaction", - "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": "TransactionEdge", - "possibleTypes": [] - }, - { - "description": null, - "enumValues": [], - "fields": [], - "inputFields": [], - "interfaces": [], - "kind": "UNION", - "name": "TransactionMetadata", - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "Call", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "MultiCall", - "ofType": null - } - ] - }, - { - "description": "Ordering options for Transaction connections", - "enumValues": [], - "fields": [], - "inputFields": [ - { - "defaultValue": "ASC", - "description": "The ordering direction.", - "name": "direction", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "OrderDirection", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": "The field by which to order Transactions.", - "name": "field", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "TransactionOrderField", - "ofType": null - } - } - } - ], - "interfaces": [], - "kind": "INPUT_OBJECT", - "name": "TransactionOrder", - "possibleTypes": [] - }, - { - "description": "Properties by which Transaction connections can be ordered.", - "enumValues": [ - { - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "NONCE" - }, - { - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "CREATED_AT" - }, - { - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "UPDATED_AT" - } - ], - "fields": [], - "inputFields": [], - "interfaces": [], - "kind": "ENUM", - "name": "TransactionOrderField", - "possibleTypes": [] - }, - { - "description": null, - "enumValues": [], - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "transactionHash", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "status", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "TransactionReceiptStatus", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "statusData", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "l1OriginMessage", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "L2Message", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block", - "type": { - "kind": "OBJECT", - "name": "Block", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "transaction", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Transaction", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "messagesSent", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "L1Message", - "ofType": null - } - } - } - } - ], - "inputFields": [], - "interfaces": [ - { - "kind": "INTERFACE", - "name": "Node", - "ofType": null - } - ], - "kind": "OBJECT", - "name": "TransactionReceipt", - "possibleTypes": [] - }, - { - "description": "A connection to a list of items.", - "enumValues": [], - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": "A list of edges.", - "isDeprecated": false, - "name": "edges", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "TransactionReceiptEdge", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": "Information to aid in pagination.", - "isDeprecated": false, - "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": "TransactionReceiptConnection", - "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": "TransactionReceipt", - "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": "TransactionReceiptEdge", - "possibleTypes": [] - }, - { - "description": "TransactionReceiptStatus is enum for the field status", - "enumValues": [ - { - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "UNKNOWN" - }, - { - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "RECEIVED" - }, - { - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "PENDING" - }, - { - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "ACCEPTED_ON_L2" - }, - { - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "ACCEPTED_ON_L1" - }, - { - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "REJECTED" - } - ], - "fields": [], - "inputFields": [], - "interfaces": [], - "kind": "ENUM", - "name": "TransactionReceiptStatus", - "possibleTypes": [] - }, - { - "description": "TransactionReceiptWhereInput is used for filtering TransactionReceipt objects.\nInput was generated by ent.", - "enumValues": [], - "fields": [], - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "not", - "type": { - "kind": "INPUT_OBJECT", - "name": "TransactionReceiptWhereInput", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "and", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "TransactionReceiptWhereInput", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "or", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "TransactionReceiptWhereInput", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "id field predicates", - "name": "id", - "type": { - "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 - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "idNotIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "idGT", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "idGTE", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "idLT", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "idLTE", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "transaction_hash field predicates", - "name": "transactionHash", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "transactionHashNEQ", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "transactionHashIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "transactionHashNotIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "transactionHashGT", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "transactionHashGTE", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "transactionHashLT", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "transactionHashLTE", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "transactionHashContains", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "transactionHashHasPrefix", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "transactionHashHasSuffix", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "transactionHashEqualFold", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "transactionHashContainsFold", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "status field predicates", - "name": "status", - "type": { - "kind": "ENUM", - "name": "TransactionReceiptStatus", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "statusNEQ", - "type": { - "kind": "ENUM", - "name": "TransactionReceiptStatus", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "statusIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "TransactionReceiptStatus", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "statusNotIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "TransactionReceiptStatus", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "status_data field predicates", - "name": "statusData", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "statusDataNEQ", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "statusDataIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "statusDataNotIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "statusDataGT", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "statusDataGTE", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "statusDataLT", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "statusDataLTE", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "statusDataContains", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "statusDataHasPrefix", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "statusDataHasSuffix", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "statusDataEqualFold", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "statusDataContainsFold", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "block edge predicates", - "name": "hasBlock", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "hasBlockWith", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "BlockWhereInput", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "transaction edge predicates", - "name": "hasTransaction", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "hasTransactionWith", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "TransactionWhereInput", - "ofType": null - } - } - } - } - ], - "interfaces": [], - "kind": "INPUT_OBJECT", - "name": "TransactionReceiptWhereInput", - "possibleTypes": [] - }, - { - "description": "TransactionWhereInput is used for filtering Transaction objects.\nInput was generated by ent.", - "enumValues": [], - "fields": [], - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "not", - "type": { - "kind": "INPUT_OBJECT", - "name": "TransactionWhereInput", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "and", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "TransactionWhereInput", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "or", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "TransactionWhereInput", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "id field predicates", - "name": "id", - "type": { - "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 - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "idNotIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "idGT", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "idGTE", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "idLT", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "idLTE", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "contract_id field predicates", - "name": "contractID", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "contractIDNEQ", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "contractIDIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "contractIDNotIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "contractIDGT", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "contractIDGTE", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "contractIDLT", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "contractIDLTE", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "contractIDContains", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "contractIDHasPrefix", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "contractIDHasSuffix", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "contractIDEqualFold", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "contractIDContainsFold", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "executor_id field predicates", - "name": "executorID", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "executorIDNEQ", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "executorIDIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "executorIDNotIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "executorIDGT", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "executorIDGTE", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "executorIDLT", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "executorIDLTE", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "executorIDContains", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "executorIDHasPrefix", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "executorIDHasSuffix", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "executorIDIsNil", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "executorIDNotNil", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "executorIDEqualFold", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "executorIDContainsFold", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "block_id field predicates", - "name": "blockID", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, + { + "description": null, + "enumValues": [ { - "defaultValue": null, + "deprecationReason": null, "description": null, - "name": "blockIDNEQ", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } + "isDeprecated": false, + "name": "asc" }, { - "defaultValue": null, + "deprecationReason": null, "description": null, - "name": "blockIDIn", + "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": "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": "blockIDNotIn", + "args": [], + "deprecationReason": null, + "description": "When paginating backwards, are there more items?", + "isDeprecated": false, + "name": "hasPreviousPage", "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": "blockIDGT", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "blockIDGTE", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "blockIDLT", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "blockIDLTE", - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "blockIDContains", + "args": [], + "deprecationReason": null, + "description": "When paginating backwards, the cursor to continue.", + "isDeprecated": false, + "name": "startCursor", "type": { "kind": "SCALAR", - "name": "ID", + "name": "Cursor", "ofType": null } }, { - "defaultValue": null, - "description": null, - "name": "blockIDHasPrefix", + "args": [], + "deprecationReason": null, + "description": "When paginating forwards, the cursor to continue.", + "isDeprecated": false, + "name": "endCursor", "type": { "kind": "SCALAR", - "name": "ID", + "name": "Cursor", "ofType": null } - }, + } + ], + "inputFields": [], + "interfaces": [], + "kind": "OBJECT", + "name": "PageInfo", + "possibleTypes": [] + }, + { + "description": null, + "enumValues": [], + "fields": [ { - "defaultValue": null, + "args": [], + "deprecationReason": null, "description": null, - "name": "blockIDHasSuffix", + "isDeprecated": false, + "name": "amount", "type": { "kind": "SCALAR", - "name": "ID", + "name": "String", "ofType": null } }, { - "defaultValue": null, + "args": [], + "deprecationReason": null, "description": null, - "name": "blockIDIsNil", + "isDeprecated": false, + "name": "base", "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "String", "ofType": null } }, { - "defaultValue": null, + "args": [], + "deprecationReason": null, "description": null, - "name": "blockIDNotNil", + "isDeprecated": false, + "name": "currency", "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "String", "ofType": null } - }, + } + ], + "inputFields": [], + "interfaces": [], + "kind": "OBJECT", + "name": "Price", + "possibleTypes": [] + }, + { + "description": null, + "enumValues": [], + "fields": [ { - "defaultValue": null, - "description": null, - "name": "blockIDEqualFold", + "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": "SCALAR", - "name": "ID", + "kind": "INTERFACE", + "name": "Node", "ofType": null } }, { - "defaultValue": null, - "description": null, - "name": "blockIDContainsFold", + "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": "SCALAR", - "name": "ID", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "Node", + "ofType": null + } + } } }, { - "defaultValue": null, - "description": "entry_point_selector field predicates", - "name": "entryPointSelector", + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "me", "type": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "Account", "ofType": null } }, { - "defaultValue": null, + "args": [ + { + "defaultValue": null, + "description": null, + "name": "id", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + } + } + ], + "deprecationReason": null, "description": null, - "name": "entryPointSelectorNEQ", + "isDeprecated": false, + "name": "account", "type": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "Account", "ofType": null } }, { - "defaultValue": null, - "description": null, - "name": "entryPointSelectorIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { + "args": [ + { + "defaultValue": null, + "description": null, + "name": "after", + "type": { "kind": "SCALAR", - "name": "String", + "name": "Cursor", "ofType": null } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "entryPointSelectorNotIn", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { + }, + { + "defaultValue": null, + "description": null, + "name": "first", + "type": { "kind": "SCALAR", - "name": "String", + "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 } }, { - "defaultValue": 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, - "name": "entryPointSelectorGT", + "isDeprecated": false, + "name": "deployment", "type": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "Deployment", "ofType": null } }, { - "defaultValue": 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, - "name": "entryPointSelectorGTE", + "isDeprecated": false, + "name": "deployments", "type": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "DeploymentConnection", "ofType": null } }, { - "defaultValue": 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, "description": null, - "name": "entryPointSelectorLT", + "isDeprecated": false, + "name": "price", "type": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "Price", "ofType": null } }, { - "defaultValue": null, + "args": [ + { + "defaultValue": null, + "description": null, + "name": "id", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + } + } + ], + "deprecationReason": null, "description": null, - "name": "entryPointSelectorLTE", + "isDeprecated": false, + "name": "team", "type": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "Team", "ofType": null } }, { - "defaultValue": 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, "description": null, - "name": "entryPointSelectorContains", + "isDeprecated": false, + "name": "teams", "type": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "TeamConnection", "ofType": null } - }, + } + ], + "inputFields": [], + "interfaces": [], + "kind": "OBJECT", + "name": "Query", + "possibleTypes": [] + }, + { + "description": null, + "enumValues": [], + "fields": [ { - "defaultValue": null, + "args": [], + "deprecationReason": null, "description": null, - "name": "entryPointSelectorHasPrefix", + "isDeprecated": false, + "name": "memory", "type": { "kind": "SCALAR", - "name": "String", + "name": "Float", "ofType": null } }, { - "defaultValue": null, + "args": [], + "deprecationReason": null, "description": null, - "name": "entryPointSelectorHasSuffix", + "isDeprecated": false, + "name": "cpu", "type": { "kind": "SCALAR", - "name": "String", + "name": "Float", "ofType": null } - }, + } + ], + "inputFields": [], + "interfaces": [], + "kind": "OBJECT", + "name": "Resources", + "possibleTypes": [] + }, + { + "description": null, + "enumValues": [ { - "defaultValue": null, + "deprecationReason": null, "description": null, - "name": "entryPointSelectorIsNil", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } + "isDeprecated": false, + "name": "ADMIN" }, { - "defaultValue": null, + "deprecationReason": null, "description": null, - "name": "entryPointSelectorNotNil", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, + "isDeprecated": false, + "name": "USER" + } + ], + "fields": [], + "inputFields": [], + "interfaces": [], + "kind": "ENUM", + "name": "Role", + "possibleTypes": [] + }, + { + "description": null, + "enumValues": [], + "fields": [ { - "defaultValue": null, + "args": [], + "deprecationReason": null, "description": null, - "name": "entryPointSelectorEqualFold", + "isDeprecated": false, + "name": "version", "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": "entryPointSelectorContainsFold", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "transaction_hash field predicates", - "name": "transactionHash", + "isDeprecated": false, + "name": "mode", "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": "transactionHashNEQ", + "isDeprecated": false, + "name": "rpcUrl", "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": "transactionHashIn", + "isDeprecated": false, + "name": "registry", "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null } } }, { - "defaultValue": null, + "args": [], + "deprecationReason": null, "description": null, - "name": "transactionHashNotIn", + "isDeprecated": false, + "name": "settlementContract", "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null } } }, { - "defaultValue": null, + "args": [], + "deprecationReason": null, "description": null, - "name": "transactionHashGT", + "isDeprecated": false, + "name": "world", "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": "transactionHashGTE", + "isDeprecated": false, + "name": "proverUrl", "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": "transactionHashLT", + "isDeprecated": false, + "name": "storeProofs", "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } } }, { - "defaultValue": null, + "args": [], + "deprecationReason": null, "description": null, - "name": "transactionHashLTE", + "isDeprecated": false, + "name": "starknetUrl", "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": "transactionHashContains", + "isDeprecated": false, + "name": "signerKey", "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": "transactionHashHasPrefix", + "isDeprecated": false, + "name": "signerAddress", "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": "transactionHashHasSuffix", + "isDeprecated": false, + "name": "privateKey", "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": "transactionHashEqualFold", + "isDeprecated": false, + "name": "batchSize", "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": "transactionHashContainsFold", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "nonce field predicates", - "name": "nonce", + "isDeprecated": false, + "name": "startBlock", "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } } - }, + } + ], + "inputFields": [], + "interfaces": [], + "kind": "OBJECT", + "name": "SayaConfig", + "possibleTypes": [] + }, + { + "description": null, + "enumValues": [], + "fields": [ { - "defaultValue": null, + "args": [], + "deprecationReason": null, "description": null, - "name": "nonceNEQ", + "isDeprecated": false, + "name": "id", "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } } }, { - "defaultValue": null, + "args": [], + "deprecationReason": null, "description": null, - "name": "nonceIn", + "isDeprecated": false, + "name": "versions", "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "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, + "args": [], + "deprecationReason": null, "description": null, - "name": "nonceNotIn", + "isDeprecated": false, + "name": "defaultVersion", "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null } } }, { - "defaultValue": null, + "args": [], + "deprecationReason": null, "description": null, - "name": "nonceGT", + "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": "nonceGTE", + "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": "nonceLT", + "isDeprecated": false, + "name": "deployments", "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Deployment", + "ofType": null + } + } } - }, + } + ], + "inputFields": [], + "interfaces": [ { - "defaultValue": null, - "description": null, - "name": "nonceLTE", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, + "kind": "INTERFACE", + "name": "Node", + "ofType": null + } + ], + "kind": "OBJECT", + "name": "Service", + "possibleTypes": [] + }, + { + "description": "A connection to a list of items.", + "enumValues": [], + "fields": [ { - "defaultValue": null, - "description": null, - "name": "nonceContains", + "args": [], + "deprecationReason": null, + "description": "A list of edges.", + "isDeprecated": false, + "name": "edges", "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ServiceEdge", + "ofType": null + } } }, { - "defaultValue": null, - "description": null, - "name": "nonceHasPrefix", + "args": [], + "deprecationReason": null, + "description": "Information to aid in pagination.", + "isDeprecated": false, + "name": "pageInfo", "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } } }, { - "defaultValue": null, - "description": null, - "name": "nonceHasSuffix", + "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": "ServiceConnection", + "possibleTypes": [] + }, + { + "description": "An edge in a connection.", + "enumValues": [], + "fields": [ { - "defaultValue": null, - "description": null, - "name": "nonceIsNil", + "args": [], + "deprecationReason": null, + "description": "The item at the end of the edge.", + "isDeprecated": false, + "name": "node", "type": { - "kind": "SCALAR", - "name": "Boolean", + "kind": "OBJECT", + "name": "Service", "ofType": null } }, { - "defaultValue": null, - "description": null, - "name": "nonceNotNil", + "args": [], + "deprecationReason": null, + "description": "A cursor for use in pagination.", + "isDeprecated": false, + "name": "cursor", "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + } } - }, + } + ], + "inputFields": [], + "interfaces": [], + "kind": "OBJECT", + "name": "ServiceEdge", + "possibleTypes": [] + }, + { + "description": "Ordering options for Service connections", + "enumValues": [], + "fields": [], + "inputFields": [ { - "defaultValue": null, - "description": null, - "name": "nonceEqualFold", + "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": "nonceContainsFold", + "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": [ { - "defaultValue": null, - "description": "estimated_fee field predicates", - "name": "estimatedFee", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "CREATED_AT" + } + ], + "fields": [], + "inputFields": [], + "interfaces": [], + "kind": "ENUM", + "name": "ServiceOrderField", + "possibleTypes": [] + }, + { + "description": "ServiceWhereInput is used for filtering Service objects.\nInput was generated by ent.", + "enumValues": [], + "fields": [], + "inputFields": [ { "defaultValue": null, "description": null, - "name": "estimatedFeeNEQ", + "name": "not", "type": { - "kind": "SCALAR", - "name": "String", + "kind": "INPUT_OBJECT", + "name": "ServiceWhereInput", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "estimatedFeeIn", + "name": "and", "type": { "kind": "LIST", "name": null, @@ -37695,8 +8765,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", + "kind": "INPUT_OBJECT", + "name": "ServiceWhereInput", "ofType": null } } @@ -37705,7 +8775,7 @@ { "defaultValue": null, "description": null, - "name": "estimatedFeeNotIn", + "name": "or", "type": { "kind": "LIST", "name": null, @@ -37713,8 +8783,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", + "kind": "INPUT_OBJECT", + "name": "ServiceWhereInput", "ofType": null } } @@ -37722,118 +8792,104 @@ }, { "defaultValue": null, - "description": null, - "name": "estimatedFeeGT", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "estimatedFeeGTE", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "estimatedFeeLT", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "estimatedFeeLTE", + "description": "id field predicates", + "name": "id", "type": { "kind": "SCALAR", - "name": "String", + "name": "ID", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "estimatedFeeContains", + "name": "idNEQ", "type": { "kind": "SCALAR", - "name": "String", + "name": "ID", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "estimatedFeeHasPrefix", + "name": "idIn", "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + } } }, { "defaultValue": null, "description": null, - "name": "estimatedFeeHasSuffix", + "name": "idNotIn", "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + } } }, { "defaultValue": null, "description": null, - "name": "estimatedFeeIsNil", + "name": "idGT", "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "ID", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "estimatedFeeNotNil", + "name": "idGTE", "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "ID", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "estimatedFeeEqualFold", + "name": "idLT", "type": { "kind": "SCALAR", - "name": "String", + "name": "ID", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "estimatedFeeContainsFold", + "name": "idLTE", "type": { "kind": "SCALAR", - "name": "String", + "name": "ID", "ofType": null } }, { "defaultValue": null, - "description": "actual_fee field predicates", - "name": "actualFee", + "description": "default_version field predicates", + "name": "defaultVersion", "type": { "kind": "SCALAR", "name": "String", @@ -37843,7 +8899,7 @@ { "defaultValue": null, "description": null, - "name": "actualFeeNEQ", + "name": "defaultVersionNEQ", "type": { "kind": "SCALAR", "name": "String", @@ -37853,7 +8909,7 @@ { "defaultValue": null, "description": null, - "name": "actualFeeIn", + "name": "defaultVersionIn", "type": { "kind": "LIST", "name": null, @@ -37871,7 +8927,7 @@ { "defaultValue": null, "description": null, - "name": "actualFeeNotIn", + "name": "defaultVersionNotIn", "type": { "kind": "LIST", "name": null, @@ -37889,7 +8945,7 @@ { "defaultValue": null, "description": null, - "name": "actualFeeGT", + "name": "defaultVersionGT", "type": { "kind": "SCALAR", "name": "String", @@ -37899,7 +8955,7 @@ { "defaultValue": null, "description": null, - "name": "actualFeeGTE", + "name": "defaultVersionGTE", "type": { "kind": "SCALAR", "name": "String", @@ -37909,7 +8965,7 @@ { "defaultValue": null, "description": null, - "name": "actualFeeLT", + "name": "defaultVersionLT", "type": { "kind": "SCALAR", "name": "String", @@ -37919,7 +8975,7 @@ { "defaultValue": null, "description": null, - "name": "actualFeeLTE", + "name": "defaultVersionLTE", "type": { "kind": "SCALAR", "name": "String", @@ -37929,7 +8985,7 @@ { "defaultValue": null, "description": null, - "name": "actualFeeContains", + "name": "defaultVersionContains", "type": { "kind": "SCALAR", "name": "String", @@ -37939,7 +8995,7 @@ { "defaultValue": null, "description": null, - "name": "actualFeeHasPrefix", + "name": "defaultVersionHasPrefix", "type": { "kind": "SCALAR", "name": "String", @@ -37949,7 +9005,7 @@ { "defaultValue": null, "description": null, - "name": "actualFeeHasSuffix", + "name": "defaultVersionHasSuffix", "type": { "kind": "SCALAR", "name": "String", @@ -37959,27 +9015,7 @@ { "defaultValue": null, "description": null, - "name": "actualFeeIsNil", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "actualFeeNotNil", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "actualFeeEqualFold", + "name": "defaultVersionEqualFold", "type": { "kind": "SCALAR", "name": "String", @@ -37989,7 +9025,7 @@ { "defaultValue": null, "description": null, - "name": "actualFeeContainsFold", + "name": "defaultVersionContainsFold", "type": { "kind": "SCALAR", "name": "String", @@ -38092,26 +9128,6 @@ "ofType": null } }, - { - "defaultValue": null, - "description": null, - "name": "createdAtIsNil", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "createdAtNotNil", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, { "defaultValue": null, "description": "updated_at field predicates", @@ -38210,176 +9226,8 @@ }, { "defaultValue": null, - "description": "block edge predicates", - "name": "hasBlock", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "hasBlockWith", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "BlockWhereInput", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "contract edge predicates", - "name": "hasContract", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "hasContractWith", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "ContractWhereInput", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "to edge predicates", - "name": "hasTo", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "hasToWith", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "ContractWhereInput", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "receipt edge predicates", - "name": "hasReceipt", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "hasReceiptWith", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "TransactionReceiptWhereInput", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "events edge predicates", - "name": "hasEvents", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "hasEventsWith", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "EventWhereInput", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "quest_claims edge predicates", - "name": "hasQuestClaims", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "hasQuestClaimsWith", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "AccountQuestWhereInput", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "starter_pack_claims edge predicates", - "name": "hasStarterPackClaims", + "description": "deployments edge predicates", + "name": "hasDeployments", "type": { "kind": "SCALAR", "name": "Boolean", @@ -38389,7 +9237,7 @@ { "defaultValue": null, "description": null, - "name": "hasStarterPackClaimsWith", + "name": "hasDeploymentsWith", "type": { "kind": "LIST", "name": null, @@ -38398,36 +9246,26 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "AccountStarterPackWhereInput", + "name": "DeploymentWhereInput", "ofType": null } } } - }, - { - "defaultValue": null, - "description": null, - "name": "hasCalldataValue", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "hasCalldataValueAt", - "type": { - "kind": "INPUT_OBJECT", - "name": "HasValueInput", - "ofType": null - } } ], "interfaces": [], - "kind": "INPUT_OBJECT", - "name": "TransactionWhereInput", + "kind": "INPUT_OBJECT", + "name": "ServiceWhereInput", + "possibleTypes": [] + }, + { + "description": "The `String`scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.", + "enumValues": [], + "fields": [], + "inputFields": [], + "interfaces": [], + "kind": "SCALAR", + "name": "String", "possibleTypes": [] }, { @@ -38455,13 +9293,13 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "questID", + "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "ID", + "name": "String", "ofType": null } } @@ -38471,45 +9309,230 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "targetID", + "name": "description", + "type": { + "kind": "SCALAR", + "name": "String", + "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": "Ordering options for Deployments returned from the connection.", + "name": "orderBy", + "type": { + "kind": "INPUT_OBJECT", + "name": "DeploymentOrder", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "Filtering options for Deployments returned from the connection.", + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "DeploymentWhereInput", + "ofType": null + } + } + ], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "deployments", "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "DeploymentConnection", "ofType": null } } }, { - "args": [], + "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": "Ordering options for Accounts returned from the connection.", + "name": "orderBy", + "type": { + "kind": "INPUT_OBJECT", + "name": "AccountOrder", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "Filtering options for Accounts returned from the connection.", + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "AccountWhereInput", + "ofType": null + } + } + ], "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "twitterEvent", + "name": "members", "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "ENUM", - "name": "TwitterQuestTwitterEvent", + "kind": "OBJECT", + "name": "AccountConnection", "ofType": null } } }, { - "args": [], + "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 AccountTeams returned from the connection.", + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "AccountTeamWhereInput", + "ofType": null + } + } + ], "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "quest", + "name": "membership", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", - "name": "Quest", + "name": "AccountTeamConnection", "ofType": null } } @@ -38524,7 +9547,7 @@ } ], "kind": "OBJECT", - "name": "TwitterQuest", + "name": "Team", "possibleTypes": [] }, { @@ -38542,7 +9565,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "TwitterQuestEdge", + "name": "TeamEdge", "ofType": null } } @@ -38583,7 +9606,7 @@ "inputFields": [], "interfaces": [], "kind": "OBJECT", - "name": "TwitterQuestConnection", + "name": "TeamConnection", "possibleTypes": [] }, { @@ -38598,7 +9621,7 @@ "name": "node", "type": { "kind": "OBJECT", - "name": "TwitterQuest", + "name": "Team", "ofType": null } }, @@ -38622,40 +9645,11 @@ "inputFields": [], "interfaces": [], "kind": "OBJECT", - "name": "TwitterQuestEdge", - "possibleTypes": [] - }, - { - "description": "TwitterQuestTwitterEvent is enum for the field twitter_event", - "enumValues": [ - { - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "FOLLOW" - }, - { - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "RETWEET" - }, - { - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "LIKE" - } - ], - "fields": [], - "inputFields": [], - "interfaces": [], - "kind": "ENUM", - "name": "TwitterQuestTwitterEvent", + "name": "TeamEdge", "possibleTypes": [] }, { - "description": "TwitterQuestWhereInput is used for filtering TwitterQuest objects.\nInput was generated by ent.", + "description": "TeamWhereInput is used for filtering Team objects.\nInput was generated by ent.", "enumValues": [], "fields": [], "inputFields": [ @@ -38665,7 +9659,7 @@ "name": "not", "type": { "kind": "INPUT_OBJECT", - "name": "TwitterQuestWhereInput", + "name": "TeamWhereInput", "ofType": null } }, @@ -38681,7 +9675,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "TwitterQuestWhereInput", + "name": "TeamWhereInput", "ofType": null } } @@ -38699,7 +9693,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "TwitterQuestWhereInput", + "name": "TeamWhereInput", "ofType": null } } @@ -38803,28 +9797,28 @@ }, { "defaultValue": null, - "description": "quest_id field predicates", - "name": "questID", + "description": "name field predicates", + "name": "name", "type": { "kind": "SCALAR", - "name": "ID", + "name": "String", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "questIDNEQ", + "name": "nameNEQ", "type": { "kind": "SCALAR", - "name": "ID", + "name": "String", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "questIDIn", + "name": "nameIn", "type": { "kind": "LIST", "name": null, @@ -38833,7 +9827,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "ID", + "name": "String", "ofType": null } } @@ -38842,7 +9836,7 @@ { "defaultValue": null, "description": null, - "name": "questIDNotIn", + "name": "nameNotIn", "type": { "kind": "LIST", "name": null, @@ -38851,7 +9845,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "ID", + "name": "String", "ofType": null } } @@ -38860,97 +9854,97 @@ { "defaultValue": null, "description": null, - "name": "questIDGT", + "name": "nameGT", "type": { "kind": "SCALAR", - "name": "ID", + "name": "String", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "questIDGTE", + "name": "nameGTE", "type": { "kind": "SCALAR", - "name": "ID", + "name": "String", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "questIDLT", + "name": "nameLT", "type": { "kind": "SCALAR", - "name": "ID", + "name": "String", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "questIDLTE", + "name": "nameLTE", "type": { "kind": "SCALAR", - "name": "ID", + "name": "String", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "questIDContains", + "name": "nameContains", "type": { "kind": "SCALAR", - "name": "ID", + "name": "String", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "questIDHasPrefix", + "name": "nameHasPrefix", "type": { "kind": "SCALAR", - "name": "ID", + "name": "String", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "questIDHasSuffix", + "name": "nameHasSuffix", "type": { "kind": "SCALAR", - "name": "ID", + "name": "String", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "questIDEqualFold", + "name": "nameEqualFold", "type": { "kind": "SCALAR", - "name": "ID", + "name": "String", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "questIDContainsFold", + "name": "nameContainsFold", "type": { "kind": "SCALAR", - "name": "ID", + "name": "String", "ofType": null } }, { "defaultValue": null, - "description": "target_id field predicates", - "name": "targetID", + "description": "description field predicates", + "name": "description", "type": { "kind": "SCALAR", "name": "String", @@ -38960,7 +9954,7 @@ { "defaultValue": null, "description": null, - "name": "targetIDNEQ", + "name": "descriptionNEQ", "type": { "kind": "SCALAR", "name": "String", @@ -38970,7 +9964,7 @@ { "defaultValue": null, "description": null, - "name": "targetIDIn", + "name": "descriptionIn", "type": { "kind": "LIST", "name": null, @@ -38988,7 +9982,7 @@ { "defaultValue": null, "description": null, - "name": "targetIDNotIn", + "name": "descriptionNotIn", "type": { "kind": "LIST", "name": null, @@ -39006,7 +10000,7 @@ { "defaultValue": null, "description": null, - "name": "targetIDGT", + "name": "descriptionGT", "type": { "kind": "SCALAR", "name": "String", @@ -39016,7 +10010,7 @@ { "defaultValue": null, "description": null, - "name": "targetIDGTE", + "name": "descriptionGTE", "type": { "kind": "SCALAR", "name": "String", @@ -39026,7 +10020,7 @@ { "defaultValue": null, "description": null, - "name": "targetIDLT", + "name": "descriptionLT", "type": { "kind": "SCALAR", "name": "String", @@ -39036,7 +10030,7 @@ { "defaultValue": null, "description": null, - "name": "targetIDLTE", + "name": "descriptionLTE", "type": { "kind": "SCALAR", "name": "String", @@ -39046,7 +10040,7 @@ { "defaultValue": null, "description": null, - "name": "targetIDContains", + "name": "descriptionContains", "type": { "kind": "SCALAR", "name": "String", @@ -39056,7 +10050,7 @@ { "defaultValue": null, "description": null, - "name": "targetIDHasPrefix", + "name": "descriptionHasPrefix", "type": { "kind": "SCALAR", "name": "String", @@ -39066,7 +10060,7 @@ { "defaultValue": null, "description": null, - "name": "targetIDHasSuffix", + "name": "descriptionHasSuffix", "type": { "kind": "SCALAR", "name": "String", @@ -39076,47 +10070,57 @@ { "defaultValue": null, "description": null, - "name": "targetIDEqualFold", + "name": "descriptionIsNil", "type": { "kind": "SCALAR", - "name": "String", + "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "targetIDContainsFold", + "name": "descriptionNotNil", "type": { "kind": "SCALAR", - "name": "String", + "name": "Boolean", "ofType": null } }, { "defaultValue": null, - "description": "twitter_event field predicates", - "name": "twitterEvent", + "description": null, + "name": "descriptionEqualFold", "type": { - "kind": "ENUM", - "name": "TwitterQuestTwitterEvent", + "kind": "SCALAR", + "name": "String", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "twitterEventNEQ", + "name": "descriptionContainsFold", "type": { - "kind": "ENUM", - "name": "TwitterQuestTwitterEvent", + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "deployments edge predicates", + "name": "hasDeployments", + "type": { + "kind": "SCALAR", + "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "twitterEventIn", + "name": "hasDeploymentsWith", "type": { "kind": "LIST", "name": null, @@ -39124,17 +10128,27 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "ENUM", - "name": "TwitterQuestTwitterEvent", + "kind": "INPUT_OBJECT", + "name": "DeploymentWhereInput", "ofType": null } } } }, + { + "defaultValue": null, + "description": "members edge predicates", + "name": "hasMembers", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + }, { "defaultValue": null, "description": null, - "name": "twitterEventNotIn", + "name": "hasMembersWith", "type": { "kind": "LIST", "name": null, @@ -39142,8 +10156,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "ENUM", - "name": "TwitterQuestTwitterEvent", + "kind": "INPUT_OBJECT", + "name": "AccountWhereInput", "ofType": null } } @@ -39151,8 +10165,8 @@ }, { "defaultValue": null, - "description": "quest edge predicates", - "name": "hasQuest", + "description": "membership edge predicates", + "name": "hasMembership", "type": { "kind": "SCALAR", "name": "Boolean", @@ -39162,7 +10176,7 @@ { "defaultValue": null, "description": null, - "name": "hasQuestWith", + "name": "hasMembershipWith", "type": { "kind": "LIST", "name": null, @@ -39171,7 +10185,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "QuestWhereInput", + "name": "AccountTeamWhereInput", "ofType": null } } @@ -39180,7 +10194,175 @@ ], "interfaces": [], "kind": "INPUT_OBJECT", - "name": "TwitterQuestWhereInput", + "name": "TeamWhereInput", + "possibleTypes": [] + }, + { + "description": "Maps a Time GraphQL scalar to a Go time.Time struct.", + "enumValues": [], + "fields": [], + "inputFields": [], + "interfaces": [], + "kind": "SCALAR", + "name": "Time", + "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": "graphql", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "grpc", + "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": "world", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "startBlock", + "type": { + "kind": "SCALAR", + "name": "Long", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "indexPending", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "pollingInterval", + "type": { + "kind": "SCALAR", + "name": "Long", + "ofType": null + } + } + ], + "inputFields": [], + "interfaces": [], + "kind": "OBJECT", + "name": "ToriiConfig", + "possibleTypes": [] + }, + { + "description": null, + "enumValues": [], + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "messagesSent", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "L1Message", + "ofType": null + } + } + } + } + ], + "inputFields": [], + "interfaces": [], + "kind": "OBJECT", + "name": "TransactionReceipt", "possibleTypes": [] }, { @@ -40261,4 +11443,4 @@ ] } } -} +} \ No newline at end of file diff --git a/slot/src/graphql/auth/info.graphql b/slot/src/graphql/auth/info.graphql index 75a2cab..04d46c8 100644 --- a/slot/src/graphql/auth/info.graphql +++ b/slot/src/graphql/auth/info.graphql @@ -1,13 +1,13 @@ query Me { - me { + me { + id + name + contractAddress + credentials { + webauthn { id - name - contractAddress - credentials { - webauthn { - id - publicKey - } - } + publicKey + } } + } }