diff --git a/schema.json b/schema.json index 191be53..cde0275 100644 --- a/schema.json +++ b/schema.json @@ -2,6 +2,36 @@ "data": { "__schema": { "directives": [ + { + "args": [ + { + "defaultValue": "true", + "description": null, + "name": "if", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "label", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + ], + "description": "The @defer directive may be specified on a fragment spread to imply de-prioritization, that causes the fragment to be omitted in the initial response, and delivered as a subsequent response afterward. A query with @defer directive will cause the request to potentially return multiple responses, where non-deferred data is delivered in the initial response and data deferred delivered in a subsequent response. @include and @skip take precedence over @defer.", + "locations": [ + "FRAGMENT_SPREAD", + "INLINE_FRAGMENT" + ], + "name": "defer" + }, { "args": [ { @@ -11557,16 +11587,6 @@ "ofType": null } }, - { - "defaultValue": null, - "description": null, - "name": "chainId", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, { "defaultValue": null, "description": null, @@ -11760,13 +11780,9 @@ "description": null, "name": "rpc", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null } }, { @@ -11798,13 +11814,9 @@ "description": null, "name": "indexPending", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } + "kind": "SCALAR", + "name": "Boolean", + "ofType": null } } ], @@ -11930,6 +11942,22 @@ } } }, + { + "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, @@ -12038,6 +12066,30 @@ } } }, + { + "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": [ { @@ -12121,6 +12173,26 @@ } } }, + { + "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": [ { @@ -12322,139 +12394,237 @@ "possibleTypes": [] }, { - "description": "Ordering options for Deployment connections", + "description": null, "enumValues": [], - "fields": [], - "inputFields": [ + "fields": [ { - "defaultValue": "ASC", - "description": "The ordering direction.", - "name": "direction", + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "ENUM", - "name": "OrderDirection", + "kind": "SCALAR", + "name": "ID", "ofType": null } } }, { - "defaultValue": null, - "description": "The field by which to order Deployments.", - "name": "field", + "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": "DeploymentOrderField", + "name": "DeploymentLogLogType", "ofType": null } } - } - ], - "interfaces": [], - "kind": "INPUT_OBJECT", - "name": "DeploymentOrder", - "possibleTypes": [] - }, - { - "description": "Properties by which Deployment connections can be ordered.", - "enumValues": [ + }, { + "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "CREATED_AT" + "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 + } + } } ], - "fields": [], "inputFields": [], - "interfaces": [], - "kind": "ENUM", - "name": "DeploymentOrderField", + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Node", + "ofType": null + } + ], + "kind": "OBJECT", + "name": "DeploymentLog", "possibleTypes": [] }, { - "description": null, - "enumValues": [ + "description": "A connection to a list of items.", + "enumValues": [], + "fields": [ { + "args": [], "deprecationReason": null, - "description": null, + "description": "A list of edges.", "isDeprecated": false, - "name": "katana" + "name": "edges", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "DeploymentLogEdge", + "ofType": null + } + } }, { + "args": [], "deprecationReason": null, - "description": null, + "description": "Information to aid in pagination.", "isDeprecated": false, - "name": "torii" + "name": "pageInfo", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } + } }, { + "args": [], "deprecationReason": null, - "description": null, + "description": "Identifies the total count of items in the connection.", "isDeprecated": false, - "name": "madara" + "name": "totalCount", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + } } ], - "fields": [], "inputFields": [], "interfaces": [], - "kind": "ENUM", - "name": "DeploymentService", + "kind": "OBJECT", + "name": "DeploymentLogConnection", "possibleTypes": [] }, { - "description": "DeploymentTier is enum for the field tier", - "enumValues": [ + "description": "An edge in a connection.", + "enumValues": [], + "fields": [ { + "args": [], "deprecationReason": null, - "description": null, + "description": "The item at the end of the edge.", "isDeprecated": false, - "name": "basic" + "name": "node", + "type": { + "kind": "OBJECT", + "name": "DeploymentLog", + "ofType": null + } }, { + "args": [], "deprecationReason": null, - "description": null, + "description": "A cursor for use in pagination.", "isDeprecated": false, - "name": "common" - }, + "name": "cursor", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Cursor", + "ofType": null + } + } + } + ], + "inputFields": [], + "interfaces": [], + "kind": "OBJECT", + "name": "DeploymentLogEdge", + "possibleTypes": [] + }, + { + "description": "DeploymentLogLogType is enum for the field log_type", + "enumValues": [ { "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "uncommon" + "name": "created" }, { "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "rare" + "name": "deleted" }, { "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "epic" + "name": "scaled_up" }, { "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "legendary" + "name": "scaled_down" } ], "fields": [], "inputFields": [], "interfaces": [], "kind": "ENUM", - "name": "DeploymentTier", + "name": "DeploymentLogLogType", "possibleTypes": [] }, { - "description": "DeploymentWhereInput is used for filtering Deployment objects.\nInput was generated by ent.", + "description": "DeploymentLogWhereInput is used for filtering DeploymentLog objects.\nInput was generated by ent.", "enumValues": [], "fields": [], "inputFields": [ @@ -12464,7 +12634,7 @@ "name": "not", "type": { "kind": "INPUT_OBJECT", - "name": "DeploymentWhereInput", + "name": "DeploymentLogWhereInput", "ofType": null } }, @@ -12480,7 +12650,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "DeploymentWhereInput", + "name": "DeploymentLogWhereInput", "ofType": null } } @@ -12498,7 +12668,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "DeploymentWhereInput", + "name": "DeploymentLogWhereInput", "ofType": null } } @@ -12602,28 +12772,28 @@ }, { "defaultValue": null, - "description": "project field predicates", - "name": "project", + "description": "deployment_id field predicates", + "name": "deploymentID", "type": { "kind": "SCALAR", - "name": "String", + "name": "ID", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "projectNEQ", + "name": "deploymentIDNEQ", "type": { "kind": "SCALAR", - "name": "String", + "name": "ID", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "projectIn", + "name": "deploymentIDIn", "type": { "kind": "LIST", "name": null, @@ -12632,7 +12802,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "ID", "ofType": null } } @@ -12641,7 +12811,7 @@ { "defaultValue": null, "description": null, - "name": "projectNotIn", + "name": "deploymentIDNotIn", "type": { "kind": "LIST", "name": null, @@ -12650,7 +12820,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "ID", "ofType": null } } @@ -12659,117 +12829,173 @@ { "defaultValue": null, "description": null, - "name": "projectGT", + "name": "deploymentIDGT", "type": { "kind": "SCALAR", - "name": "String", + "name": "ID", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "projectGTE", + "name": "deploymentIDGTE", "type": { "kind": "SCALAR", - "name": "String", + "name": "ID", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "projectLT", + "name": "deploymentIDLT", "type": { "kind": "SCALAR", - "name": "String", + "name": "ID", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "projectLTE", + "name": "deploymentIDLTE", "type": { "kind": "SCALAR", - "name": "String", + "name": "ID", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "projectContains", + "name": "deploymentIDContains", "type": { "kind": "SCALAR", - "name": "String", + "name": "ID", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "projectHasPrefix", + "name": "deploymentIDHasPrefix", "type": { "kind": "SCALAR", - "name": "String", + "name": "ID", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "projectHasSuffix", + "name": "deploymentIDHasSuffix", "type": { "kind": "SCALAR", - "name": "String", + "name": "ID", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "projectEqualFold", + "name": "deploymentIDEqualFold", "type": { "kind": "SCALAR", - "name": "String", + "name": "ID", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "projectContainsFold", + "name": "deploymentIDContainsFold", "type": { "kind": "SCALAR", - "name": "String", + "name": "ID", "ofType": null } }, { "defaultValue": null, - "description": "branch field predicates", - "name": "branch", + "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": "String", + "name": "Time", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "branchNEQ", + "name": "timestampNEQ", "type": { "kind": "SCALAR", - "name": "String", + "name": "Time", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "branchIn", + "name": "timestampIn", "type": { "kind": "LIST", "name": null, @@ -12778,7 +13004,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "Time", "ofType": null } } @@ -12787,7 +13013,7 @@ { "defaultValue": null, "description": null, - "name": "branchNotIn", + "name": "timestampNotIn", "type": { "kind": "LIST", "name": null, @@ -12796,7 +13022,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "Time", "ofType": null } } @@ -12805,137 +13031,403 @@ { "defaultValue": null, "description": null, - "name": "branchGT", + "name": "timestampGT", "type": { "kind": "SCALAR", - "name": "String", + "name": "Time", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "branchGTE", + "name": "timestampGTE", "type": { "kind": "SCALAR", - "name": "String", + "name": "Time", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "branchLT", + "name": "timestampLT", "type": { "kind": "SCALAR", - "name": "String", + "name": "Time", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "branchLTE", + "name": "timestampLTE", "type": { "kind": "SCALAR", - "name": "String", + "name": "Time", "ofType": null } }, { "defaultValue": null, - "description": null, - "name": "branchContains", + "description": "deployment edge predicates", + "name": "hasDeployment", "type": { "kind": "SCALAR", - "name": "String", + "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "branchHasPrefix", + "name": "hasDeploymentWith", "type": { - "kind": "SCALAR", - "name": "String", + "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": "madara" + } + ], + "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": "branchHasSuffix", + "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": "String", + "name": "ID", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "branchIsNil", + "name": "idNEQ", "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "ID", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "branchNotNil", + "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": "Boolean", + "name": "ID", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "branchEqualFold", + "name": "idGTE", "type": { "kind": "SCALAR", - "name": "String", + "name": "ID", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "branchContainsFold", + "name": "idLT", "type": { "kind": "SCALAR", - "name": "String", + "name": "ID", "ofType": null } }, { "defaultValue": null, - "description": "service_id field predicates", - "name": "serviceID", + "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": "serviceIDNEQ", + "name": "projectNEQ", "type": { "kind": "SCALAR", - "name": "ID", + "name": "String", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "serviceIDIn", + "name": "projectIn", "type": { "kind": "LIST", "name": null, @@ -12944,7 +13436,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "ID", + "name": "String", "ofType": null } } @@ -12953,7 +13445,7 @@ { "defaultValue": null, "description": null, - "name": "serviceIDNotIn", + "name": "projectNotIn", "type": { "kind": "LIST", "name": null, @@ -12962,7 +13454,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "ID", + "name": "String", "ofType": null } } @@ -12971,117 +13463,117 @@ { "defaultValue": null, "description": null, - "name": "serviceIDGT", + "name": "projectGT", "type": { "kind": "SCALAR", - "name": "ID", + "name": "String", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "serviceIDGTE", + "name": "projectGTE", "type": { "kind": "SCALAR", - "name": "ID", + "name": "String", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "serviceIDLT", + "name": "projectLT", "type": { "kind": "SCALAR", - "name": "ID", + "name": "String", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "serviceIDLTE", + "name": "projectLTE", "type": { "kind": "SCALAR", - "name": "ID", + "name": "String", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "serviceIDContains", + "name": "projectContains", "type": { "kind": "SCALAR", - "name": "ID", + "name": "String", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "serviceIDHasPrefix", + "name": "projectHasPrefix", "type": { "kind": "SCALAR", - "name": "ID", + "name": "String", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "serviceIDHasSuffix", + "name": "projectHasSuffix", "type": { "kind": "SCALAR", - "name": "ID", + "name": "String", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "serviceIDEqualFold", + "name": "projectEqualFold", "type": { "kind": "SCALAR", - "name": "ID", + "name": "String", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "serviceIDContainsFold", + "name": "projectContainsFold", "type": { "kind": "SCALAR", - "name": "ID", + "name": "String", "ofType": null } }, { "defaultValue": null, - "description": "tier field predicates", - "name": "tier", + "description": "status field predicates", + "name": "status", "type": { "kind": "ENUM", - "name": "DeploymentTier", + "name": "DeploymentStatus", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "tierNEQ", + "name": "statusNEQ", "type": { "kind": "ENUM", - "name": "DeploymentTier", + "name": "DeploymentStatus", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "tierIn", + "name": "statusIn", "type": { "kind": "LIST", "name": null, @@ -13090,7 +13582,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "DeploymentTier", + "name": "DeploymentStatus", "ofType": null } } @@ -13099,7 +13591,7 @@ { "defaultValue": null, "description": null, - "name": "tierNotIn", + "name": "statusNotIn", "type": { "kind": "LIST", "name": null, @@ -13108,7 +13600,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "DeploymentTier", + "name": "DeploymentStatus", "ofType": null } } @@ -13116,8 +13608,8 @@ }, { "defaultValue": null, - "description": "region field predicates", - "name": "region", + "description": "branch field predicates", + "name": "branch", "type": { "kind": "SCALAR", "name": "String", @@ -13127,7 +13619,7 @@ { "defaultValue": null, "description": null, - "name": "regionNEQ", + "name": "branchNEQ", "type": { "kind": "SCALAR", "name": "String", @@ -13137,7 +13629,7 @@ { "defaultValue": null, "description": null, - "name": "regionIn", + "name": "branchIn", "type": { "kind": "LIST", "name": null, @@ -13155,7 +13647,7 @@ { "defaultValue": null, "description": null, - "name": "regionNotIn", + "name": "branchNotIn", "type": { "kind": "LIST", "name": null, @@ -13173,7 +13665,7 @@ { "defaultValue": null, "description": null, - "name": "regionGT", + "name": "branchGT", "type": { "kind": "SCALAR", "name": "String", @@ -13183,7 +13675,7 @@ { "defaultValue": null, "description": null, - "name": "regionGTE", + "name": "branchGTE", "type": { "kind": "SCALAR", "name": "String", @@ -13193,7 +13685,7 @@ { "defaultValue": null, "description": null, - "name": "regionLT", + "name": "branchLT", "type": { "kind": "SCALAR", "name": "String", @@ -13203,7 +13695,7 @@ { "defaultValue": null, "description": null, - "name": "regionLTE", + "name": "branchLTE", "type": { "kind": "SCALAR", "name": "String", @@ -13213,7 +13705,7 @@ { "defaultValue": null, "description": null, - "name": "regionContains", + "name": "branchContains", "type": { "kind": "SCALAR", "name": "String", @@ -13223,7 +13715,7 @@ { "defaultValue": null, "description": null, - "name": "regionHasPrefix", + "name": "branchHasPrefix", "type": { "kind": "SCALAR", "name": "String", @@ -13233,7 +13725,7 @@ { "defaultValue": null, "description": null, - "name": "regionHasSuffix", + "name": "branchHasSuffix", "type": { "kind": "SCALAR", "name": "String", @@ -13243,67 +13735,67 @@ { "defaultValue": null, "description": null, - "name": "regionEqualFold", + "name": "branchIsNil", "type": { "kind": "SCALAR", - "name": "String", + "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "regionContainsFold", + "name": "branchNotNil", "type": { "kind": "SCALAR", - "name": "String", + "name": "Boolean", "ofType": null } }, { "defaultValue": null, - "description": "auto_upgrade field predicates", - "name": "autoUpgrade", - "type": { + "description": null, + "name": "branchEqualFold", + "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "String", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "autoUpgradeNEQ", + "name": "branchContainsFold", "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "String", "ofType": null } }, { "defaultValue": null, - "description": "created_at field predicates", - "name": "createdAt", + "description": "service_id field predicates", + "name": "serviceID", "type": { "kind": "SCALAR", - "name": "Time", + "name": "ID", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "createdAtNEQ", + "name": "serviceIDNEQ", "type": { "kind": "SCALAR", - "name": "Time", + "name": "ID", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "createdAtIn", + "name": "serviceIDIn", "type": { "kind": "LIST", "name": null, @@ -13312,7 +13804,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "Time", + "name": "ID", "ofType": null } } @@ -13321,7 +13813,7 @@ { "defaultValue": null, "description": null, - "name": "createdAtNotIn", + "name": "serviceIDNotIn", "type": { "kind": "LIST", "name": null, @@ -13330,7 +13822,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "Time", + "name": "ID", "ofType": null } } @@ -13339,153 +13831,135 @@ { "defaultValue": null, "description": null, - "name": "createdAtGT", + "name": "serviceIDGT", "type": { "kind": "SCALAR", - "name": "Time", + "name": "ID", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "createdAtGTE", + "name": "serviceIDGTE", "type": { "kind": "SCALAR", - "name": "Time", + "name": "ID", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "createdAtLT", + "name": "serviceIDLT", "type": { "kind": "SCALAR", - "name": "Time", + "name": "ID", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "createdAtLTE", + "name": "serviceIDLTE", "type": { "kind": "SCALAR", - "name": "Time", + "name": "ID", "ofType": null } }, { "defaultValue": null, - "description": "updated_at field predicates", - "name": "updatedAt", + "description": null, + "name": "serviceIDContains", "type": { "kind": "SCALAR", - "name": "Time", + "name": "ID", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "updatedAtNEQ", + "name": "serviceIDHasPrefix", "type": { "kind": "SCALAR", - "name": "Time", + "name": "ID", "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", + "name": "serviceIDHasSuffix", "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Time", - "ofType": null - } - } + "kind": "SCALAR", + "name": "ID", + "ofType": null } }, { "defaultValue": null, "description": null, - "name": "updatedAtGT", + "name": "serviceIDEqualFold", "type": { "kind": "SCALAR", - "name": "Time", + "name": "ID", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "updatedAtGTE", + "name": "serviceIDContainsFold", "type": { "kind": "SCALAR", - "name": "Time", + "name": "ID", "ofType": null } }, { "defaultValue": null, - "description": null, - "name": "updatedAtLT", + "description": "tier field predicates", + "name": "tier", "type": { - "kind": "SCALAR", - "name": "Time", + "kind": "ENUM", + "name": "DeploymentTier", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "updatedAtLTE", + "name": "tierNEQ", "type": { - "kind": "SCALAR", - "name": "Time", + "kind": "ENUM", + "name": "DeploymentTier", "ofType": null } }, { "defaultValue": null, - "description": "teams edge predicates", - "name": "hasTeams", + "description": null, + "name": "tierIn", "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "DeploymentTier", + "ofType": null + } + } } }, { "defaultValue": null, "description": null, - "name": "hasTeamsWith", + "name": "tierNotIn", "type": { "kind": "LIST", "name": null, @@ -13493,8 +13967,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "INPUT_OBJECT", - "name": "TeamWhereInput", + "kind": "ENUM", + "name": "DeploymentTier", "ofType": null } } @@ -13502,18 +13976,28 @@ }, { "defaultValue": null, - "description": "service edge predicates", - "name": "hasService", + "description": "region field predicates", + "name": "region", "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "String", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "hasServiceWith", + "name": "regionNEQ", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "regionIn", "type": { "kind": "LIST", "name": null, @@ -13521,318 +14005,165 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "INPUT_OBJECT", - "name": "ServiceWhereInput", + "kind": "SCALAR", + "name": "String", "ofType": null } } } - } - ], - "interfaces": [], - "kind": "INPUT_OBJECT", - "name": "DeploymentWhereInput", - "possibleTypes": [] - }, - { - "description": null, - "enumValues": [], - "fields": [ + }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "id", + "name": "regionNotIn", "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": "tokenRequirements", + "name": "regionGT", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "TokenRequirements", - "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 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, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "quests", + "name": "regionGTE", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "QuestConnection", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "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", + "defaultValue": null, + "description": null, + "name": "regionLT", "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "DiscordGuildEdge", - "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": "regionLTE", "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": "regionContains", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "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", + "defaultValue": null, + "description": null, + "name": "regionHasPrefix", "type": { - "kind": "OBJECT", - "name": "DiscordGuild", + "kind": "SCALAR", + "name": "String", "ofType": null } }, { - "args": [], - "deprecationReason": null, - "description": "A cursor for use in pagination.", - "isDeprecated": false, - "name": "cursor", + "defaultValue": null, + "description": null, + "name": "regionHasSuffix", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Cursor", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "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", + "name": "regionEqualFold", "type": { - "kind": "INPUT_OBJECT", - "name": "DiscordGuildWhereInput", + "kind": "SCALAR", + "name": "String", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "and", + "name": "regionContainsFold", "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "DiscordGuildWhereInput", - "ofType": null - } - } + "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": "or", + "name": "autoUpgradeNEQ", "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "DiscordGuildWhereInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Boolean", + "ofType": null } }, { "defaultValue": null, - "description": "id field predicates", - "name": "id", + "description": "created_at field predicates", + "name": "createdAt", "type": { "kind": "SCALAR", - "name": "ID", + "name": "Time", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "idNEQ", + "name": "createdAtNEQ", "type": { "kind": "SCALAR", - "name": "ID", + "name": "Time", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "idIn", + "name": "createdAtIn", "type": { "kind": "LIST", "name": null, @@ -13841,7 +14172,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "ID", + "name": "Time", "ofType": null } } @@ -13850,7 +14181,7 @@ { "defaultValue": null, "description": null, - "name": "idNotIn", + "name": "createdAtNotIn", "type": { "kind": "LIST", "name": null, @@ -13859,7 +14190,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "ID", + "name": "Time", "ofType": null } } @@ -13868,57 +14199,67 @@ { "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 } }, { "defaultValue": null, - "description": "quests edge predicates", - "name": "hasQuests", + "description": "updated_at field predicates", + "name": "updatedAt", "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "Time", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "hasQuestsWith", + "name": "updatedAtNEQ", + "type": { + "kind": "SCALAR", + "name": "Time", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "updatedAtIn", "type": { "kind": "LIST", "name": null, @@ -13926,183 +14267,403 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "INPUT_OBJECT", - "name": "QuestWhereInput", + "kind": "SCALAR", + "name": "Time", "ofType": null } } } - } - ], - "interfaces": [], - "kind": "INPUT_OBJECT", - "name": "DiscordGuildWhereInput", - "possibleTypes": [] - }, - { - "description": null, - "enumValues": [], - "fields": [ + }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "name", + "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": "String", + "name": "Time", "ofType": null } }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "symbol", + "name": "updatedAtGTE", "type": { "kind": "SCALAR", - "name": "String", + "name": "Time", "ofType": null } }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "decimals", + "name": "updatedAtLT", "type": { "kind": "SCALAR", - "name": "Int", + "name": "Time", "ofType": null } - } - ], - "inputFields": [], - "interfaces": [], - "kind": "OBJECT", - "name": "ERC20Metadata", - "possibleTypes": [] - }, - { - "description": null, - "enumValues": [], - "fields": [ + }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "name", + "name": "updatedAtLTE", "type": { "kind": "SCALAR", - "name": "String", + "name": "Time", "ofType": null } }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, + "description": "spin_down_at field predicates", + "name": "spinDownAt", + "type": { + "kind": "SCALAR", + "name": "Time", + "ofType": null + } + }, + { + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "symbol", + "name": "spinDownAtNEQ", "type": { "kind": "SCALAR", - "name": "String", + "name": "Time", "ofType": null } - } - ], - "inputFields": [], - "interfaces": [], - "kind": "OBJECT", - "name": "ERC721Metadata", - "possibleTypes": [] - }, - { - "description": null, - "enumValues": [], - "fields": [ + }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "id", + "name": "spinDownAtIn", "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Time", + "ofType": null + } } } }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "from", + "name": "spinDownAtNotIn", "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Time", + "ofType": null + } } } }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "keys", + "name": "spinDownAtGT", "type": { - "kind": "NON_NULL", + "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": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "Felt", + "name": "Time", "ofType": null } } } }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "data", + "name": "spinUpAtNotIn", "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "Felt", + "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": "transactionID", + "name": "id", "type": { "kind": "NON_NULL", "name": null, @@ -14118,13 +14679,90 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "transaction", + "name": "tokenRequirements", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", - "name": "Transaction", + "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 } } @@ -14139,7 +14777,7 @@ } ], "kind": "OBJECT", - "name": "Event", + "name": "DiscordGuild", "possibleTypes": [] }, { @@ -14157,7 +14795,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "EventEdge", + "name": "DiscordGuildEdge", "ofType": null } } @@ -14198,7 +14836,7 @@ "inputFields": [], "interfaces": [], "kind": "OBJECT", - "name": "EventConnection", + "name": "DiscordGuildConnection", "possibleTypes": [] }, { @@ -14213,7 +14851,7 @@ "name": "node", "type": { "kind": "OBJECT", - "name": "Event", + "name": "DiscordGuild", "ofType": null } }, @@ -14237,11 +14875,11 @@ "inputFields": [], "interfaces": [], "kind": "OBJECT", - "name": "EventEdge", + "name": "DiscordGuildEdge", "possibleTypes": [] }, { - "description": "EventWhereInput is used for filtering Event objects.\nInput was generated by ent.", + "description": "DiscordGuildWhereInput is used for filtering DiscordGuild objects.\nInput was generated by ent.", "enumValues": [], "fields": [], "inputFields": [ @@ -14251,7 +14889,7 @@ "name": "not", "type": { "kind": "INPUT_OBJECT", - "name": "EventWhereInput", + "name": "DiscordGuildWhereInput", "ofType": null } }, @@ -14267,7 +14905,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "EventWhereInput", + "name": "DiscordGuildWhereInput", "ofType": null } } @@ -14285,7 +14923,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "EventWhereInput", + "name": "DiscordGuildWhereInput", "ofType": null } } @@ -14389,28 +15027,18 @@ }, { "defaultValue": null, - "description": "from field predicates", - "name": "from", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "fromNEQ", + "description": "quests edge predicates", + "name": "hasQuests", "type": { "kind": "SCALAR", - "name": "String", + "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "fromIn", + "name": "hasQuestsWith", "type": { "kind": "LIST", "name": null, @@ -14418,13 +15046,505 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", + "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, @@ -18777,9 +19897,13 @@ "isDeprecated": false, "name": "chainId", "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } } } ], @@ -19263,20 +20387,6 @@ "ofType": null } } - }, - { - "defaultValue": null, - "description": null, - "name": "signer", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } } ], "deprecationReason": null, @@ -21086,6 +22196,11 @@ "name": "Deployment", "ofType": null }, + { + "kind": "OBJECT", + "name": "DeploymentLog", + "ofType": null + }, { "kind": "OBJECT", "name": "DiscordGuild", @@ -33656,13 +34771,9 @@ "isDeprecated": false, "name": "indexPending", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } + "kind": "SCALAR", + "name": "Boolean", + "ofType": null } } ], @@ -37720,26 +38831,6 @@ "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, @@ -37953,6 +39044,842 @@ "kind": "OBJECT", "name": "WebauthnCredential", "possibleTypes": [] + }, + { + "description": null, + "enumValues": [], + "fields": [ + { + "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": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "locations", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "__DirectiveLocation", + "ofType": null + } + } + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "args", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "__InputValue", + "ofType": null + } + } + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "isRepeatable", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + } + } + ], + "inputFields": [], + "interfaces": [], + "kind": "OBJECT", + "name": "__Directive", + "possibleTypes": [] + }, + { + "description": null, + "enumValues": [ + { + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "QUERY" + }, + { + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "MUTATION" + }, + { + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "SUBSCRIPTION" + }, + { + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "FIELD" + }, + { + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "FRAGMENT_DEFINITION" + }, + { + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "FRAGMENT_SPREAD" + }, + { + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "INLINE_FRAGMENT" + }, + { + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "VARIABLE_DEFINITION" + }, + { + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "SCHEMA" + }, + { + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "SCALAR" + }, + { + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "OBJECT" + }, + { + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "FIELD_DEFINITION" + }, + { + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "ARGUMENT_DEFINITION" + }, + { + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "INTERFACE" + }, + { + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "UNION" + }, + { + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "ENUM" + }, + { + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "ENUM_VALUE" + }, + { + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "INPUT_OBJECT" + }, + { + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "INPUT_FIELD_DEFINITION" + } + ], + "fields": [], + "inputFields": [], + "interfaces": [], + "kind": "ENUM", + "name": "__DirectiveLocation", + "possibleTypes": [] + }, + { + "description": null, + "enumValues": [], + "fields": [ + { + "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": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "isDeprecated", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "deprecationReason", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + ], + "inputFields": [], + "interfaces": [], + "kind": "OBJECT", + "name": "__EnumValue", + "possibleTypes": [] + }, + { + "description": null, + "enumValues": [], + "fields": [ + { + "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": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "args", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "__InputValue", + "ofType": null + } + } + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "type", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "__Type", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "isDeprecated", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "deprecationReason", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + ], + "inputFields": [], + "interfaces": [], + "kind": "OBJECT", + "name": "__Field", + "possibleTypes": [] + }, + { + "description": null, + "enumValues": [], + "fields": [ + { + "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": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "type", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "__Type", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "defaultValue", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + ], + "inputFields": [], + "interfaces": [], + "kind": "OBJECT", + "name": "__InputValue", + "possibleTypes": [] + }, + { + "description": null, + "enumValues": [], + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "description", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "types", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "__Type", + "ofType": null + } + } + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "queryType", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "__Type", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "mutationType", + "type": { + "kind": "OBJECT", + "name": "__Type", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "subscriptionType", + "type": { + "kind": "OBJECT", + "name": "__Type", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "directives", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "__Directive", + "ofType": null + } + } + } + } + } + ], + "inputFields": [], + "interfaces": [], + "kind": "OBJECT", + "name": "__Schema", + "possibleTypes": [] + }, + { + "description": null, + "enumValues": [], + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "kind", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "__TypeKind", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "name", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "description", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "args": [ + { + "defaultValue": "false", + "description": null, + "name": "includeDeprecated", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + } + ], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "fields", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "__Field", + "ofType": null + } + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "interfaces", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "__Type", + "ofType": null + } + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "possibleTypes", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "__Type", + "ofType": null + } + } + } + }, + { + "args": [ + { + "defaultValue": "false", + "description": null, + "name": "includeDeprecated", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + } + ], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "enumValues", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "__EnumValue", + "ofType": null + } + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "inputFields", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "__InputValue", + "ofType": null + } + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "ofType", + "type": { + "kind": "OBJECT", + "name": "__Type", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "specifiedByURL", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + ], + "inputFields": [], + "interfaces": [], + "kind": "OBJECT", + "name": "__Type", + "possibleTypes": [] + }, + { + "description": null, + "enumValues": [ + { + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "SCALAR" + }, + { + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "OBJECT" + }, + { + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "INTERFACE" + }, + { + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "UNION" + }, + { + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "ENUM" + }, + { + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "INPUT_OBJECT" + }, + { + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "LIST" + }, + { + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "NON_NULL" + } + ], + "fields": [], + "inputFields": [], + "interfaces": [], + "kind": "ENUM", + "name": "__TypeKind", + "possibleTypes": [] } ] } diff --git a/src/command/deployments/create.rs b/src/command/deployments/create.rs index 3c9099b..6c1953a 100644 --- a/src/command/deployments/create.rs +++ b/src/command/deployments/create.rs @@ -57,7 +57,6 @@ impl CreateArgs { gas_price: config.gas_price, invoke_max_steps: config.invoke_max_steps, validate_max_steps: config.validate_max_steps, - chain_id: config.chain_id.clone(), genesis: config.genesis.clone(), }), torii: None, @@ -71,9 +70,9 @@ impl CreateArgs { katana: None, madara: None, torii: Some(CreateToriiConfigInput { - rpc: config.rpc.clone(), + rpc: Some(config.rpc.clone().unwrap_or("".to_string())), world: format!("{:#x}", config.world), - start_block: Some(config.start_block), + start_block: Some(config.start_block.unwrap_or(0)), index_pending: config.index_pending, }), }), @@ -126,7 +125,7 @@ impl CreateArgs { println!(" World: {}", config.world); println!(" RPC: {}", config.rpc); println!(" Start Block: {}", config.start_block); - println!(" Index Pending: {}", config.index_pending); + println!(" Index Pending: {}", config.index_pending.unwrap_or(false)); println!("\nEndpoints:"); println!(" GRAPHQL: {}", config.graphql); println!(" GRPC: {}", config.grpc); diff --git a/src/command/deployments/describe.rs b/src/command/deployments/describe.rs index fa23963..87233dc 100644 --- a/src/command/deployments/describe.rs +++ b/src/command/deployments/describe.rs @@ -71,7 +71,10 @@ impl DescribeArgs { println!(" World: {}", config.world); println!(" RPC: {}", config.rpc); println!(" Start Block: {}", config.start_block); - println!(" Indexing Pending: {}", config.index_pending); + println!( + " Indexing Pending: {}", + config.index_pending.unwrap_or(false) + ); println!("\nEndpoints:"); println!(" GraphQL: {}", config.graphql); println!(" GRPC: {}", config.grpc); diff --git a/src/command/deployments/services/torii.rs b/src/command/deployments/services/torii.rs index 0b1d397..6d3c88d 100644 --- a/src/command/deployments/services/torii.rs +++ b/src/command/deployments/services/torii.rs @@ -11,7 +11,7 @@ pub struct ToriiCreateArgs { #[arg(long)] #[arg(value_name = "rpc")] #[arg(help = "The Starknet RPC endpoint.")] - pub rpc: String, + pub rpc: Option, #[arg(long)] #[arg(value_name = "world")] @@ -20,11 +20,11 @@ pub struct ToriiCreateArgs { #[arg(short, long)] #[arg(help = "Specify a block to start indexing from.")] - pub start_block: i64, + pub start_block: Option, #[arg(long)] #[arg(help = "Enable indexing pending blocks.")] - pub index_pending: bool, + pub index_pending: Option, } #[derive(Clone, Debug, Args, serde::Serialize)] diff --git a/src/command/deployments/update.rs b/src/command/deployments/update.rs index 3b6879d..8c8008a 100644 --- a/src/command/deployments/update.rs +++ b/src/command/deployments/update.rs @@ -54,8 +54,6 @@ impl UpdateArgs { config: Some(UpdateServiceConfigInput { katana: Some(UpdateKatanaConfigInput { block_time: config.block_time, - fork_rpc_url: config.fork_rpc_url.clone(), - fork_block_number: config.fork_block_number, disable_fee: config.disable_fee, gas_price: config.gas_price, invoke_max_steps: config.invoke_max_steps, @@ -99,7 +97,7 @@ impl UpdateArgs { println!(" World: {}", config.world); println!(" RPC: {}", config.rpc); println!(" Start Block: {}", config.start_block); - println!(" Index Pending: {}", config.index_pending); + println!(" Index Pending: {}", config.index_pending.unwrap_or(false)); println!("\nEndpoints:"); println!(" GRAPHQL: {}", config.graphql); println!(" GRPC: {}", config.grpc);