{ "__schema": { "queryType": { "name": "Query" }, "mutationType": { "name": "Mutation" }, "subscriptionType": { "name": "Subscription" }, "types": [ { "kind": "OBJECT", "name": "Admin", "description": null, "fields": [ { "name": "isKilled", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "AmendConstitutionProposalDetails", "description": null, "fields": [ { "name": "text", "description": "New (proposed) constitution text (md-formatted)", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "AnnouncingPeriodStartedEvent", "description": null, "fields": [ { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Filtering options for interface implementers", "args": [], "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null }, { "kind": "INTERFACE", "name": "Event", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "AnnouncingPeriodStartedEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "AnnouncingPeriodStartedEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "AnnouncingPeriodStartedEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "AnnouncingPeriodStartedEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "AnnouncingPeriodStartedEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "AnnouncingPeriodStartedEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "AnnouncingPeriodStartedEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "AnnouncingPeriodStartedEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "AnnouncingPeriodStartedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "AnnouncingPeriodStartedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "AnnouncingPeriodStartedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "AnnouncingPeriodStartedEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ApplicationFormQuestion", "description": null, "fields": [ { "name": "applicationformquestionanswerquestion", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ApplicationFormQuestionAnswer", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "index", "description": "Index of the question", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "openingMetadata", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkingGroupOpeningMetadata", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "openingMetadataId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "question", "description": "The question itself", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Type of the question (UI answer input type)", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ApplicationFormQuestionType", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ApplicationFormQuestionAnswer", "description": null, "fields": [ { "name": "answer", "description": "Applicant's answer", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "application", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkingGroupApplication", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "applicationId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "question", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ApplicationFormQuestion", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "questionId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ApplicationFormQuestionAnswerConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ApplicationFormQuestionAnswerEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ApplicationFormQuestionAnswerCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "answer", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "application", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "question", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ApplicationFormQuestionAnswerEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ApplicationFormQuestionAnswer", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "ApplicationFormQuestionAnswerOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "answer_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "answer_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "application_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "application_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "question_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "question_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ApplicationFormQuestionAnswerUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "answer", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "application", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "question", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ApplicationFormQuestionAnswerWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ApplicationFormQuestionAnswerWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ApplicationFormQuestionAnswerWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ApplicationFormQuestionAnswerWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "answer_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "answer_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "answer_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "answer_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "answer_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "application", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkingGroupApplicationWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "question", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ApplicationFormQuestionWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ApplicationFormQuestionAnswerWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ApplicationFormQuestionConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ApplicationFormQuestionEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ApplicationFormQuestionCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "index", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "openingMetadata", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "question", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ApplicationFormQuestionType", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ApplicationFormQuestionEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ApplicationFormQuestion", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "ApplicationFormQuestionOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "index_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "index_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "openingMetadata_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "openingMetadata_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "question_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "question_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "type_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "type_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "ENUM", "name": "ApplicationFormQuestionType", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "TEXT", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "TEXTAREA", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ApplicationFormQuestionUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "index", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "openingMetadata", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "question", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": null, "type": { "kind": "ENUM", "name": "ApplicationFormQuestionType", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ApplicationFormQuestionWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ApplicationFormQuestionWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ApplicationFormQuestionWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ApplicationFormQuestionWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "applicationformquestionanswerquestion_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ApplicationFormQuestionAnswerWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "applicationformquestionanswerquestion_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ApplicationFormQuestionAnswerWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "applicationformquestionanswerquestion_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ApplicationFormQuestionAnswerWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "index_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "index_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "index_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "index_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "index_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "index_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "openingMetadata", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkingGroupOpeningMetadataWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "question_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "question_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "question_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "question_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "question_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "type_eq", "description": null, "type": { "kind": "ENUM", "name": "ApplicationFormQuestionType", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "type_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ApplicationFormQuestionType", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ApplicationFormQuestionWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ApplicationStatusAccepted", "description": null, "fields": [ { "name": "openingFilledEvent", "description": "Related OpeningFilled event", "args": [], "type": { "kind": "OBJECT", "name": "OpeningFilledEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ApplicationStatusCancelled", "description": null, "fields": [ { "name": "openingCanceledEvent", "description": "Related OpeningCanceled event", "args": [], "type": { "kind": "OBJECT", "name": "OpeningCanceledEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ApplicationStatusPending", "description": null, "fields": [ { "name": "phantom", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ApplicationStatusRejected", "description": null, "fields": [ { "name": "openingFilledEvent", "description": "Related OpeningFilled event", "args": [], "type": { "kind": "OBJECT", "name": "OpeningFilledEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ApplicationStatusWithdrawn", "description": null, "fields": [ { "name": "applicationWithdrawnEvent", "description": "Related ApplicationWithdrawn event", "args": [], "type": { "kind": "OBJECT", "name": "ApplicationWithdrawnEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ApplicationWithdrawnEvent", "description": null, "fields": [ { "name": "application", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkingGroupApplication", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "applicationId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "group", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkingGroup", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "groupId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Filtering options for interface implementers", "args": [], "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null }, { "kind": "INTERFACE", "name": "Event", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ApplicationWithdrawnEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ApplicationWithdrawnEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ApplicationWithdrawnEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "application", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "group", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ApplicationWithdrawnEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ApplicationWithdrawnEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "ApplicationWithdrawnEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "application_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "application_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "group_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "group_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ApplicationWithdrawnEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "application", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "group", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ApplicationWithdrawnEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ApplicationWithdrawnEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ApplicationWithdrawnEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ApplicationWithdrawnEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "application", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkingGroupApplicationWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "group", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkingGroupWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ApplicationWithdrawnEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "AppliedOnOpeningEvent", "description": null, "fields": [ { "name": "application", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkingGroupApplication", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "applicationId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "group", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkingGroup", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "groupId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "opening", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkingGroupOpening", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "openingId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Filtering options for interface implementers", "args": [], "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null }, { "kind": "INTERFACE", "name": "Event", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "AppliedOnOpeningEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "AppliedOnOpeningEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "AppliedOnOpeningEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "application", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "group", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "opening", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "AppliedOnOpeningEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "AppliedOnOpeningEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "AppliedOnOpeningEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "application_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "application_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "group_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "group_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "opening_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "opening_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "AppliedOnOpeningEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "application", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "group", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "opening", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "AppliedOnOpeningEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "AppliedOnOpeningEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "AppliedOnOpeningEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "AppliedOnOpeningEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "application", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkingGroupApplicationWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "group", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkingGroupWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "opening", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkingGroupOpeningWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "AppliedOnOpeningEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "Auction", "description": "Represents NFT auction", "fields": [ { "name": "auctionType", "description": "The type of auction", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "UNION", "name": "AuctionType", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "bids", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Bid", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "buyNowPrice", "description": "Whether auction can be completed instantly", "args": [], "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "endedAtBlock", "description": "Block when auction ended", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "englishauctionstartedeventauction", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "EnglishAuctionStartedEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "initialOwner", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "Membership", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "initialOwnerId", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "isCanceled", "description": "Is auction canceled", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isCompleted", "description": "Is auction completed", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nft", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OwnedNft", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nftId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "openauctionstartedeventauction", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OpenAuctionStartedEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "ownednfttransactionalStatusAuction", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OwnedNft", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "startingPrice", "description": "Auction starting price", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "startsAtBlock", "description": "Block when auction starts", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "topBid", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "Bid", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "topBidId", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "transactionalstatusupdatetransactionalStatusAuction", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TransactionalStatusUpdate", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "whitelistedMembers", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Membership", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "winningMember", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "Membership", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "winningMemberId", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "AuctionBidCanceledEvent", "description": null, "fields": [ { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "member", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Membership", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "memberId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroup", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "CuratorGroup", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroupId", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMember", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "Membership", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMemberId", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Filtering options for interface implementers", "args": [], "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Video", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "videoId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null }, { "kind": "INTERFACE", "name": "Event", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "AuctionBidCanceledEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "AuctionBidCanceledEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "AuctionBidCanceledEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "member", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroup", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMember", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "AuctionBidCanceledEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "AuctionBidCanceledEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "AuctionBidCanceledEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "member_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "member_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroup_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroup_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMember_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMember_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "AuctionBidCanceledEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "member", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroup", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMember", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "AuctionBidCanceledEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "AuctionBidCanceledEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "AuctionBidCanceledEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "AuctionBidCanceledEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "member", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroup", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CuratorGroupWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMember", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VideoWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "AuctionBidCanceledEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "AuctionBidMadeEvent", "description": null, "fields": [ { "name": "bidAmount", "description": "Bid made.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "member", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Membership", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "memberId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroup", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "CuratorGroup", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroupId", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMember", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "Membership", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMemberId", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "previousTopBid", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "Bid", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "previousTopBidId", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "previousTopBidder", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "Membership", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "previousTopBidderId", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Filtering options for interface implementers", "args": [], "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Video", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "videoId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null }, { "kind": "INTERFACE", "name": "Event", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "AuctionBidMadeEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "AuctionBidMadeEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "AuctionBidMadeEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "bidAmount", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "member", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroup", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMember", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "previousTopBid", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "previousTopBidder", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "AuctionBidMadeEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "AuctionBidMadeEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "AuctionBidMadeEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "bidAmount_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bidAmount_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "member_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "member_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroup_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroup_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMember_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMember_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "previousTopBid_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "previousTopBid_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "previousTopBidder_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "previousTopBidder_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "AuctionBidMadeEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "bidAmount", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "member", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroup", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMember", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "previousTopBid", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "previousTopBidder", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "AuctionBidMadeEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "AuctionBidMadeEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "AuctionBidMadeEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "AuctionBidMadeEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bidAmount_eq", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bidAmount_gt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bidAmount_gte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bidAmount_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bidAmount_lt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bidAmount_lte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "member", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroup", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CuratorGroupWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMember", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "previousTopBid", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BidWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "previousTopBidder", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VideoWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "AuctionBidMadeEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "AuctionCanceledEvent", "description": null, "fields": [ { "name": "contentActor", "description": "Content actor canceling the event.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "UNION", "name": "ContentActor", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroup", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "CuratorGroup", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroupId", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMember", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "Membership", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMemberId", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Filtering options for interface implementers", "args": [], "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Video", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "videoId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null }, { "kind": "INTERFACE", "name": "Event", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "AuctionCanceledEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "AuctionCanceledEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "AuctionCanceledEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "contentActor", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "JSONObject", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroup", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMember", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "AuctionCanceledEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "AuctionCanceledEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "AuctionCanceledEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroup_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroup_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMember_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMember_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "AuctionCanceledEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "contentActor", "description": null, "type": { "kind": "SCALAR", "name": "JSONObject", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroup", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMember", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "AuctionCanceledEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "AuctionCanceledEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "AuctionCanceledEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "AuctionCanceledEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "contentActor_json", "description": null, "type": { "kind": "SCALAR", "name": "JSONObject", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroup", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CuratorGroupWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMember", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VideoWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "AuctionCanceledEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "AuctionConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "AuctionEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "AuctionCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "auctionType", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "JSONObject", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "buyNowPrice", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "endedAtBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "initialOwner", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isCanceled", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isCompleted", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "nft", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "startingPrice", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "startsAtBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "topBid", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "winningMember", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "AuctionEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Auction", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "AuctionOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "buyNowPrice_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "buyNowPrice_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "endedAtBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "endedAtBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "initialOwner_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "initialOwner_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isCanceled_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isCanceled_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isCompleted_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isCompleted_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "nft_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "nft_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "startingPrice_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "startingPrice_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "startsAtBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "startsAtBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "topBid_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "topBid_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "winningMember_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "winningMember_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "UNION", "name": "AuctionType", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "AuctionTypeEnglish", "ofType": null }, { "kind": "OBJECT", "name": "AuctionTypeOpen", "ofType": null } ] }, { "kind": "OBJECT", "name": "AuctionTypeEnglish", "description": null, "fields": [ { "name": "duration", "description": "English auction duration", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "extensionPeriod", "description": "Auction extension time", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "minimalBidStep", "description": "Minimal step between auction bids", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "plannedEndAtBlock", "description": "Block when auction is supposed to end", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "AuctionTypeOpen", "description": null, "fields": [ { "name": "bidLockDuration", "description": "Auction bid lock duration", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "AuctionUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "auctionType", "description": null, "type": { "kind": "SCALAR", "name": "JSONObject", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "buyNowPrice", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "endedAtBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "initialOwner", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isCanceled", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isCompleted", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "nft", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "startingPrice", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "startsAtBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "topBid", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "winningMember", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "AuctionWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "AuctionWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "AuctionWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "AuctionWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "auctionType_json", "description": null, "type": { "kind": "SCALAR", "name": "JSONObject", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bids_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BidWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bids_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BidWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bids_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BidWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "buyNowPrice_eq", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "buyNowPrice_gt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "buyNowPrice_gte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "buyNowPrice_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "buyNowPrice_lt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "buyNowPrice_lte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "endedAtBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "endedAtBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "endedAtBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "endedAtBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "endedAtBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "endedAtBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "englishauctionstartedeventauction_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "EnglishAuctionStartedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "englishauctionstartedeventauction_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "EnglishAuctionStartedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "englishauctionstartedeventauction_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "EnglishAuctionStartedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "initialOwner", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isCanceled_eq", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isCanceled_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isCompleted_eq", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isCompleted_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "nft", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "OwnedNftWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "openauctionstartedeventauction_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "OpenAuctionStartedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "openauctionstartedeventauction_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "OpenAuctionStartedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "openauctionstartedeventauction_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "OpenAuctionStartedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownednfttransactionalStatusAuction_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "OwnedNftWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownednfttransactionalStatusAuction_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "OwnedNftWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownednfttransactionalStatusAuction_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "OwnedNftWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "startingPrice_eq", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "startingPrice_gt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "startingPrice_gte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "startingPrice_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "startingPrice_lt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "startingPrice_lte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "startsAtBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "startsAtBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "startsAtBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "startsAtBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "startsAtBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "startsAtBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "topBid", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BidWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "transactionalstatusupdatetransactionalStatusAuction_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "TransactionalStatusUpdateWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "transactionalstatusupdatetransactionalStatusAuction_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "TransactionalStatusUpdateWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "transactionalstatusupdatetransactionalStatusAuction_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "TransactionalStatusUpdateWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "whitelistedMembers_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "whitelistedMembers_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "whitelistedMembers_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "winningMember", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "AuctionWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "UNION", "name": "Avatar", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "AvatarObject", "ofType": null }, { "kind": "OBJECT", "name": "AvatarUri", "ofType": null } ] }, { "kind": "OBJECT", "name": "AvatarObject", "description": null, "fields": [ { "name": "avatarObject", "description": "The avatar data object", "args": [], "type": { "kind": "OBJECT", "name": "StorageDataObject", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "AvatarUri", "description": null, "fields": [ { "name": "avatarUri", "description": "The avatar URL", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INTERFACE", "name": "BaseGraphQLObject", "description": null, "fields": [ { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "AnnouncingPeriodStartedEvent", "ofType": null }, { "kind": "OBJECT", "name": "ApplicationFormQuestion", "ofType": null }, { "kind": "OBJECT", "name": "ApplicationFormQuestionAnswer", "ofType": null }, { "kind": "OBJECT", "name": "ApplicationWithdrawnEvent", "ofType": null }, { "kind": "OBJECT", "name": "AppliedOnOpeningEvent", "ofType": null }, { "kind": "OBJECT", "name": "Auction", "ofType": null }, { "kind": "OBJECT", "name": "AuctionBidCanceledEvent", "ofType": null }, { "kind": "OBJECT", "name": "AuctionBidMadeEvent", "ofType": null }, { "kind": "OBJECT", "name": "AuctionCanceledEvent", "ofType": null }, { "kind": "OBJECT", "name": "BaseModel", "ofType": null }, { "kind": "OBJECT", "name": "BaseModelUUID", "ofType": null }, { "kind": "OBJECT", "name": "Bid", "ofType": null }, { "kind": "OBJECT", "name": "BidMadeCompletingAuctionEvent", "ofType": null }, { "kind": "OBJECT", "name": "Bounty", "ofType": null }, { "kind": "OBJECT", "name": "BountyCanceledEvent", "ofType": null }, { "kind": "OBJECT", "name": "BountyContribution", "ofType": null }, { "kind": "OBJECT", "name": "BountyCreatedEvent", "ofType": null }, { "kind": "OBJECT", "name": "BountyCreatorCherryWithdrawalEvent", "ofType": null }, { "kind": "OBJECT", "name": "BountyEntrantWhitelist", "ofType": null }, { "kind": "OBJECT", "name": "BountyEntry", "ofType": null }, { "kind": "OBJECT", "name": "BountyFundedEvent", "ofType": null }, { "kind": "OBJECT", "name": "BountyFundingWithdrawalEvent", "ofType": null }, { "kind": "OBJECT", "name": "BountyMaxFundingReachedEvent", "ofType": null }, { "kind": "OBJECT", "name": "BountyRemovedEvent", "ofType": null }, { "kind": "OBJECT", "name": "BountyVetoedEvent", "ofType": null }, { "kind": "OBJECT", "name": "BudgetBalanceSetEvent", "ofType": null }, { "kind": "OBJECT", "name": "BudgetIncrementUpdatedEvent", "ofType": null }, { "kind": "OBJECT", "name": "BudgetRefillEvent", "ofType": null }, { "kind": "OBJECT", "name": "BudgetRefillPlannedEvent", "ofType": null }, { "kind": "OBJECT", "name": "BudgetSetEvent", "ofType": null }, { "kind": "OBJECT", "name": "BudgetSpendingEvent", "ofType": null }, { "kind": "OBJECT", "name": "BudgetUpdatedEvent", "ofType": null }, { "kind": "OBJECT", "name": "BuyNowCanceledEvent", "ofType": null }, { "kind": "OBJECT", "name": "BuyNowPriceUpdatedEvent", "ofType": null }, { "kind": "OBJECT", "name": "CandidacyNoteMetadata", "ofType": null }, { "kind": "OBJECT", "name": "CandidacyNoteSetEvent", "ofType": null }, { "kind": "OBJECT", "name": "CandidacyStakeReleaseEvent", "ofType": null }, { "kind": "OBJECT", "name": "CandidacyWithdrawEvent", "ofType": null }, { "kind": "OBJECT", "name": "Candidate", "ofType": null }, { "kind": "OBJECT", "name": "CastVote", "ofType": null }, { "kind": "OBJECT", "name": "CategoryArchivalStatusUpdatedEvent", "ofType": null }, { "kind": "OBJECT", "name": "CategoryCreatedEvent", "ofType": null }, { "kind": "OBJECT", "name": "CategoryDeletedEvent", "ofType": null }, { "kind": "OBJECT", "name": "CategoryMembershipOfModeratorUpdatedEvent", "ofType": null }, { "kind": "OBJECT", "name": "CategoryStickyThreadUpdateEvent", "ofType": null }, { "kind": "OBJECT", "name": "Channel", "ofType": null }, { "kind": "OBJECT", "name": "ChannelAssetsDeletedByModeratorEvent", "ofType": null }, { "kind": "OBJECT", "name": "ChannelDeletedByModeratorEvent", "ofType": null }, { "kind": "OBJECT", "name": "ChannelNftCollectors", "ofType": null }, { "kind": "OBJECT", "name": "ChannelVisibilitySetByModeratorEvent", "ofType": null }, { "kind": "OBJECT", "name": "Collaborator", "ofType": null }, { "kind": "OBJECT", "name": "Comment", "ofType": null }, { "kind": "OBJECT", "name": "CommentCreatedEvent", "ofType": null }, { "kind": "OBJECT", "name": "CommentDeletedEvent", "ofType": null }, { "kind": "OBJECT", "name": "CommentModeratedEvent", "ofType": null }, { "kind": "OBJECT", "name": "CommentPinnedEvent", "ofType": null }, { "kind": "OBJECT", "name": "CommentReactedEvent", "ofType": null }, { "kind": "OBJECT", "name": "CommentReaction", "ofType": null }, { "kind": "OBJECT", "name": "CommentReactionsCountByReactionId", "ofType": null }, { "kind": "OBJECT", "name": "CommentTextUpdatedEvent", "ofType": null }, { "kind": "OBJECT", "name": "CouncilMember", "ofType": null }, { "kind": "OBJECT", "name": "CouncilStageUpdate", "ofType": null }, { "kind": "OBJECT", "name": "CouncilorRewardUpdatedEvent", "ofType": null }, { "kind": "OBJECT", "name": "Curator", "ofType": null }, { "kind": "OBJECT", "name": "CuratorAgentPermissions", "ofType": null }, { "kind": "OBJECT", "name": "CuratorGroup", "ofType": null }, { "kind": "OBJECT", "name": "DistributionBucket", "ofType": null }, { "kind": "OBJECT", "name": "DistributionBucketFamily", "ofType": null }, { "kind": "OBJECT", "name": "DistributionBucketFamilyGeographicArea", "ofType": null }, { "kind": "OBJECT", "name": "DistributionBucketFamilyMetadata", "ofType": null }, { "kind": "OBJECT", "name": "DistributionBucketOperator", "ofType": null }, { "kind": "OBJECT", "name": "DistributionBucketOperatorMetadata", "ofType": null }, { "kind": "OBJECT", "name": "ElectedCouncil", "ofType": null }, { "kind": "OBJECT", "name": "ElectionRound", "ofType": null }, { "kind": "OBJECT", "name": "EnglishAuctionSettledEvent", "ofType": null }, { "kind": "OBJECT", "name": "EnglishAuctionStartedEvent", "ofType": null }, { "kind": "OBJECT", "name": "ForumCategory", "ofType": null }, { "kind": "OBJECT", "name": "ForumPost", "ofType": null }, { "kind": "OBJECT", "name": "ForumThread", "ofType": null }, { "kind": "OBJECT", "name": "ForumThreadTag", "ofType": null }, { "kind": "OBJECT", "name": "FundingRequestDestination", "ofType": null }, { "kind": "OBJECT", "name": "FundingRequestDestinationsList", "ofType": null }, { "kind": "OBJECT", "name": "GeoCoordinates", "ofType": null }, { "kind": "OBJECT", "name": "InitialInvitationBalanceUpdatedEvent", "ofType": null }, { "kind": "OBJECT", "name": "InitialInvitationCountUpdatedEvent", "ofType": null }, { "kind": "OBJECT", "name": "InvitesTransferredEvent", "ofType": null }, { "kind": "OBJECT", "name": "Language", "ofType": null }, { "kind": "OBJECT", "name": "LeaderInvitationQuotaUpdatedEvent", "ofType": null }, { "kind": "OBJECT", "name": "LeaderSetEvent", "ofType": null }, { "kind": "OBJECT", "name": "LeaderUnsetEvent", "ofType": null }, { "kind": "OBJECT", "name": "License", "ofType": null }, { "kind": "OBJECT", "name": "MemberAccountsUpdatedEvent", "ofType": null }, { "kind": "OBJECT", "name": "MemberBannedFromChannelEvent", "ofType": null }, { "kind": "OBJECT", "name": "MemberCreatedEvent", "ofType": null }, { "kind": "OBJECT", "name": "MemberInvitedEvent", "ofType": null }, { "kind": "OBJECT", "name": "MemberMetadata", "ofType": null }, { "kind": "OBJECT", "name": "MemberProfileUpdatedEvent", "ofType": null }, { "kind": "OBJECT", "name": "MemberVerificationStatusUpdatedEvent", "ofType": null }, { "kind": "OBJECT", "name": "Membership", "ofType": null }, { "kind": "OBJECT", "name": "MembershipBoughtEvent", "ofType": null }, { "kind": "OBJECT", "name": "MembershipExternalResource", "ofType": null }, { "kind": "OBJECT", "name": "MembershipGiftedEvent", "ofType": null }, { "kind": "OBJECT", "name": "MembershipPriceUpdatedEvent", "ofType": null }, { "kind": "OBJECT", "name": "MetaprotocolTransactionStatusEvent", "ofType": null }, { "kind": "OBJECT", "name": "NewCandidateEvent", "ofType": null }, { "kind": "OBJECT", "name": "NewCouncilElectedEvent", "ofType": null }, { "kind": "OBJECT", "name": "NewCouncilNotElectedEvent", "ofType": null }, { "kind": "OBJECT", "name": "NewMissedRewardLevelReachedEvent", "ofType": null }, { "kind": "OBJECT", "name": "NftBoughtEvent", "ofType": null }, { "kind": "OBJECT", "name": "NftIssuedEvent", "ofType": null }, { "kind": "OBJECT", "name": "NftSellOrderMadeEvent", "ofType": null }, { "kind": "OBJECT", "name": "NftSlingedBackToTheOriginalArtistEvent", "ofType": null }, { "kind": "OBJECT", "name": "NodeLocationMetadata", "ofType": null }, { "kind": "OBJECT", "name": "NotEnoughCandidatesEvent", "ofType": null }, { "kind": "OBJECT", "name": "OfferAcceptedEvent", "ofType": null }, { "kind": "OBJECT", "name": "OfferCanceledEvent", "ofType": null }, { "kind": "OBJECT", "name": "OfferStartedEvent", "ofType": null }, { "kind": "OBJECT", "name": "OpenAuctionBidAcceptedEvent", "ofType": null }, { "kind": "OBJECT", "name": "OpenAuctionStartedEvent", "ofType": null }, { "kind": "OBJECT", "name": "OpeningAddedEvent", "ofType": null }, { "kind": "OBJECT", "name": "OpeningCanceledEvent", "ofType": null }, { "kind": "OBJECT", "name": "OpeningFilledEvent", "ofType": null }, { "kind": "OBJECT", "name": "OracleJudgmentSubmittedEvent", "ofType": null }, { "kind": "OBJECT", "name": "OwnedNft", "ofType": null }, { "kind": "OBJECT", "name": "PostAddedEvent", "ofType": null }, { "kind": "OBJECT", "name": "PostDeletedEvent", "ofType": null }, { "kind": "OBJECT", "name": "PostModeratedEvent", "ofType": null }, { "kind": "OBJECT", "name": "PostTextUpdatedEvent", "ofType": null }, { "kind": "OBJECT", "name": "Proposal", "ofType": null }, { "kind": "OBJECT", "name": "ProposalCancelledEvent", "ofType": null }, { "kind": "OBJECT", "name": "ProposalCreatedEvent", "ofType": null }, { "kind": "OBJECT", "name": "ProposalDecisionMadeEvent", "ofType": null }, { "kind": "OBJECT", "name": "ProposalDiscussionPost", "ofType": null }, { "kind": "OBJECT", "name": "ProposalDiscussionPostCreatedEvent", "ofType": null }, { "kind": "OBJECT", "name": "ProposalDiscussionPostDeletedEvent", "ofType": null }, { "kind": "OBJECT", "name": "ProposalDiscussionPostUpdatedEvent", "ofType": null }, { "kind": "OBJECT", "name": "ProposalDiscussionThread", "ofType": null }, { "kind": "OBJECT", "name": "ProposalDiscussionThreadModeChangedEvent", "ofType": null }, { "kind": "OBJECT", "name": "ProposalDiscussionWhitelist", "ofType": null }, { "kind": "OBJECT", "name": "ProposalExecutedEvent", "ofType": null }, { "kind": "OBJECT", "name": "ProposalStatusUpdatedEvent", "ofType": null }, { "kind": "OBJECT", "name": "ProposalVotedEvent", "ofType": null }, { "kind": "OBJECT", "name": "ReferendumFinishedEvent", "ofType": null }, { "kind": "OBJECT", "name": "ReferendumStageRevealing", "ofType": null }, { "kind": "OBJECT", "name": "ReferendumStageVoting", "ofType": null }, { "kind": "OBJECT", "name": "ReferendumStartedEvent", "ofType": null }, { "kind": "OBJECT", "name": "ReferendumStartedForcefullyEvent", "ofType": null }, { "kind": "OBJECT", "name": "ReferralCutUpdatedEvent", "ofType": null }, { "kind": "OBJECT", "name": "RequestFundedEvent", "ofType": null }, { "kind": "OBJECT", "name": "RevealingStageStartedEvent", "ofType": null }, { "kind": "OBJECT", "name": "RewardPaidEvent", "ofType": null }, { "kind": "OBJECT", "name": "RewardPaymentEvent", "ofType": null }, { "kind": "OBJECT", "name": "RuntimeWasmBytecode", "ofType": null }, { "kind": "OBJECT", "name": "StakeDecreasedEvent", "ofType": null }, { "kind": "OBJECT", "name": "StakeIncreasedEvent", "ofType": null }, { "kind": "OBJECT", "name": "StakeReleasedEvent", "ofType": null }, { "kind": "OBJECT", "name": "StakeSlashedEvent", "ofType": null }, { "kind": "OBJECT", "name": "StakingAccountAddedEvent", "ofType": null }, { "kind": "OBJECT", "name": "StakingAccountConfirmedEvent", "ofType": null }, { "kind": "OBJECT", "name": "StakingAccountRemovedEvent", "ofType": null }, { "kind": "OBJECT", "name": "StatusTextChangedEvent", "ofType": null }, { "kind": "OBJECT", "name": "StorageBag", "ofType": null }, { "kind": "OBJECT", "name": "StorageBucket", "ofType": null }, { "kind": "OBJECT", "name": "StorageBucketOperatorMetadata", "ofType": null }, { "kind": "OBJECT", "name": "StorageDataObject", "ofType": null }, { "kind": "OBJECT", "name": "TerminatedLeaderEvent", "ofType": null }, { "kind": "OBJECT", "name": "TerminatedWorkerEvent", "ofType": null }, { "kind": "OBJECT", "name": "ThreadCreatedEvent", "ofType": null }, { "kind": "OBJECT", "name": "ThreadDeletedEvent", "ofType": null }, { "kind": "OBJECT", "name": "ThreadMetadataUpdatedEvent", "ofType": null }, { "kind": "OBJECT", "name": "ThreadModeratedEvent", "ofType": null }, { "kind": "OBJECT", "name": "ThreadMovedEvent", "ofType": null }, { "kind": "OBJECT", "name": "TransactionalStatusUpdate", "ofType": null }, { "kind": "OBJECT", "name": "UpcomingWorkingGroupOpening", "ofType": null }, { "kind": "OBJECT", "name": "Video", "ofType": null }, { "kind": "OBJECT", "name": "VideoAssetsDeletedByModeratorEvent", "ofType": null }, { "kind": "OBJECT", "name": "VideoCategory", "ofType": null }, { "kind": "OBJECT", "name": "VideoDeletedByModeratorEvent", "ofType": null }, { "kind": "OBJECT", "name": "VideoDeletedEvent", "ofType": null }, { "kind": "OBJECT", "name": "VideoMediaEncoding", "ofType": null }, { "kind": "OBJECT", "name": "VideoMediaMetadata", "ofType": null }, { "kind": "OBJECT", "name": "VideoReactedEvent", "ofType": null }, { "kind": "OBJECT", "name": "VideoReaction", "ofType": null }, { "kind": "OBJECT", "name": "VideoReactionsCountByReactionType", "ofType": null }, { "kind": "OBJECT", "name": "VideoReactionsPreferenceEvent", "ofType": null }, { "kind": "OBJECT", "name": "VideoSubtitle", "ofType": null }, { "kind": "OBJECT", "name": "VideoVisibilitySetByModeratorEvent", "ofType": null }, { "kind": "OBJECT", "name": "VoteCastEvent", "ofType": null }, { "kind": "OBJECT", "name": "VoteRevealedEvent", "ofType": null }, { "kind": "OBJECT", "name": "VotingPeriodStartedEvent", "ofType": null }, { "kind": "OBJECT", "name": "WorkEntrantFundsWithdrawnEvent", "ofType": null }, { "kind": "OBJECT", "name": "WorkEntryAnnouncedEvent", "ofType": null }, { "kind": "OBJECT", "name": "WorkEntrySlashedEvent", "ofType": null }, { "kind": "OBJECT", "name": "WorkEntryWithdrawnEvent", "ofType": null }, { "kind": "OBJECT", "name": "WorkSubmittedEvent", "ofType": null }, { "kind": "OBJECT", "name": "Worker", "ofType": null }, { "kind": "OBJECT", "name": "WorkerExitedEvent", "ofType": null }, { "kind": "OBJECT", "name": "WorkerRewardAccountUpdatedEvent", "ofType": null }, { "kind": "OBJECT", "name": "WorkerRewardAmountUpdatedEvent", "ofType": null }, { "kind": "OBJECT", "name": "WorkerRoleAccountUpdatedEvent", "ofType": null }, { "kind": "OBJECT", "name": "WorkerStartedLeavingEvent", "ofType": null }, { "kind": "OBJECT", "name": "WorkingGroup", "ofType": null }, { "kind": "OBJECT", "name": "WorkingGroupApplication", "ofType": null }, { "kind": "OBJECT", "name": "WorkingGroupMetadata", "ofType": null }, { "kind": "OBJECT", "name": "WorkingGroupOpening", "ofType": null }, { "kind": "OBJECT", "name": "WorkingGroupOpeningMetadata", "ofType": null } ] }, { "kind": "OBJECT", "name": "BaseModel", "description": null, "fields": [ { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "BaseModelUUID", "description": null, "fields": [ { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "BaseWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "Bid", "description": "Represents bid in NFT auction", "fields": [ { "name": "amount", "description": "Amount bidded", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "auction", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Auction", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "auctionId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "auctionTopBid", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "Auction", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "auctionbidmadeeventpreviousTopBid", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "AuctionBidMadeEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "bidder", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Membership", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "bidderId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "bidmadecompletingauctioneventpreviousTopBid", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BidMadeCompletingAuctionEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "bidmadecompletingauctioneventwinningBid", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BidMadeCompletingAuctionEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdInBlock", "description": "Block in which the bid was placed", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "englishauctionsettledeventwinningBid", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "EnglishAuctionSettledEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block where bid was made.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isCanceled", "description": "Sign for canceled bid", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nft", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OwnedNft", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nftId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "openauctionbidacceptedeventwinningBid", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OpenAuctionBidAcceptedEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "BidConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BidEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "BidCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "amount", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "auction", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bidder", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isCanceled", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "nft", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "BidEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Bid", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "BidMadeCompletingAuctionEvent", "description": null, "fields": [ { "name": "bidders", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Membership", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "member", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Membership", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "memberId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroup", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "CuratorGroup", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroupId", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMember", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "Membership", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMemberId", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "previousTopBid", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "Bid", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "previousTopBidId", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "previousTopBidder", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "Membership", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "previousTopBidderId", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "price", "description": "Price for which the NFT was bought", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Filtering options for interface implementers", "args": [], "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Video", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "videoId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "winningBid", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Bid", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "winningBidId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null }, { "kind": "INTERFACE", "name": "Event", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "BidMadeCompletingAuctionEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BidMadeCompletingAuctionEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "BidMadeCompletingAuctionEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "member", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroup", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMember", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "previousTopBid", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "previousTopBidder", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "price", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "winningBid", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "BidMadeCompletingAuctionEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BidMadeCompletingAuctionEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "BidMadeCompletingAuctionEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "member_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "member_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroup_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroup_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMember_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMember_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "previousTopBid_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "previousTopBid_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "previousTopBidder_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "previousTopBidder_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "price_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "price_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "winningBid_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "winningBid_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "BidMadeCompletingAuctionEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "member", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroup", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMember", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "previousTopBid", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "previousTopBidder", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "price", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "winningBid", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "BidMadeCompletingAuctionEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "BidMadeCompletingAuctionEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "BidMadeCompletingAuctionEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "BidMadeCompletingAuctionEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bidders_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bidders_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bidders_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "member", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroup", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CuratorGroupWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMember", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "previousTopBid", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BidWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "previousTopBidder", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "price_eq", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "price_gt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "price_gte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "price_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "price_lt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "price_lte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VideoWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "winningBid", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BidWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "BidMadeCompletingAuctionEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "BidOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "amount_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "amount_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "auction_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "auction_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bidder_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bidder_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isCanceled_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isCanceled_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "nft_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "nft_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "BidUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "amount", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "auction", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bidder", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isCanceled", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "nft", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "BidWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "BidWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "BidWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "BidWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "amount_eq", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "amount_gt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "amount_gte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "amount_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "amount_lt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "amount_lte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "auction", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "AuctionWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "auctionTopBid", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "AuctionWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "auctionbidmadeeventpreviousTopBid_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "AuctionBidMadeEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "auctionbidmadeeventpreviousTopBid_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "AuctionBidMadeEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "auctionbidmadeeventpreviousTopBid_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "AuctionBidMadeEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bidder", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bidmadecompletingauctioneventpreviousTopBid_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BidMadeCompletingAuctionEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bidmadecompletingauctioneventpreviousTopBid_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BidMadeCompletingAuctionEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bidmadecompletingauctioneventpreviousTopBid_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BidMadeCompletingAuctionEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bidmadecompletingauctioneventwinningBid_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BidMadeCompletingAuctionEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bidmadecompletingauctioneventwinningBid_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BidMadeCompletingAuctionEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bidmadecompletingauctioneventwinningBid_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BidMadeCompletingAuctionEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "englishauctionsettledeventwinningBid_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "EnglishAuctionSettledEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "englishauctionsettledeventwinningBid_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "EnglishAuctionSettledEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "englishauctionsettledeventwinningBid_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "EnglishAuctionSettledEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isCanceled_eq", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isCanceled_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "nft", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "OwnedNftWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "openauctionbidacceptedeventwinningBid_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "OpenAuctionBidAcceptedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "openauctionbidacceptedeventwinningBid_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "OpenAuctionBidAcceptedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "openauctionbidacceptedeventwinningBid_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "OpenAuctionBidAcceptedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "BidWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "SCALAR", "name": "BigInt", "description": "GraphQL representation of BigInt", "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "SCALAR", "name": "Boolean", "description": "The `Boolean` scalar type represents `true` or `false`.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "Bounty", "description": null, "fields": [ { "name": "bannerImageUri", "description": "Bounty image uri", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "bountycreatorcherrywithdrawaleventbounty", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BountyCreatorCherryWithdrawalEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "canceledEvent", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "BountyCanceledEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "cherry", "description": "Amount of funding provided by the creator", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "contributions", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BountyContribution", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdInEvent", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BountyCreatedEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "creator", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "Membership", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "creatorId", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "description", "description": "Bounty description", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "discussionThread", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "ForumThread", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "discussionThreadId", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "entrantStake", "description": "Stake minimum amount required to submit work entry to the bounty", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "entrantWhitelist", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "BountyEntrantWhitelist", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "entrantWhitelistId", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "entries", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BountyEntry", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "fundingType", "description": "Bounty funding type", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "UNION", "name": "BountyFundingType", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isTerminated", "description": "If true the bounty lifecycle ended and its state will not change anymore", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "judgingPeriod", "description": "Number of block from end of work period until oracle can no longer decide winners", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "judgment", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "OracleJudgmentSubmittedEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "maxFundingReachedEvent", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "BountyMaxFundingReachedEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "oracle", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "Membership", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "oracleId", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "removedInEvent", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "BountyRemovedEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "stage", "description": "Current bounty stage", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "BountyStage", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "title", "description": "Bounty title", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalFunding", "description": "Total amount once contributed to the bounty (excluding the cherry)", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "vetoedEvent", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "BountyVetoedEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "workPeriod", "description": "Number of blocks from end of funding period until people can no longer submit bounty submissions", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "worksubmittedeventbounty", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkSubmittedEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "BountyCanceledEvent", "description": null, "fields": [ { "name": "bounty", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Bounty", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "bountyId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Filtering options for interface implementers", "args": [], "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null }, { "kind": "INTERFACE", "name": "Event", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "BountyCanceledEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BountyCanceledEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "BountyCanceledEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "bounty", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "BountyCanceledEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BountyCanceledEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "BountyCanceledEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "bounty_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bounty_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "BountyCanceledEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "bounty", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "BountyCanceledEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "BountyCanceledEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "BountyCanceledEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "BountyCanceledEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bounty", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BountyWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "BountyCanceledEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "BountyConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BountyEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "BountyContribution", "description": null, "fields": [ { "name": "amount", "description": "Amount of the contribution", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "bounty", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Bounty", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "bountyFundedEvents", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BountyFundedEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "bountyId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "contributor", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "Membership", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "contributorId", "description": "The id of the contributor", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "withdrawnInEvent", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "BountyFundingWithdrawalEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "BountyContributionConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BountyContributionEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "BountyContributionCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "amount", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bounty", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "contributor", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "contributorId", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "BountyContributionEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BountyContribution", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "BountyContributionOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "amount_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "amount_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bounty_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bounty_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "contributorId_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "contributorId_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "contributor_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "contributor_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "BountyContributionUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "amount", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bounty", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "contributor", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "contributorId", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "BountyContributionWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "BountyContributionWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "BountyContributionWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "BountyContributionWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "amount_eq", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "amount_gt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "amount_gte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "amount_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "amount_lt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "amount_lte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bounty", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BountyWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bountyFundedEvents_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BountyFundedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bountyFundedEvents_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BountyFundedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bountyFundedEvents_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BountyFundedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "contributor", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "contributorId_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "contributorId_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "contributorId_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "contributorId_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "contributorId_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "withdrawnInEvent", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BountyFundingWithdrawalEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "BountyContributionWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "BountyCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "bannerImageUri", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "cherry", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "creator", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "description", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "discussionThread", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "entrantStake", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "entrantWhitelist", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "fundingType", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "JSONObject", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isTerminated", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "judgingPeriod", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "oracle", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stage", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "BountyStage", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "title", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "totalFunding", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "workPeriod", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "BountyCreatedEvent", "description": null, "fields": [ { "name": "bounty", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Bounty", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "bountyId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Filtering options for interface implementers", "args": [], "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null }, { "kind": "INTERFACE", "name": "Event", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "BountyCreatedEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BountyCreatedEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "BountyCreatedEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "bounty", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "BountyCreatedEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BountyCreatedEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "BountyCreatedEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "bounty_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bounty_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "BountyCreatedEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "bounty", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "BountyCreatedEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "BountyCreatedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "BountyCreatedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "BountyCreatedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bounty", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BountyWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "BountyCreatedEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "BountyCreatorCherryWithdrawalEvent", "description": null, "fields": [ { "name": "bounty", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Bounty", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "bountyId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Filtering options for interface implementers", "args": [], "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null }, { "kind": "INTERFACE", "name": "Event", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "BountyCreatorCherryWithdrawalEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BountyCreatorCherryWithdrawalEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "BountyCreatorCherryWithdrawalEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "bounty", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "BountyCreatorCherryWithdrawalEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BountyCreatorCherryWithdrawalEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "BountyCreatorCherryWithdrawalEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "bounty_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bounty_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "BountyCreatorCherryWithdrawalEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "bounty", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "BountyCreatorCherryWithdrawalEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "BountyCreatorCherryWithdrawalEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "BountyCreatorCherryWithdrawalEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "BountyCreatorCherryWithdrawalEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bounty", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BountyWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "BountyCreatorCherryWithdrawalEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "BountyEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Bounty", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "BountyEntrantWhitelist", "description": null, "fields": [ { "name": "bountyentrantWhitelist", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Bounty", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "members", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Membership", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "phantom", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "BountyEntrantWhitelistConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BountyEntrantWhitelistEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "BountyEntrantWhitelistCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "phantom", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "BountyEntrantWhitelistEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BountyEntrantWhitelist", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "BountyEntrantWhitelistOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "phantom_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "phantom_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "BountyEntrantWhitelistUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "phantom", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "BountyEntrantWhitelistWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "BountyEntrantWhitelistWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "BountyEntrantWhitelistWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "BountyEntrantWhitelistWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bountyentrantWhitelist_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BountyWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bountyentrantWhitelist_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BountyWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bountyentrantWhitelist_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BountyWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "members_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "members_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "members_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "phantom_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "phantom_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "phantom_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "phantom_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "phantom_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "phantom_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "BountyEntrantWhitelistWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "BountyEntry", "description": null, "fields": [ { "name": "announcedInEvent", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkEntryAnnouncedEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "bounty", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Bounty", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "bountyId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "cashedOutInEvent", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "WorkEntrantFundsWithdrawnEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "slashedInEvent", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "WorkEntrySlashedEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "stakingAccount", "description": "Staking account with the work entry stake", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "status", "description": "Work entry status", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "UNION", "name": "BountyEntryStatus", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "withdrawnInEvent", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "WorkEntryWithdrawnEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "workSubmitted", "description": "Whether at least one work has been submitted", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "worker", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Membership", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "workerId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "works", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkSubmittedEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "BountyEntryConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BountyEntryEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "BountyEntryCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "bounty", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakingAccount", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "status", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "JSONObject", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "workSubmitted", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "worker", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "BountyEntryEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BountyEntry", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "BountyEntryOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "bounty_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bounty_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakingAccount_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakingAccount_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "workSubmitted_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "workSubmitted_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "worker_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "worker_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "UNION", "name": "BountyEntryStatus", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "BountyEntryStatusPassed", "ofType": null }, { "kind": "OBJECT", "name": "BountyEntryStatusRejected", "ofType": null }, { "kind": "OBJECT", "name": "BountyEntryStatusWinner", "ofType": null }, { "kind": "OBJECT", "name": "BountyEntryStatusWithdrawn", "ofType": null }, { "kind": "OBJECT", "name": "BountyEntryStatusWorking", "ofType": null } ] }, { "kind": "OBJECT", "name": "BountyEntryStatusPassed", "description": null, "fields": [ { "name": "dummy", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "BountyEntryStatusRejected", "description": null, "fields": [ { "name": "dummy", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "BountyEntryStatusWinner", "description": null, "fields": [ { "name": "reward", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "BountyEntryStatusWithdrawn", "description": null, "fields": [ { "name": "dummy", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "BountyEntryStatusWorking", "description": null, "fields": [ { "name": "dummy", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "BountyEntryUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "bounty", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakingAccount", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "status", "description": null, "type": { "kind": "SCALAR", "name": "JSONObject", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "workSubmitted", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "worker", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "BountyEntryWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "BountyEntryWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "BountyEntryWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "BountyEntryWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "announcedInEvent", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkEntryAnnouncedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bounty", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BountyWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "cashedOutInEvent", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkEntrantFundsWithdrawnEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "slashedInEvent", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkEntrySlashedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakingAccount_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakingAccount_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakingAccount_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakingAccount_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakingAccount_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "status_json", "description": null, "type": { "kind": "SCALAR", "name": "JSONObject", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "withdrawnInEvent", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkEntryWithdrawnEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "workSubmitted_eq", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "workSubmitted_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "worker", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "works_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkSubmittedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "works_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkSubmittedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "works_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkSubmittedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "BountyEntryWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "BountyFundedEvent", "description": null, "fields": [ { "name": "contribution", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BountyContribution", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "contributionId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Filtering options for interface implementers", "args": [], "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null }, { "kind": "INTERFACE", "name": "Event", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "BountyFundedEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BountyFundedEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "BountyFundedEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "contribution", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "BountyFundedEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BountyFundedEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "BountyFundedEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "contribution_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "contribution_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "BountyFundedEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "contribution", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "BountyFundedEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "BountyFundedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "BountyFundedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "BountyFundedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "contribution", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BountyContributionWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "BountyFundedEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "BountyFundingLimited", "description": null, "fields": [ { "name": "fundingPeriod", "description": "Maximum allowed funding period", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "maxFundingAmount", "description": "Upper boundary for a bounty funding", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "minFundingAmount", "description": "Minimum amount of funds for a successful bounty", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "BountyFundingPerpetual", "description": null, "fields": [ { "name": "target", "description": "Desired funding", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "UNION", "name": "BountyFundingType", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "BountyFundingLimited", "ofType": null }, { "kind": "OBJECT", "name": "BountyFundingPerpetual", "ofType": null } ] }, { "kind": "OBJECT", "name": "BountyFundingWithdrawalEvent", "description": null, "fields": [ { "name": "contribution", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BountyContribution", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "contributionId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Filtering options for interface implementers", "args": [], "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null }, { "kind": "INTERFACE", "name": "Event", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "BountyFundingWithdrawalEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BountyFundingWithdrawalEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "BountyFundingWithdrawalEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "contribution", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "BountyFundingWithdrawalEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BountyFundingWithdrawalEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "BountyFundingWithdrawalEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "contribution_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "contribution_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "BountyFundingWithdrawalEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "contribution", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "BountyFundingWithdrawalEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "BountyFundingWithdrawalEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "BountyFundingWithdrawalEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "BountyFundingWithdrawalEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "contribution", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BountyContributionWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "BountyFundingWithdrawalEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "BountyMaxFundingReachedEvent", "description": null, "fields": [ { "name": "bounty", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Bounty", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "bountyId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Filtering options for interface implementers", "args": [], "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null }, { "kind": "INTERFACE", "name": "Event", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "BountyMaxFundingReachedEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BountyMaxFundingReachedEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "BountyMaxFundingReachedEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "bounty", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "BountyMaxFundingReachedEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BountyMaxFundingReachedEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "BountyMaxFundingReachedEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "bounty_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bounty_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "BountyMaxFundingReachedEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "bounty", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "BountyMaxFundingReachedEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "BountyMaxFundingReachedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "BountyMaxFundingReachedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "BountyMaxFundingReachedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bounty", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BountyWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "BountyMaxFundingReachedEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "BountyOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "bannerImageUri_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bannerImageUri_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "cherry_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "cherry_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "creator_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "creator_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "description_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "description_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "discussionThread_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "discussionThread_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "entrantStake_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "entrantStake_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "entrantWhitelist_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "entrantWhitelist_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isTerminated_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isTerminated_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "judgingPeriod_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "judgingPeriod_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "oracle_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "oracle_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stage_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stage_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "title_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "title_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "totalFunding_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "totalFunding_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "workPeriod_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "workPeriod_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "BountyRemovedEvent", "description": null, "fields": [ { "name": "bounty", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Bounty", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "bountyId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Filtering options for interface implementers", "args": [], "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null }, { "kind": "INTERFACE", "name": "Event", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "BountyRemovedEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BountyRemovedEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "BountyRemovedEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "bounty", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "BountyRemovedEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BountyRemovedEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "BountyRemovedEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "bounty_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bounty_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "BountyRemovedEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "bounty", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "BountyRemovedEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "BountyRemovedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "BountyRemovedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "BountyRemovedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bounty", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BountyWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "BountyRemovedEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "BountyStage", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "Expired", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "Failed", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "Funding", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "Judgment", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "Successful", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "WorkSubmission", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "BountyUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "bannerImageUri", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "cherry", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "creator", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "description", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "discussionThread", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "entrantStake", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "entrantWhitelist", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "fundingType", "description": null, "type": { "kind": "SCALAR", "name": "JSONObject", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isTerminated", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "judgingPeriod", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "oracle", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stage", "description": null, "type": { "kind": "ENUM", "name": "BountyStage", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "title", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "totalFunding", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "workPeriod", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "BountyVetoedEvent", "description": null, "fields": [ { "name": "bounty", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Bounty", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "bountyId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Filtering options for interface implementers", "args": [], "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null }, { "kind": "INTERFACE", "name": "Event", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "BountyVetoedEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BountyVetoedEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "BountyVetoedEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "bounty", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "BountyVetoedEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BountyVetoedEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "BountyVetoedEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "bounty_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bounty_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "BountyVetoedEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "bounty", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "BountyVetoedEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "BountyVetoedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "BountyVetoedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "BountyVetoedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bounty", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BountyWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "BountyVetoedEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "BountyWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "BountyWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "BountyWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "BountyWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bannerImageUri_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bannerImageUri_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bannerImageUri_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bannerImageUri_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bannerImageUri_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bountycreatorcherrywithdrawaleventbounty_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BountyCreatorCherryWithdrawalEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bountycreatorcherrywithdrawaleventbounty_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BountyCreatorCherryWithdrawalEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bountycreatorcherrywithdrawaleventbounty_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BountyCreatorCherryWithdrawalEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "canceledEvent", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BountyCanceledEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "cherry_eq", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "cherry_gt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "cherry_gte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "cherry_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "cherry_lt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "cherry_lte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "contributions_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BountyContributionWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "contributions_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BountyContributionWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "contributions_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BountyContributionWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdInEvent", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BountyCreatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "creator", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "description_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "description_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "description_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "description_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "description_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "discussionThread", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ForumThreadWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "entrantStake_eq", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "entrantStake_gt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "entrantStake_gte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "entrantStake_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "entrantStake_lt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "entrantStake_lte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "entrantWhitelist", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BountyEntrantWhitelistWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "entries_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BountyEntryWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "entries_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BountyEntryWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "entries_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BountyEntryWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "fundingType_json", "description": null, "type": { "kind": "SCALAR", "name": "JSONObject", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isTerminated_eq", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isTerminated_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "judgingPeriod_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "judgingPeriod_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "judgingPeriod_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "judgingPeriod_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "judgingPeriod_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "judgingPeriod_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "judgment", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "OracleJudgmentSubmittedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "maxFundingReachedEvent", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BountyMaxFundingReachedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "oracle", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "removedInEvent", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BountyRemovedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stage_eq", "description": null, "type": { "kind": "ENUM", "name": "BountyStage", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stage_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "BountyStage", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "title_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "title_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "title_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "title_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "title_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "totalFunding_eq", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "totalFunding_gt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "totalFunding_gte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "totalFunding_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "totalFunding_lt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "totalFunding_lte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "vetoedEvent", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BountyVetoedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "workPeriod_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "workPeriod_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "workPeriod_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "workPeriod_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "workPeriod_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "workPeriod_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "worksubmittedeventbounty_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkSubmittedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "worksubmittedeventbounty_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkSubmittedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "worksubmittedeventbounty_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkSubmittedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "BountyWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "BudgetBalanceSetEvent", "description": null, "fields": [ { "name": "balance", "description": "Budget balance that has been set.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Filtering options for interface implementers", "args": [], "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null }, { "kind": "INTERFACE", "name": "Event", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "BudgetBalanceSetEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BudgetBalanceSetEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "BudgetBalanceSetEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "balance", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "BudgetBalanceSetEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BudgetBalanceSetEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "BudgetBalanceSetEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "balance_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "balance_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "BudgetBalanceSetEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "balance", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "BudgetBalanceSetEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "BudgetBalanceSetEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "BudgetBalanceSetEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "BudgetBalanceSetEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "balance_eq", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "balance_gt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "balance_gte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "balance_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "balance_lt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "balance_lte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "BudgetBalanceSetEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "BudgetIncrementUpdatedEvent", "description": null, "fields": [ { "name": "amount", "description": "Amount that is added to the budget each time it's refilled.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Filtering options for interface implementers", "args": [], "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null }, { "kind": "INTERFACE", "name": "Event", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "BudgetIncrementUpdatedEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BudgetIncrementUpdatedEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "BudgetIncrementUpdatedEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "amount", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "BudgetIncrementUpdatedEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BudgetIncrementUpdatedEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "BudgetIncrementUpdatedEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "amount_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "amount_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "BudgetIncrementUpdatedEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "amount", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "BudgetIncrementUpdatedEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "BudgetIncrementUpdatedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "BudgetIncrementUpdatedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "BudgetIncrementUpdatedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "amount_eq", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "amount_gt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "amount_gte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "amount_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "amount_lt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "amount_lte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "BudgetIncrementUpdatedEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "BudgetRefillEvent", "description": null, "fields": [ { "name": "balance", "description": "Balance that has been refilled.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Filtering options for interface implementers", "args": [], "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null }, { "kind": "INTERFACE", "name": "Event", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "BudgetRefillEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BudgetRefillEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "BudgetRefillEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "balance", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "BudgetRefillEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BudgetRefillEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "BudgetRefillEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "balance_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "balance_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "BudgetRefillEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "balance", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "BudgetRefillEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "BudgetRefillEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "BudgetRefillEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "BudgetRefillEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "balance_eq", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "balance_gt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "balance_gte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "balance_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "balance_lt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "balance_lte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "BudgetRefillEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "BudgetRefillPlannedEvent", "description": null, "fields": [ { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nextRefillInBlock", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Filtering options for interface implementers", "args": [], "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null }, { "kind": "INTERFACE", "name": "Event", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "BudgetRefillPlannedEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BudgetRefillPlannedEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "BudgetRefillPlannedEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "nextRefillInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "BudgetRefillPlannedEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BudgetRefillPlannedEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "BudgetRefillPlannedEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "nextRefillInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "nextRefillInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "BudgetRefillPlannedEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "nextRefillInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "BudgetRefillPlannedEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "BudgetRefillPlannedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "BudgetRefillPlannedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "BudgetRefillPlannedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "nextRefillInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "nextRefillInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "nextRefillInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "nextRefillInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "nextRefillInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "nextRefillInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "BudgetRefillPlannedEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "BudgetSetEvent", "description": null, "fields": [ { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "group", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkingGroup", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "groupId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "newBudget", "description": "New working group budget", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Filtering options for interface implementers", "args": [], "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null }, { "kind": "INTERFACE", "name": "Event", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "BudgetSetEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BudgetSetEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "BudgetSetEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "group", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newBudget", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "BudgetSetEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BudgetSetEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "BudgetSetEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "group_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "group_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newBudget_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newBudget_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "BudgetSetEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "group", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newBudget", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "BudgetSetEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "BudgetSetEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "BudgetSetEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "BudgetSetEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "group", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkingGroupWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newBudget_eq", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newBudget_gt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newBudget_gte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newBudget_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newBudget_lt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newBudget_lte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "BudgetSetEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "BudgetSpendingEvent", "description": null, "fields": [ { "name": "amount", "description": "Amount beeing spent", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "group", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkingGroup", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "groupId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale", "description": "Optional rationale", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "reciever", "description": "Reciever account address", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Filtering options for interface implementers", "args": [], "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null }, { "kind": "INTERFACE", "name": "Event", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "BudgetSpendingEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BudgetSpendingEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "BudgetSpendingEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "amount", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "group", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "reciever", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "BudgetSpendingEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BudgetSpendingEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "BudgetSpendingEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "amount_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "amount_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "group_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "group_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "reciever_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "reciever_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "BudgetSpendingEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "amount", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "group", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "reciever", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "BudgetSpendingEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "BudgetSpendingEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "BudgetSpendingEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "BudgetSpendingEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "amount_eq", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "amount_gt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "amount_gte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "amount_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "amount_lt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "amount_lte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "group", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkingGroupWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "reciever_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "reciever_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "reciever_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "reciever_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "reciever_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "BudgetSpendingEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "BudgetUpdatedEvent", "description": null, "fields": [ { "name": "budgetChangeAmount", "description": "Amount substracted from / added to the current budget", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "group", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkingGroup", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "groupId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Filtering options for interface implementers", "args": [], "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null }, { "kind": "INTERFACE", "name": "Event", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "BudgetUpdatedEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BudgetUpdatedEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "BudgetUpdatedEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "budgetChangeAmount", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "group", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "BudgetUpdatedEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BudgetUpdatedEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "BudgetUpdatedEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "budgetChangeAmount_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "budgetChangeAmount_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "group_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "group_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "BudgetUpdatedEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "budgetChangeAmount", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "group", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "BudgetUpdatedEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "BudgetUpdatedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "BudgetUpdatedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "BudgetUpdatedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "budgetChangeAmount_eq", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "budgetChangeAmount_gt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "budgetChangeAmount_gte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "budgetChangeAmount_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "budgetChangeAmount_lt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "budgetChangeAmount_lte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "group", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkingGroupWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "BudgetUpdatedEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "BuyNowCanceledEvent", "description": null, "fields": [ { "name": "contentActor", "description": "Content actor acting as NFT owner.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "UNION", "name": "ContentActor", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroup", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "CuratorGroup", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroupId", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMember", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "Membership", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMemberId", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Filtering options for interface implementers", "args": [], "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Video", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "videoId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null }, { "kind": "INTERFACE", "name": "Event", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "BuyNowCanceledEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BuyNowCanceledEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "BuyNowCanceledEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "contentActor", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "JSONObject", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroup", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMember", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "BuyNowCanceledEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BuyNowCanceledEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "BuyNowCanceledEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroup_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroup_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMember_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMember_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "BuyNowCanceledEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "contentActor", "description": null, "type": { "kind": "SCALAR", "name": "JSONObject", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroup", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMember", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "BuyNowCanceledEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "BuyNowCanceledEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "BuyNowCanceledEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "BuyNowCanceledEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "contentActor_json", "description": null, "type": { "kind": "SCALAR", "name": "JSONObject", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroup", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CuratorGroupWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMember", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VideoWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "BuyNowCanceledEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "BuyNowPriceUpdatedEvent", "description": null, "fields": [ { "name": "contentActor", "description": "Content actor acting as NFT owner.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "UNION", "name": "ContentActor", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "newPrice", "description": "New buy-now price.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroup", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "CuratorGroup", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroupId", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMember", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "Membership", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMemberId", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Filtering options for interface implementers", "args": [], "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Video", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "videoId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null }, { "kind": "INTERFACE", "name": "Event", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "BuyNowPriceUpdatedEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BuyNowPriceUpdatedEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "BuyNowPriceUpdatedEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "contentActor", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "JSONObject", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newPrice", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroup", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMember", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "BuyNowPriceUpdatedEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BuyNowPriceUpdatedEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "BuyNowPriceUpdatedEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newPrice_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newPrice_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroup_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroup_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMember_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMember_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "BuyNowPriceUpdatedEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "contentActor", "description": null, "type": { "kind": "SCALAR", "name": "JSONObject", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newPrice", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroup", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMember", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "BuyNowPriceUpdatedEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "BuyNowPriceUpdatedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "BuyNowPriceUpdatedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "BuyNowPriceUpdatedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "contentActor_json", "description": null, "type": { "kind": "SCALAR", "name": "JSONObject", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newPrice_eq", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newPrice_gt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newPrice_gte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newPrice_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newPrice_lt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newPrice_lte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroup", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CuratorGroupWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMember", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VideoWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "BuyNowPriceUpdatedEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "SCALAR", "name": "Bytes", "description": "GraphQL representation of Bytes", "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CancelWorkingGroupLeadOpeningProposalDetails", "description": null, "fields": [ { "name": "opening", "description": "Opening to be cancelled", "args": [], "type": { "kind": "OBJECT", "name": "WorkingGroupOpening", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CandidacyNoteMetadata", "description": null, "fields": [ { "name": "bannerImageUri", "description": "Image uri of candidate's banner.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "bulletPoints", "description": "Candidate program in form of bullet points. Takes array with one empty string [''] as deletion request.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "candidacynoteseteventnoteMetadata", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CandidacyNoteSetEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "candidatenoteMetadata", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Candidate", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "description", "description": "Candidacy description (Markdown-formatted).", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "header", "description": "Candidacy header text.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CandidacyNoteMetadataConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CandidacyNoteMetadataEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CandidacyNoteMetadataCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "bannerImageUri", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bulletPoints", "description": null, "type": { "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, "isDeprecated": false, "deprecationReason": null }, { "name": "description", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "header", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CandidacyNoteMetadataEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CandidacyNoteMetadata", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "CandidacyNoteMetadataOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "bannerImageUri_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bannerImageUri_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "description_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "description_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "header_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "header_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CandidacyNoteMetadataUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "bannerImageUri", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bulletPoints", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "description", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "header", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CandidacyNoteMetadataWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CandidacyNoteMetadataWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CandidacyNoteMetadataWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CandidacyNoteMetadataWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bannerImageUri_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bannerImageUri_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bannerImageUri_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bannerImageUri_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bannerImageUri_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bulletPoints_containsAll", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bulletPoints_containsAny", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bulletPoints_containsNone", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "candidacynoteseteventnoteMetadata_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CandidacyNoteSetEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "candidacynoteseteventnoteMetadata_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CandidacyNoteSetEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "candidacynoteseteventnoteMetadata_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CandidacyNoteSetEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "candidatenoteMetadata_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CandidateWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "candidatenoteMetadata_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CandidateWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "candidatenoteMetadata_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CandidateWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "description_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "description_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "description_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "description_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "description_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "header_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "header_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "header_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "header_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "header_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CandidacyNoteMetadataWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CandidacyNoteSetEvent", "description": null, "fields": [ { "name": "candidate", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Candidate", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "candidateId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "noteMetadata", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CandidacyNoteMetadata", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "noteMetadataId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Filtering options for interface implementers", "args": [], "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null }, { "kind": "INTERFACE", "name": "Event", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CandidacyNoteSetEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CandidacyNoteSetEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CandidacyNoteSetEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "candidate", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "noteMetadata", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CandidacyNoteSetEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CandidacyNoteSetEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "CandidacyNoteSetEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "candidate_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "candidate_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "noteMetadata_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "noteMetadata_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CandidacyNoteSetEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "candidate", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "noteMetadata", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CandidacyNoteSetEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CandidacyNoteSetEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CandidacyNoteSetEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CandidacyNoteSetEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "candidate", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CandidateWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "noteMetadata", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CandidacyNoteMetadataWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CandidacyNoteSetEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CandidacyStakeReleaseEvent", "description": null, "fields": [ { "name": "candidate", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Candidate", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "candidateId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Filtering options for interface implementers", "args": [], "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null }, { "kind": "INTERFACE", "name": "Event", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CandidacyStakeReleaseEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CandidacyStakeReleaseEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CandidacyStakeReleaseEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "candidate", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CandidacyStakeReleaseEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CandidacyStakeReleaseEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "CandidacyStakeReleaseEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "candidate_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "candidate_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CandidacyStakeReleaseEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "candidate", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CandidacyStakeReleaseEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CandidacyStakeReleaseEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CandidacyStakeReleaseEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CandidacyStakeReleaseEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "candidate", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CandidateWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CandidacyStakeReleaseEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "CandidacyStatus", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "ACTIVE", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ELECTED", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "FAILED", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "WITHDRAWN", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "CandidacyWithdrawEvent", "description": null, "fields": [ { "name": "candidate", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Candidate", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "candidateId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Filtering options for interface implementers", "args": [], "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null }, { "kind": "INTERFACE", "name": "Event", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CandidacyWithdrawEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CandidacyWithdrawEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CandidacyWithdrawEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "candidate", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CandidacyWithdrawEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CandidacyWithdrawEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "CandidacyWithdrawEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "candidate_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "candidate_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CandidacyWithdrawEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "candidate", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CandidacyWithdrawEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CandidacyWithdrawEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CandidacyWithdrawEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CandidacyWithdrawEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "candidate", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CandidateWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CandidacyWithdrawEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "Candidate", "description": null, "fields": [ { "name": "candidacynoteseteventcandidate", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CandidacyNoteSetEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "candidacystakereleaseeventcandidate", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CandidacyStakeReleaseEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "candidacywithdraweventcandidate", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CandidacyWithdrawEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "electionRound", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ElectionRound", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "electionRoundId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "lastVoteReceivedAtBlock", "description": "Block in which the last vote was received.", "args": [], "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "lastVoteReceivedAtEventNumber", "description": "Event number in block in which the last vote was received.", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "member", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Membership", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "memberId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "newcandidateeventcandidate", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "NewCandidateEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "noteMetadata", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CandidacyNoteMetadata", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "noteMetadataId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardAccountId", "description": "Account that will receive rewards if candidate's elected to the council.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "stake", "description": "Stake locked for the candidacy.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "stakeLocked", "description": "Reflects if the stake is still locked for candidacy or has been already released by the member.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "stakingAccountId", "description": "Account used for staking currency needed for the candidacy.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "status", "description": "Current candidate status", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "CandidacyStatus", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "votePower", "description": "Sum of power of all votes received.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "votesReceived", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CastVote", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CandidateConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CandidateEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CandidateCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "electionRound", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "lastVoteReceivedAtBlock", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "lastVoteReceivedAtEventNumber", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "member", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "noteMetadata", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardAccountId", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stake", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakeLocked", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakingAccountId", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "status", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "CandidacyStatus", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "votePower", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CandidateEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Candidate", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "CandidateOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "electionRound_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "electionRound_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "lastVoteReceivedAtBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "lastVoteReceivedAtBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "lastVoteReceivedAtEventNumber_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "lastVoteReceivedAtEventNumber_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "member_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "member_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "noteMetadata_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "noteMetadata_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardAccountId_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardAccountId_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakeLocked_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakeLocked_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stake_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stake_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakingAccountId_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakingAccountId_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "status_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "status_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "votePower_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "votePower_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CandidateUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "electionRound", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "lastVoteReceivedAtBlock", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "lastVoteReceivedAtEventNumber", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "member", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "noteMetadata", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardAccountId", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stake", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakeLocked", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakingAccountId", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "status", "description": null, "type": { "kind": "ENUM", "name": "CandidacyStatus", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "votePower", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CandidateWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CandidateWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CandidateWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CandidateWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "candidacynoteseteventcandidate_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CandidacyNoteSetEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "candidacynoteseteventcandidate_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CandidacyNoteSetEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "candidacynoteseteventcandidate_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CandidacyNoteSetEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "candidacystakereleaseeventcandidate_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CandidacyStakeReleaseEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "candidacystakereleaseeventcandidate_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CandidacyStakeReleaseEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "candidacystakereleaseeventcandidate_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CandidacyStakeReleaseEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "candidacywithdraweventcandidate_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CandidacyWithdrawEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "candidacywithdraweventcandidate_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CandidacyWithdrawEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "candidacywithdraweventcandidate_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CandidacyWithdrawEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "electionRound", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ElectionRoundWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "lastVoteReceivedAtBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "lastVoteReceivedAtBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "lastVoteReceivedAtBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "lastVoteReceivedAtBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "lastVoteReceivedAtBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "lastVoteReceivedAtBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "lastVoteReceivedAtEventNumber_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "lastVoteReceivedAtEventNumber_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "lastVoteReceivedAtEventNumber_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "lastVoteReceivedAtEventNumber_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "lastVoteReceivedAtEventNumber_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "lastVoteReceivedAtEventNumber_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "member", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newcandidateeventcandidate_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "NewCandidateEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newcandidateeventcandidate_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "NewCandidateEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newcandidateeventcandidate_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "NewCandidateEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "noteMetadata", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CandidacyNoteMetadataWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardAccountId_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardAccountId_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardAccountId_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardAccountId_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardAccountId_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakeLocked_eq", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakeLocked_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stake_eq", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stake_gt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stake_gte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stake_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stake_lt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stake_lte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakingAccountId_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakingAccountId_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakingAccountId_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakingAccountId_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakingAccountId_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "status_eq", "description": null, "type": { "kind": "ENUM", "name": "CandidacyStatus", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "status_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "CandidacyStatus", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "votePower_eq", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "votePower_gt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "votePower_gte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "votePower_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "votePower_lt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "votePower_lte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "votesReceived_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CastVoteWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "votesReceived_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CastVoteWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "votesReceived_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CastVoteWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CandidateWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CastVote", "description": null, "fields": [ { "name": "castBy", "description": "Account that cast the vote.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "commitment", "description": "Hashed vote that was casted before being revealed. Hex format.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "electionRound", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ElectionRound", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "electionRoundId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "stake", "description": "Stake used to back up the vote.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "stakeLocked", "description": "Reflects if the stake is still locked for candidacy or has been already released by the member.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "voteFor", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "Candidate", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "voteForId", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "votePower", "description": "Vote's power.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "votecasteventcastVote", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "VoteCastEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "voterevealedeventcastVote", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "VoteRevealedEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CastVoteConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CastVoteEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CastVoteCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "castBy", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "commitment", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "electionRound", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stake", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakeLocked", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "voteFor", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "votePower", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CastVoteEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CastVote", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "CastVoteOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "castBy_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "castBy_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "commitment_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "commitment_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "electionRound_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "electionRound_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakeLocked_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakeLocked_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stake_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stake_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "voteFor_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "voteFor_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "votePower_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "votePower_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CastVoteUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "castBy", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "commitment", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "electionRound", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stake", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakeLocked", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "voteFor", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "votePower", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CastVoteWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CastVoteWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CastVoteWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CastVoteWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "castBy_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "castBy_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "castBy_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "castBy_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "castBy_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "commitment_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "commitment_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "commitment_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "commitment_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "commitment_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "electionRound", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ElectionRoundWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakeLocked_eq", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakeLocked_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stake_eq", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stake_gt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stake_gte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stake_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stake_lt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stake_lte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "voteFor", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CandidateWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "votePower_eq", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "votePower_gt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "votePower_gte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "votePower_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "votePower_lt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "votePower_lte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "votecasteventcastVote_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VoteCastEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "votecasteventcastVote_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VoteCastEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "votecasteventcastVote_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VoteCastEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "voterevealedeventcastVote_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VoteRevealedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "voterevealedeventcastVote_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VoteRevealedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "voterevealedeventcastVote_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VoteRevealedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CastVoteWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CategoryArchivalStatusUpdatedEvent", "description": null, "fields": [ { "name": "actor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Worker", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "category", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ForumCategory", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "categoryId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "newArchivalStatus", "description": "The new archival status of the category (true = archived)", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Filtering options for interface implementers", "args": [], "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null }, { "kind": "INTERFACE", "name": "Event", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CategoryArchivalStatusUpdatedEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CategoryArchivalStatusUpdatedEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CategoryArchivalStatusUpdatedEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "actor", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "category", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newArchivalStatus", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CategoryArchivalStatusUpdatedEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CategoryArchivalStatusUpdatedEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "CategoryArchivalStatusUpdatedEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "actor_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "actor_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "category_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "category_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newArchivalStatus_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newArchivalStatus_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CategoryArchivalStatusUpdatedEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "actor", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "category", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newArchivalStatus", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CategoryArchivalStatusUpdatedEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CategoryArchivalStatusUpdatedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CategoryArchivalStatusUpdatedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CategoryArchivalStatusUpdatedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "actor", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkerWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "category", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ForumCategoryWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newArchivalStatus_eq", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newArchivalStatus_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CategoryArchivalStatusUpdatedEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CategoryCreatedEvent", "description": null, "fields": [ { "name": "category", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ForumCategory", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "categoryId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Filtering options for interface implementers", "args": [], "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null }, { "kind": "INTERFACE", "name": "Event", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CategoryCreatedEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CategoryCreatedEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CategoryCreatedEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "category", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CategoryCreatedEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CategoryCreatedEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "CategoryCreatedEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "category_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "category_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CategoryCreatedEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "category", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CategoryCreatedEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CategoryCreatedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CategoryCreatedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CategoryCreatedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "category", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ForumCategoryWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CategoryCreatedEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CategoryDeletedEvent", "description": null, "fields": [ { "name": "actor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Worker", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "category", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ForumCategory", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "categoryId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Filtering options for interface implementers", "args": [], "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null }, { "kind": "INTERFACE", "name": "Event", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CategoryDeletedEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CategoryDeletedEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CategoryDeletedEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "actor", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "category", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CategoryDeletedEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CategoryDeletedEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "CategoryDeletedEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "actor_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "actor_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "category_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "category_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CategoryDeletedEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "actor", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "category", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CategoryDeletedEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CategoryDeletedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CategoryDeletedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CategoryDeletedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "actor", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkerWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "category", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ForumCategoryWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CategoryDeletedEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CategoryFeaturedVideos", "description": null, "fields": [ { "name": "category", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "VideoCategory", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "categoryFeaturedVideos", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "FeaturedVideo", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "categoryId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CategoryMembershipOfModeratorUpdatedEvent", "description": null, "fields": [ { "name": "category", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ForumCategory", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "categoryId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "moderator", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Worker", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "moderatorId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "newCanModerateValue", "description": "The flag indicating whether the permissions to moderate the category are granted or revoked", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Filtering options for interface implementers", "args": [], "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null }, { "kind": "INTERFACE", "name": "Event", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CategoryMembershipOfModeratorUpdatedEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CategoryMembershipOfModeratorUpdatedEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CategoryMembershipOfModeratorUpdatedEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "category", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "moderator", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newCanModerateValue", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CategoryMembershipOfModeratorUpdatedEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CategoryMembershipOfModeratorUpdatedEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "CategoryMembershipOfModeratorUpdatedEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "category_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "category_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "moderator_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "moderator_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newCanModerateValue_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newCanModerateValue_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CategoryMembershipOfModeratorUpdatedEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "category", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "moderator", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newCanModerateValue", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CategoryMembershipOfModeratorUpdatedEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CategoryMembershipOfModeratorUpdatedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CategoryMembershipOfModeratorUpdatedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CategoryMembershipOfModeratorUpdatedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "category", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ForumCategoryWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "moderator", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkerWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newCanModerateValue_eq", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newCanModerateValue_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CategoryMembershipOfModeratorUpdatedEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "UNION", "name": "CategoryStatus", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "CategoryStatusActive", "ofType": null }, { "kind": "OBJECT", "name": "CategoryStatusArchived", "ofType": null }, { "kind": "OBJECT", "name": "CategoryStatusRemoved", "ofType": null } ] }, { "kind": "OBJECT", "name": "CategoryStatusActive", "description": null, "fields": [ { "name": "phantom", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CategoryStatusArchived", "description": null, "fields": [ { "name": "categoryArchivalStatusUpdatedEvent", "description": "Event the category was archived in", "args": [], "type": { "kind": "OBJECT", "name": "CategoryArchivalStatusUpdatedEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CategoryStatusRemoved", "description": null, "fields": [ { "name": "categoryDeletedEvent", "description": "Event the category was deleted in", "args": [], "type": { "kind": "OBJECT", "name": "CategoryDeletedEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CategoryStickyThreadUpdateEvent", "description": null, "fields": [ { "name": "actor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Worker", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "category", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ForumCategory", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "categoryId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "newStickyThreads", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ForumThread", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Filtering options for interface implementers", "args": [], "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null }, { "kind": "INTERFACE", "name": "Event", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CategoryStickyThreadUpdateEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CategoryStickyThreadUpdateEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CategoryStickyThreadUpdateEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "actor", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "category", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CategoryStickyThreadUpdateEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CategoryStickyThreadUpdateEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "CategoryStickyThreadUpdateEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "actor_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "actor_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "category_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "category_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CategoryStickyThreadUpdateEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "actor", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "category", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CategoryStickyThreadUpdateEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CategoryStickyThreadUpdateEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CategoryStickyThreadUpdateEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CategoryStickyThreadUpdateEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "actor", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkerWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "category", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ForumCategoryWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newStickyThreads_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ForumThreadWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newStickyThreads_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ForumThreadWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newStickyThreads_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ForumThreadWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CategoryStickyThreadUpdateEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "Channel", "description": null, "fields": [ { "name": "activeVideosCounter", "description": "Count of channel's videos with an uploaded asset that are public and not censored.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "avatarPhoto", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "StorageDataObject", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "avatarPhotoId", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "bannedMembers", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Membership", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "channelNftCollectors", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ChannelNftCollectors", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "channelStateBloatBond", "description": "Value of channel state bloat bond fee paid by channel creator", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "collaborators", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Collaborator", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "commentcreatedeventvideoChannel", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CommentCreatedEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "commentdeletedeventvideoChannel", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CommentDeletedEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "commentmoderatedeventvideoChannel", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CommentModeratedEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "commentpinnedeventvideoChannel", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CommentPinnedEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "commentreactedeventvideoChannel", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CommentReactedEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "commenttextupdatedeventvideoChannel", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CommentTextUpdatedEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "coverPhoto", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "StorageDataObject", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "coverPhotoId", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdInBlock", "description": "Number of the block the channel was created in", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "description", "description": "The description of a Channel", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "follows", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isCensored", "description": "Flag signaling whether a channel is censored.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isPublic", "description": "Flag signaling whether a channel is public.", "args": [], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "language", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "Language", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "languageId", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "memberbannedfromchanneleventchannel", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "MemberBannedFromChannelEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "ownednftcreatorChannel", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OwnedNft", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroup", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "CuratorGroup", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroupId", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMember", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "Membership", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMemberId", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "privilegeLevel", "description": "Channel's privilege level", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardAccount", "description": "Channel's reward account, storing the income from the nft sales and channel payouts.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "title", "description": "The title of the Channel", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "videoreactedeventvideoChannel", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "VideoReactedEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "videos", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Video", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "views", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ChannelAssetsDeletedByModeratorEvent", "description": null, "fields": [ { "name": "actor", "description": "Actor that deleted the channel assets.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "UNION", "name": "ContentActor", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "assetIds", "description": "ID of the deleted video", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "channelId", "description": "Channel whose assets are deleted", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale", "description": "why the channel assets were deleted", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ChannelAssetsDeletedByModeratorEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ChannelAssetsDeletedByModeratorEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ChannelAssetsDeletedByModeratorEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "actor", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "JSONObject", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "assetIds", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "channelId", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ChannelAssetsDeletedByModeratorEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ChannelAssetsDeletedByModeratorEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "ChannelAssetsDeletedByModeratorEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "channelId_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "channelId_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ChannelAssetsDeletedByModeratorEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "actor", "description": null, "type": { "kind": "SCALAR", "name": "JSONObject", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "assetIds", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "channelId", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ChannelAssetsDeletedByModeratorEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ChannelAssetsDeletedByModeratorEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ChannelAssetsDeletedByModeratorEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ChannelAssetsDeletedByModeratorEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "actor_json", "description": null, "type": { "kind": "SCALAR", "name": "JSONObject", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "assetIds_containsAll", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "assetIds_containsAny", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "assetIds_containsNone", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "channelId_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "channelId_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "channelId_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "channelId_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "channelId_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "channelId_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ChannelAssetsDeletedByModeratorEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ChannelConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ChannelEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ChannelCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "activeVideosCounter", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "avatarPhoto", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "channelStateBloatBond", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "coverPhoto", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "description", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isCensored", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isPublic", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "language", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroup", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMember", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "privilegeLevel", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardAccount", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "title", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ChannelDeletedByModeratorEvent", "description": null, "fields": [ { "name": "actor", "description": "Actor that deleted the video.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "UNION", "name": "ContentActor", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "channelId", "description": "ID of the deleted channel", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale", "description": "Why the video was deleted", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ChannelDeletedByModeratorEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ChannelDeletedByModeratorEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ChannelDeletedByModeratorEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "actor", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "JSONObject", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "channelId", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ChannelDeletedByModeratorEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ChannelDeletedByModeratorEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "ChannelDeletedByModeratorEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "channelId_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "channelId_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ChannelDeletedByModeratorEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "actor", "description": null, "type": { "kind": "SCALAR", "name": "JSONObject", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "channelId", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ChannelDeletedByModeratorEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ChannelDeletedByModeratorEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ChannelDeletedByModeratorEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ChannelDeletedByModeratorEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "actor_json", "description": null, "type": { "kind": "SCALAR", "name": "JSONObject", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "channelId_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "channelId_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "channelId_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "channelId_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "channelId_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "channelId_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ChannelDeletedByModeratorEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ChannelEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Channel", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ChannelFollowsInfo", "description": null, "fields": [ { "name": "follows", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ChannelNftCollectors", "description": null, "fields": [ { "name": "amount", "description": "Amount of NFTs owned in the channel", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "channel", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Channel", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "channelId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "curatorGroup", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "CuratorGroup", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "curatorGroupId", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "lastIncreaseAt", "description": "Time of last NFT amount increase", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "member", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "Membership", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "memberId", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ChannelNftCollectorsConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ChannelNftCollectorsEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ChannelNftCollectorsCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "amount", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "channel", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "curatorGroup", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "lastIncreaseAt", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "member", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ChannelNftCollectorsEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ChannelNftCollectors", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "ChannelNftCollectorsOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "amount_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "amount_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "channel_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "channel_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "curatorGroup_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "curatorGroup_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "lastIncreaseAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "lastIncreaseAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "member_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "member_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ChannelNftCollectorsUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "amount", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "channel", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "curatorGroup", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "lastIncreaseAt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "member", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ChannelNftCollectorsWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ChannelNftCollectorsWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ChannelNftCollectorsWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ChannelNftCollectorsWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "amount_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "amount_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "amount_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "amount_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "amount_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "amount_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "channel", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ChannelWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "curatorGroup", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CuratorGroupWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "lastIncreaseAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "lastIncreaseAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "lastIncreaseAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "lastIncreaseAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "lastIncreaseAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "member", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ChannelNftCollectorsWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "ChannelOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "activeVideosCounter_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "activeVideosCounter_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "avatarPhoto_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "avatarPhoto_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "channelStateBloatBond_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "channelStateBloatBond_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "coverPhoto_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "coverPhoto_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "description_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "description_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isCensored_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isCensored_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isPublic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isPublic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "language_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "language_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroup_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroup_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMember_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMember_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "privilegeLevel_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "privilegeLevel_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardAccount_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardAccount_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "title_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "title_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "ChannelReportInfo", "description": null, "fields": [ { "name": "channelId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "reporterIp", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "ChannelReportOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ChannelReportsWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "channelId", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "reporterIp", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ChannelUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "activeVideosCounter", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "avatarPhoto", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "channelStateBloatBond", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "coverPhoto", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "description", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isCensored", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isPublic", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "language", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroup", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMember", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "privilegeLevel", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardAccount", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "title", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ChannelVisibilitySetByModeratorEvent", "description": null, "fields": [ { "name": "actor", "description": "Actor that deleted the channel assets.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "UNION", "name": "ContentActor", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "channelId", "description": "Channel whose visibility/censorship status is changed", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isHidden", "description": "Is channel being censored/hidden (yes if true)", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale", "description": "Why channel's visibility status was set", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ChannelVisibilitySetByModeratorEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ChannelVisibilitySetByModeratorEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ChannelVisibilitySetByModeratorEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "actor", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "JSONObject", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "channelId", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isHidden", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ChannelVisibilitySetByModeratorEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ChannelVisibilitySetByModeratorEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "ChannelVisibilitySetByModeratorEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "channelId_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "channelId_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isHidden_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isHidden_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ChannelVisibilitySetByModeratorEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "actor", "description": null, "type": { "kind": "SCALAR", "name": "JSONObject", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "channelId", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isHidden", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ChannelVisibilitySetByModeratorEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ChannelVisibilitySetByModeratorEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ChannelVisibilitySetByModeratorEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ChannelVisibilitySetByModeratorEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "actor_json", "description": null, "type": { "kind": "SCALAR", "name": "JSONObject", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "channelId_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "channelId_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "channelId_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "channelId_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "channelId_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "channelId_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isHidden_eq", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isHidden_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ChannelVisibilitySetByModeratorEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ChannelWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ChannelWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ChannelWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ChannelWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "activeVideosCounter_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "activeVideosCounter_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "activeVideosCounter_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "activeVideosCounter_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "activeVideosCounter_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "activeVideosCounter_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "avatarPhoto", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "StorageDataObjectWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bannedMembers_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bannedMembers_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bannedMembers_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "channelNftCollectors_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ChannelNftCollectorsWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "channelNftCollectors_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ChannelNftCollectorsWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "channelNftCollectors_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ChannelNftCollectorsWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "channelStateBloatBond_eq", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "channelStateBloatBond_gt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "channelStateBloatBond_gte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "channelStateBloatBond_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "channelStateBloatBond_lt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "channelStateBloatBond_lte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "collaborators_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CollaboratorWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "collaborators_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CollaboratorWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "collaborators_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CollaboratorWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "commentcreatedeventvideoChannel_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CommentCreatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "commentcreatedeventvideoChannel_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CommentCreatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "commentcreatedeventvideoChannel_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CommentCreatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "commentdeletedeventvideoChannel_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CommentDeletedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "commentdeletedeventvideoChannel_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CommentDeletedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "commentdeletedeventvideoChannel_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CommentDeletedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "commentmoderatedeventvideoChannel_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CommentModeratedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "commentmoderatedeventvideoChannel_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CommentModeratedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "commentmoderatedeventvideoChannel_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CommentModeratedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "commentpinnedeventvideoChannel_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CommentPinnedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "commentpinnedeventvideoChannel_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CommentPinnedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "commentpinnedeventvideoChannel_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CommentPinnedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "commentreactedeventvideoChannel_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CommentReactedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "commentreactedeventvideoChannel_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CommentReactedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "commentreactedeventvideoChannel_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CommentReactedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "commenttextupdatedeventvideoChannel_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CommentTextUpdatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "commenttextupdatedeventvideoChannel_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CommentTextUpdatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "commenttextupdatedeventvideoChannel_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CommentTextUpdatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "coverPhoto", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "StorageDataObjectWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "description_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "description_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "description_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "description_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "description_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isCensored_eq", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isCensored_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isPublic_eq", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isPublic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "language", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "LanguageWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "memberbannedfromchanneleventchannel_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MemberBannedFromChannelEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "memberbannedfromchanneleventchannel_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MemberBannedFromChannelEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "memberbannedfromchanneleventchannel_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MemberBannedFromChannelEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownednftcreatorChannel_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "OwnedNftWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownednftcreatorChannel_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "OwnedNftWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownednftcreatorChannel_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "OwnedNftWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroup", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CuratorGroupWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMember", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "privilegeLevel_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "privilegeLevel_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "privilegeLevel_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "privilegeLevel_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "privilegeLevel_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "privilegeLevel_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardAccount_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardAccount_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardAccount_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardAccount_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardAccount_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "title_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "title_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "title_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "title_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "title_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videoreactedeventvideoChannel_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VideoReactedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videoreactedeventvideoChannel_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VideoReactedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videoreactedeventvideoChannel_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VideoReactedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videos_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VideoWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videos_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VideoWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videos_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VideoWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ChannelWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "Collaborator", "description": null, "fields": [ { "name": "channel", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Channel", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "channelId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "member", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Membership", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "memberId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "permissions", "description": "List of member's permissions", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CollaboratorConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CollaboratorEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CollaboratorCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "channel", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "member", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "permissions", "description": null, "type": { "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, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CollaboratorEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Collaborator", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "CollaboratorOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "channel_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "channel_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "member_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "member_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CollaboratorUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "channel", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "member", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "permissions", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CollaboratorWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CollaboratorWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CollaboratorWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CollaboratorWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "channel", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ChannelWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "member", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "permissions_containsAll", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "permissions_containsAny", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "permissions_containsNone", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CollaboratorWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "Comment", "description": null, "fields": [ { "name": "author", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Membership", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "authorId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "commentcreatedeventcomment", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CommentCreatedEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "commentparentComment", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Comment", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "commentpinnedeventcomment", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CommentPinnedEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "commentreactedeventcomment", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CommentReactedEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedInEvent", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "CommentDeletedEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "edits", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CommentTextUpdatedEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isEdited", "description": "Whether comment has been edited or not", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "moderatedInEvent", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "CommentModeratedEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "parentComment", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "Comment", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "parentCommentId", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "reactions", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CommentReaction", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "reactionsAndRepliesCount", "description": "Sum of replies and reactions", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "reactionsCount", "description": "Total number of reactions to this comment", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "reactionsCountByReactionId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CommentReactionsCountByReactionId", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "repliesCount", "description": "How many comments has replied to this comment", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "status", "description": "Status of the comment; either it is visible, deleted, or moderated (deleted by moderator)", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "CommentStatus", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "text", "description": "Comment text", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Video", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "videoId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CommentConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CommentEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CommentCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "author", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isEdited", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "parentComment", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "reactionsAndRepliesCount", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "reactionsCount", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "repliesCount", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "status", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "CommentStatus", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "text", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CommentCreatedEvent", "description": null, "fields": [ { "name": "comment", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Comment", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "commentId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "parentCommentAuthor", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "Membership", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "parentCommentAuthorId", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "text", "description": "Comment's original text", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Filtering options for interface implementers", "args": [], "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Video", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "videoChannel", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Channel", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "videoChannelId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "videoId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null }, { "kind": "INTERFACE", "name": "Event", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CommentCreatedEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CommentCreatedEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CommentCreatedEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "comment", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "parentCommentAuthor", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "text", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videoChannel", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CommentCreatedEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CommentCreatedEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "CommentCreatedEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "comment_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "comment_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "parentCommentAuthor_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "parentCommentAuthor_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "text_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "text_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videoChannel_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videoChannel_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CommentCreatedEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "comment", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "parentCommentAuthor", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "text", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videoChannel", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CommentCreatedEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CommentCreatedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CommentCreatedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CommentCreatedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "comment", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CommentWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "parentCommentAuthor", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "text_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "text_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "text_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "text_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "text_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VideoWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videoChannel", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ChannelWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CommentCreatedEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CommentDeletedEvent", "description": null, "fields": [ { "name": "comment", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Comment", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "commentId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Filtering options for interface implementers", "args": [], "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Video", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "videoChannel", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Channel", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "videoChannelId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "videoId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null }, { "kind": "INTERFACE", "name": "Event", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CommentDeletedEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CommentDeletedEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CommentDeletedEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "comment", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videoChannel", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CommentDeletedEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CommentDeletedEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "CommentDeletedEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "comment_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "comment_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videoChannel_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videoChannel_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CommentDeletedEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "comment", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videoChannel", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CommentDeletedEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CommentDeletedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CommentDeletedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CommentDeletedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "comment", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CommentWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VideoWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videoChannel", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ChannelWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CommentDeletedEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CommentEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Comment", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CommentModeratedEvent", "description": null, "fields": [ { "name": "actor", "description": "The actor responsible for the removal of comment", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "UNION", "name": "ContentActor", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "comment", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Comment", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "commentId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale", "description": "Comment deletion rationale", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Filtering options for interface implementers", "args": [], "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Video", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "videoChannel", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Channel", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "videoChannelId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "videoId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null }, { "kind": "INTERFACE", "name": "Event", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CommentModeratedEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CommentModeratedEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CommentModeratedEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "actor", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "JSONObject", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "comment", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videoChannel", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CommentModeratedEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CommentModeratedEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "CommentModeratedEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "comment_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "comment_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videoChannel_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videoChannel_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CommentModeratedEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "actor", "description": null, "type": { "kind": "SCALAR", "name": "JSONObject", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "comment", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videoChannel", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CommentModeratedEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CommentModeratedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CommentModeratedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CommentModeratedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "actor_json", "description": null, "type": { "kind": "SCALAR", "name": "JSONObject", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "comment", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CommentWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VideoWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videoChannel", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ChannelWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CommentModeratedEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "CommentOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "author_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "author_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isEdited_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isEdited_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "parentComment_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "parentComment_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "reactionsAndRepliesCount_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "reactionsAndRepliesCount_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "reactionsCount_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "reactionsCount_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "repliesCount_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "repliesCount_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "status_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "status_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "text_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "text_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "CommentPinnedEvent", "description": null, "fields": [ { "name": "action", "description": "The action performed. true if comment is pinned, otherwise false.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "comment", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Comment", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "commentId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Filtering options for interface implementers", "args": [], "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Video", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "videoChannel", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Channel", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "videoChannelId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "videoId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null }, { "kind": "INTERFACE", "name": "Event", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CommentPinnedEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CommentPinnedEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CommentPinnedEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "action", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "comment", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videoChannel", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CommentPinnedEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CommentPinnedEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "CommentPinnedEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "action_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "action_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "comment_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "comment_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videoChannel_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videoChannel_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CommentPinnedEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "action", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "comment", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videoChannel", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CommentPinnedEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CommentPinnedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CommentPinnedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CommentPinnedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "action_eq", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "action_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "comment", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CommentWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VideoWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videoChannel", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ChannelWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CommentPinnedEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CommentReactedEvent", "description": null, "fields": [ { "name": "comment", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Comment", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "commentId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "reactingMember", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Membership", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "reactingMemberId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "reactionResult", "description": "The reaction id", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Filtering options for interface implementers", "args": [], "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Video", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "videoChannel", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Channel", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "videoChannelId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "videoId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null }, { "kind": "INTERFACE", "name": "Event", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CommentReactedEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CommentReactedEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CommentReactedEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "comment", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "reactingMember", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "reactionResult", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videoChannel", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CommentReactedEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CommentReactedEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "CommentReactedEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "comment_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "comment_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "reactingMember_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "reactingMember_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "reactionResult_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "reactionResult_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videoChannel_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videoChannel_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CommentReactedEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "comment", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "reactingMember", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "reactionResult", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videoChannel", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CommentReactedEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CommentReactedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CommentReactedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CommentReactedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "comment", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CommentWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "reactingMember", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "reactionResult_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "reactionResult_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "reactionResult_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "reactionResult_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "reactionResult_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "reactionResult_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VideoWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videoChannel", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ChannelWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CommentReactedEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CommentReaction", "description": null, "fields": [ { "name": "comment", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Comment", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "commentId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "member", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Membership", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "memberId", "description": "ID of the member that reacted", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "reactionId", "description": "The Reaction id", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Video", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "videoId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CommentReactionConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CommentReactionEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CommentReactionCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "comment", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "member", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "memberId", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "reactionId", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CommentReactionEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CommentReaction", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "CommentReactionOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "comment_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "comment_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "memberId_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "memberId_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "member_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "member_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "reactionId_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "reactionId_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CommentReactionUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "comment", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "member", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "memberId", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "reactionId", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CommentReactionWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CommentReactionWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CommentReactionWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CommentReactionWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "comment", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CommentWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "member", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "memberId_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "memberId_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "memberId_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "memberId_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "memberId_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "reactionId_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "reactionId_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "reactionId_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "reactionId_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "reactionId_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "reactionId_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VideoWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CommentReactionWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CommentReactionsCountByReactionId", "description": null, "fields": [ { "name": "comment", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Comment", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "commentId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "count", "description": "No of times the comment has been reacted with given reaction Id", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "reactionId", "description": "The reaction id", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Video", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "videoId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CommentReactionsCountByReactionIdConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CommentReactionsCountByReactionIdEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CommentReactionsCountByReactionIdCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "comment", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "count", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "reactionId", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CommentReactionsCountByReactionIdEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CommentReactionsCountByReactionId", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "CommentReactionsCountByReactionIdOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "comment_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "comment_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "count_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "count_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "reactionId_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "reactionId_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CommentReactionsCountByReactionIdUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "comment", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "count", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "reactionId", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CommentReactionsCountByReactionIdWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CommentReactionsCountByReactionIdWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CommentReactionsCountByReactionIdWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CommentReactionsCountByReactionIdWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "comment", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CommentWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "count_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "count_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "count_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "count_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "count_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "count_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "reactionId_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "reactionId_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "reactionId_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "reactionId_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "reactionId_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "reactionId_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VideoWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CommentReactionsCountByReactionIdWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "CommentStatus", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "DELETED", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "MODERATED", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "VISIBLE", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "CommentTextFTSOutput", "description": null, "fields": [ { "name": "highlight", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isTypeOf", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "item", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "UNION", "name": "CommentTextSearchResult", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "rank", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "UNION", "name": "CommentTextSearchResult", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "Comment", "ofType": null } ] }, { "kind": "OBJECT", "name": "CommentTextUpdatedEvent", "description": null, "fields": [ { "name": "comment", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Comment", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "commentId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "newText", "description": "New comment text", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Filtering options for interface implementers", "args": [], "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Video", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "videoChannel", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Channel", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "videoChannelId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "videoId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null }, { "kind": "INTERFACE", "name": "Event", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CommentTextUpdatedEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CommentTextUpdatedEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CommentTextUpdatedEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "comment", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newText", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videoChannel", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CommentTextUpdatedEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CommentTextUpdatedEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "CommentTextUpdatedEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "comment_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "comment_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newText_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newText_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videoChannel_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videoChannel_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CommentTextUpdatedEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "comment", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newText", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videoChannel", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CommentTextUpdatedEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CommentTextUpdatedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CommentTextUpdatedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CommentTextUpdatedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "comment", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CommentWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newText_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newText_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newText_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newText_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newText_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VideoWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videoChannel", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ChannelWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CommentTextUpdatedEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CommentUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "author", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isEdited", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "parentComment", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "reactionsAndRepliesCount", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "reactionsCount", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "repliesCount", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "status", "description": null, "type": { "kind": "ENUM", "name": "CommentStatus", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "text", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CommentWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CommentWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CommentWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CommentWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "author", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "commentcreatedeventcomment_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CommentCreatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "commentcreatedeventcomment_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CommentCreatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "commentcreatedeventcomment_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CommentCreatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "commentparentComment_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CommentWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "commentparentComment_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CommentWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "commentparentComment_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CommentWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "commentpinnedeventcomment_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CommentPinnedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "commentpinnedeventcomment_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CommentPinnedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "commentpinnedeventcomment_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CommentPinnedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "commentreactedeventcomment_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CommentReactedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "commentreactedeventcomment_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CommentReactedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "commentreactedeventcomment_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CommentReactedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedInEvent", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CommentDeletedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "edits_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CommentTextUpdatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "edits_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CommentTextUpdatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "edits_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CommentTextUpdatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isEdited_eq", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isEdited_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "moderatedInEvent", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CommentModeratedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "parentComment", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CommentWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "reactionsAndRepliesCount_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "reactionsAndRepliesCount_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "reactionsAndRepliesCount_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "reactionsAndRepliesCount_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "reactionsAndRepliesCount_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "reactionsAndRepliesCount_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "reactionsCountByReactionId_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CommentReactionsCountByReactionIdWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "reactionsCountByReactionId_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CommentReactionsCountByReactionIdWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "reactionsCountByReactionId_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CommentReactionsCountByReactionIdWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "reactionsCount_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "reactionsCount_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "reactionsCount_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "reactionsCount_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "reactionsCount_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "reactionsCount_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "reactions_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CommentReactionWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "reactions_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CommentReactionWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "reactions_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CommentReactionWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "repliesCount_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "repliesCount_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "repliesCount_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "repliesCount_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "repliesCount_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "repliesCount_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "status_eq", "description": null, "type": { "kind": "ENUM", "name": "CommentStatus", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "status_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "CommentStatus", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "text_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "text_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "text_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "text_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "text_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VideoWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CommentWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "UNION", "name": "ContentActor", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "ContentActorCurator", "ofType": null }, { "kind": "OBJECT", "name": "ContentActorLead", "ofType": null }, { "kind": "OBJECT", "name": "ContentActorMember", "ofType": null } ] }, { "kind": "OBJECT", "name": "ContentActorCurator", "description": null, "fields": [ { "name": "curator", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "Curator", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "dummy", "description": "Type needs to have at least one non-relation entity. This value is not used.", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ContentActorLead", "description": null, "fields": [ { "name": "dummy", "description": "Type needs to have at least one non-relation entity. This value is not used.", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ContentActorMember", "description": null, "fields": [ { "name": "dummy", "description": "Type needs to have at least one non-relation entity. This value is not used.", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "member", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "Membership", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "Continent", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "AF", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "AN", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "AS", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "EU", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NA", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "SA", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "CouncilMember", "description": null, "fields": [ { "name": "accumulatedReward", "description": "Amount of reward collected by this council member so far.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "electedInCouncil", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ElectedCouncil", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "electedInCouncilId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "lastPaymentBlock", "description": "Block number in which council member received the last reward payment.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "member", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Membership", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "memberId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardAccountId", "description": "Account that will receive used for reward currency for council membership.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardpaymenteventcouncilMember", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "RewardPaymentEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "stake", "description": "Stake used for the council membership.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "stakingAccountId", "description": "Account used for staking currency for council membership.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "unpaidReward", "description": "Reward amount that should have been paid but couldn't be paid off due to insufficient budget.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CouncilMemberConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CouncilMemberEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CouncilMemberCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "accumulatedReward", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "electedInCouncil", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "lastPaymentBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "member", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardAccountId", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stake", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakingAccountId", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "unpaidReward", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CouncilMemberEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CouncilMember", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "CouncilMemberOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "accumulatedReward_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "accumulatedReward_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "electedInCouncil_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "electedInCouncil_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "lastPaymentBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "lastPaymentBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "member_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "member_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardAccountId_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardAccountId_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stake_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stake_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakingAccountId_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakingAccountId_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "unpaidReward_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "unpaidReward_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CouncilMemberUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "accumulatedReward", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "electedInCouncil", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "lastPaymentBlock", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "member", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardAccountId", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stake", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakingAccountId", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "unpaidReward", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CouncilMemberWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CouncilMemberWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CouncilMemberWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CouncilMemberWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "accumulatedReward_eq", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "accumulatedReward_gt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "accumulatedReward_gte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "accumulatedReward_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "accumulatedReward_lt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "accumulatedReward_lte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "electedInCouncil", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ElectedCouncilWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "lastPaymentBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "lastPaymentBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "lastPaymentBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "lastPaymentBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "lastPaymentBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "lastPaymentBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "member", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardAccountId_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardAccountId_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardAccountId_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardAccountId_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardAccountId_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardpaymenteventcouncilMember_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "RewardPaymentEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardpaymenteventcouncilMember_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "RewardPaymentEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardpaymenteventcouncilMember_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "RewardPaymentEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stake_eq", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stake_gt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stake_gte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stake_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stake_lt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stake_lte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakingAccountId_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakingAccountId_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakingAccountId_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakingAccountId_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakingAccountId_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "unpaidReward_eq", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "unpaidReward_gt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "unpaidReward_gte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "unpaidReward_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "unpaidReward_lt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "unpaidReward_lte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CouncilMemberWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "UNION", "name": "CouncilStage", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "CouncilStageAnnouncing", "ofType": null }, { "kind": "OBJECT", "name": "CouncilStageElection", "ofType": null }, { "kind": "OBJECT", "name": "CouncilStageIdle", "ofType": null }, { "kind": "OBJECT", "name": "VariantNone", "ofType": null } ] }, { "kind": "OBJECT", "name": "CouncilStageAnnouncing", "description": null, "fields": [ { "name": "candidatesCount", "description": "Number of candidates aspiring to be elected as council members.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "endsAt", "description": "Block number at which the stage ends", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CouncilStageElection", "description": null, "fields": [ { "name": "candidatesCount", "description": "Number of candidates aspiring to be elected as council members.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CouncilStageIdle", "description": null, "fields": [ { "name": "endsAt", "description": "Block number at which the stage ends", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CouncilStageUpdate", "description": null, "fields": [ { "name": "changedAt", "description": "Block number at which change happened.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "electedCouncil", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "ElectedCouncil", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "electedCouncilId", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "electionProblem", "description": "Election not completed due to insufficient candidates or winners.", "args": [], "type": { "kind": "ENUM", "name": "ElectionProblem", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "stage", "description": "The new stage council got into.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "UNION", "name": "CouncilStage", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CouncilStageUpdateConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CouncilStageUpdateEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CouncilStageUpdateCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "changedAt", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "electedCouncil", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "electionProblem", "description": null, "type": { "kind": "ENUM", "name": "ElectionProblem", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stage", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "JSONObject", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CouncilStageUpdateEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CouncilStageUpdate", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "CouncilStageUpdateOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "changedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "changedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "electedCouncil_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "electedCouncil_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "electionProblem_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "electionProblem_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CouncilStageUpdateUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "changedAt", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "electedCouncil", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "electionProblem", "description": null, "type": { "kind": "ENUM", "name": "ElectionProblem", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stage", "description": null, "type": { "kind": "SCALAR", "name": "JSONObject", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CouncilStageUpdateWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CouncilStageUpdateWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CouncilStageUpdateWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CouncilStageUpdateWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "changedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "changedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "changedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "changedAt_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "changedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "changedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "electedCouncil", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ElectedCouncilWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "electionProblem_eq", "description": null, "type": { "kind": "ENUM", "name": "ElectionProblem", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "electionProblem_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ElectionProblem", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stage_json", "description": null, "type": { "kind": "SCALAR", "name": "JSONObject", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CouncilStageUpdateWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CouncilorRewardUpdatedEvent", "description": null, "fields": [ { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardAmount", "description": "New reward amount paid each reward period.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Filtering options for interface implementers", "args": [], "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null }, { "kind": "INTERFACE", "name": "Event", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CouncilorRewardUpdatedEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CouncilorRewardUpdatedEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CouncilorRewardUpdatedEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardAmount", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CouncilorRewardUpdatedEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CouncilorRewardUpdatedEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "CouncilorRewardUpdatedEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardAmount_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardAmount_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CouncilorRewardUpdatedEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardAmount", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CouncilorRewardUpdatedEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CouncilorRewardUpdatedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CouncilorRewardUpdatedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CouncilorRewardUpdatedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardAmount_eq", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardAmount_gt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardAmount_gte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardAmount_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardAmount_lt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardAmount_lte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CouncilorRewardUpdatedEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CreateWorkingGroupLeadOpeningProposalDetails", "description": null, "fields": [ { "name": "group", "description": "Related working group", "args": [], "type": { "kind": "OBJECT", "name": "WorkingGroup", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "metadata", "description": "The opening metadata", "args": [], "type": { "kind": "OBJECT", "name": "WorkingGroupOpeningMetadata", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardPerBlock", "description": "Initial workers' reward per block", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "stakeAmount", "description": "Min. application / role stake amount", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "unstakingPeriod", "description": "Role stake unstaking period in blocks", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "Curator", "description": null, "fields": [ { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "curatorGroups", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CuratorAgentPermissions", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "dummy", "description": "Type needs to have at least one non-relation entity. This value is not used.", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CuratorAgentPermissions", "description": null, "fields": [ { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "curator", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Curator", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "curatorGroup", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CuratorGroup", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "curatorGroupId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "curatorId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "permissions", "description": "List of member's permissions", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CuratorAgentPermissionsConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CuratorAgentPermissionsEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CuratorAgentPermissionsCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "curator", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "curatorGroup", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "permissions", "description": null, "type": { "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, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CuratorAgentPermissionsEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CuratorAgentPermissions", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "CuratorAgentPermissionsOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "curatorGroup_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "curatorGroup_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "curator_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "curator_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CuratorAgentPermissionsUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "curator", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "curatorGroup", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "permissions", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CuratorAgentPermissionsWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CuratorAgentPermissionsWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CuratorAgentPermissionsWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CuratorAgentPermissionsWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "curator", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CuratorWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "curatorGroup", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CuratorGroupWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "permissions_containsAll", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "permissions_containsAny", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "permissions_containsNone", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CuratorAgentPermissionsWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CuratorConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CuratorEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CuratorCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "dummy", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CuratorEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Curator", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CuratorGroup", "description": null, "fields": [ { "name": "auctionbidcanceledeventownerCuratorGroup", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "AuctionBidCanceledEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "auctionbidmadeeventownerCuratorGroup", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "AuctionBidMadeEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "auctioncanceledeventownerCuratorGroup", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "AuctionCanceledEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "bidmadecompletingauctioneventownerCuratorGroup", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BidMadeCompletingAuctionEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "buynowcanceledeventownerCuratorGroup", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BuyNowCanceledEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "buynowpriceupdatedeventownerCuratorGroup", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BuyNowPriceUpdatedEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "channels", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Channel", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "curators", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CuratorAgentPermissions", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "englishauctionsettledeventownerCuratorGroup", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "EnglishAuctionSettledEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "englishauctionstartedeventownerCuratorGroup", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "EnglishAuctionStartedEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isActive", "description": "Is group active or not", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nftCollectorInChannels", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ChannelNftCollectors", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nftboughteventownerCuratorGroup", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "NftBoughtEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nftissuedeventownerCuratorGroup", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "NftIssuedEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nftsellordermadeeventownerCuratorGroup", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "NftSellOrderMadeEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nftslingedbacktotheoriginalartisteventownerCuratorGroup", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "NftSlingedBackToTheOriginalArtistEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "offeracceptedeventownerCuratorGroup", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OfferAcceptedEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "offercanceledeventownerCuratorGroup", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OfferCanceledEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "offerstartedeventownerCuratorGroup", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OfferStartedEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "openauctionbidacceptedeventownerCuratorGroup", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OpenAuctionBidAcceptedEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "openauctionstartedeventownerCuratorGroup", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OpenAuctionStartedEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "ownednftownerCuratorGroup", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OwnedNft", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CuratorGroupConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CuratorGroupEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CuratorGroupCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "isActive", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CuratorGroupEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CuratorGroup", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "CuratorGroupOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isActive_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isActive_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CuratorGroupUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "isActive", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CuratorGroupWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CuratorGroupWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CuratorGroupWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CuratorGroupWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "auctionbidcanceledeventownerCuratorGroup_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "AuctionBidCanceledEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "auctionbidcanceledeventownerCuratorGroup_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "AuctionBidCanceledEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "auctionbidcanceledeventownerCuratorGroup_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "AuctionBidCanceledEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "auctionbidmadeeventownerCuratorGroup_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "AuctionBidMadeEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "auctionbidmadeeventownerCuratorGroup_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "AuctionBidMadeEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "auctionbidmadeeventownerCuratorGroup_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "AuctionBidMadeEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "auctioncanceledeventownerCuratorGroup_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "AuctionCanceledEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "auctioncanceledeventownerCuratorGroup_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "AuctionCanceledEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "auctioncanceledeventownerCuratorGroup_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "AuctionCanceledEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bidmadecompletingauctioneventownerCuratorGroup_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BidMadeCompletingAuctionEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bidmadecompletingauctioneventownerCuratorGroup_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BidMadeCompletingAuctionEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bidmadecompletingauctioneventownerCuratorGroup_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BidMadeCompletingAuctionEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "buynowcanceledeventownerCuratorGroup_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BuyNowCanceledEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "buynowcanceledeventownerCuratorGroup_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BuyNowCanceledEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "buynowcanceledeventownerCuratorGroup_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BuyNowCanceledEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "buynowpriceupdatedeventownerCuratorGroup_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BuyNowPriceUpdatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "buynowpriceupdatedeventownerCuratorGroup_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BuyNowPriceUpdatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "buynowpriceupdatedeventownerCuratorGroup_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BuyNowPriceUpdatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "channels_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ChannelWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "channels_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ChannelWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "channels_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ChannelWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "curators_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CuratorAgentPermissionsWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "curators_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CuratorAgentPermissionsWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "curators_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CuratorAgentPermissionsWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "englishauctionsettledeventownerCuratorGroup_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "EnglishAuctionSettledEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "englishauctionsettledeventownerCuratorGroup_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "EnglishAuctionSettledEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "englishauctionsettledeventownerCuratorGroup_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "EnglishAuctionSettledEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "englishauctionstartedeventownerCuratorGroup_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "EnglishAuctionStartedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "englishauctionstartedeventownerCuratorGroup_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "EnglishAuctionStartedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "englishauctionstartedeventownerCuratorGroup_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "EnglishAuctionStartedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isActive_eq", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isActive_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "nftCollectorInChannels_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ChannelNftCollectorsWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "nftCollectorInChannels_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ChannelNftCollectorsWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "nftCollectorInChannels_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ChannelNftCollectorsWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "nftboughteventownerCuratorGroup_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "NftBoughtEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "nftboughteventownerCuratorGroup_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "NftBoughtEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "nftboughteventownerCuratorGroup_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "NftBoughtEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "nftissuedeventownerCuratorGroup_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "NftIssuedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "nftissuedeventownerCuratorGroup_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "NftIssuedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "nftissuedeventownerCuratorGroup_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "NftIssuedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "nftsellordermadeeventownerCuratorGroup_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "NftSellOrderMadeEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "nftsellordermadeeventownerCuratorGroup_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "NftSellOrderMadeEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "nftsellordermadeeventownerCuratorGroup_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "NftSellOrderMadeEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "nftslingedbacktotheoriginalartisteventownerCuratorGroup_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "NftSlingedBackToTheOriginalArtistEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "nftslingedbacktotheoriginalartisteventownerCuratorGroup_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "NftSlingedBackToTheOriginalArtistEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "nftslingedbacktotheoriginalartisteventownerCuratorGroup_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "NftSlingedBackToTheOriginalArtistEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "offeracceptedeventownerCuratorGroup_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "OfferAcceptedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "offeracceptedeventownerCuratorGroup_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "OfferAcceptedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "offeracceptedeventownerCuratorGroup_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "OfferAcceptedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "offercanceledeventownerCuratorGroup_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "OfferCanceledEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "offercanceledeventownerCuratorGroup_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "OfferCanceledEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "offercanceledeventownerCuratorGroup_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "OfferCanceledEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "offerstartedeventownerCuratorGroup_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "OfferStartedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "offerstartedeventownerCuratorGroup_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "OfferStartedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "offerstartedeventownerCuratorGroup_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "OfferStartedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "openauctionbidacceptedeventownerCuratorGroup_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "OpenAuctionBidAcceptedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "openauctionbidacceptedeventownerCuratorGroup_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "OpenAuctionBidAcceptedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "openauctionbidacceptedeventownerCuratorGroup_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "OpenAuctionBidAcceptedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "openauctionstartedeventownerCuratorGroup_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "OpenAuctionStartedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "openauctionstartedeventownerCuratorGroup_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "OpenAuctionStartedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "openauctionstartedeventownerCuratorGroup_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "OpenAuctionStartedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownednftownerCuratorGroup_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "OwnedNftWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownednftownerCuratorGroup_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "OwnedNftWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownednftownerCuratorGroup_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "OwnedNftWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CuratorGroupWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "CuratorOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "dummy_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "dummy_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CuratorUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "dummy", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CuratorWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CuratorWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CuratorWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CuratorWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "curatorGroups_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CuratorAgentPermissionsWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "curatorGroups_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CuratorAgentPermissionsWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "curatorGroups_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CuratorAgentPermissionsWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "dummy_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "dummy_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "dummy_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "dummy_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "dummy_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "dummy_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CuratorWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "UNION", "name": "DataObjectType", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "DataObjectTypeChannelAvatar", "ofType": null }, { "kind": "OBJECT", "name": "DataObjectTypeChannelCoverPhoto", "ofType": null }, { "kind": "OBJECT", "name": "DataObjectTypeUnknown", "ofType": null }, { "kind": "OBJECT", "name": "DataObjectTypeVideoMedia", "ofType": null }, { "kind": "OBJECT", "name": "DataObjectTypeVideoSubtitle", "ofType": null }, { "kind": "OBJECT", "name": "DataObjectTypeVideoThumbnail", "ofType": null } ] }, { "kind": "OBJECT", "name": "DataObjectTypeChannelAvatar", "description": null, "fields": [ { "name": "channel", "description": "Related channel entity", "args": [], "type": { "kind": "OBJECT", "name": "Channel", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "DataObjectTypeChannelCoverPhoto", "description": null, "fields": [ { "name": "channel", "description": "Related channel entity", "args": [], "type": { "kind": "OBJECT", "name": "Channel", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "DataObjectTypeUnknown", "description": null, "fields": [ { "name": "phantom", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "DataObjectTypeVideoMedia", "description": null, "fields": [ { "name": "video", "description": "Related video entity", "args": [], "type": { "kind": "OBJECT", "name": "Video", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "DataObjectTypeVideoSubtitle", "description": null, "fields": [ { "name": "subtitle", "description": "Related subtitle entity", "args": [], "type": { "kind": "OBJECT", "name": "VideoSubtitle", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": "Related video entity", "args": [], "type": { "kind": "OBJECT", "name": "Video", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "DataObjectTypeVideoThumbnail", "description": null, "fields": [ { "name": "video", "description": "Related video entity", "args": [], "type": { "kind": "OBJECT", "name": "Video", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "SCALAR", "name": "DateTime", "description": "The javascript `Date` as string. Type represents date and time as the ISO Date string.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "DecreaseWorkingGroupLeadStakeProposalDetails", "description": null, "fields": [ { "name": "amount", "description": "Amount to decrease the stake by", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "lead", "description": "The lead that should be affected", "args": [], "type": { "kind": "OBJECT", "name": "Worker", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INTERFACE", "name": "DeleteResponse", "description": null, "fields": [ { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [] }, { "kind": "OBJECT", "name": "DistributionBucket", "description": null, "fields": [ { "name": "acceptingNewBags", "description": "Whether the bucket is accepting any new bags", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "bags", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "StorageBag", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "bucketIndex", "description": "Bucket index within the family", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "distributing", "description": "Whether the bucket is currently distributing content", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "family", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "DistributionBucketFamily", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "familyId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "operators", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "DistributionBucketOperator", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "DistributionBucketConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "DistributionBucketEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "DistributionBucketCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "acceptingNewBags", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bucketIndex", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "distributing", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "family", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "DistributionBucketEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "DistributionBucket", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "DistributionBucketFamily", "description": null, "fields": [ { "name": "buckets", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "DistributionBucket", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "metadata", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "DistributionBucketFamilyMetadata", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "metadataId", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "DistributionBucketFamilyConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "DistributionBucketFamilyEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "DistributionBucketFamilyCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "metadata", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "DistributionBucketFamilyEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "DistributionBucketFamily", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "DistributionBucketFamilyGeographicArea", "description": null, "fields": [ { "name": "area", "description": "Geographical area (continent / country / subdivision)", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "UNION", "name": "GeographicalArea", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "distributionBucketFamilyMetadata", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "DistributionBucketFamilyMetadata", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "distributionBucketFamilyMetadataId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "DistributionBucketFamilyGeographicAreaConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "DistributionBucketFamilyGeographicAreaEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "DistributionBucketFamilyGeographicAreaCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "area", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "JSONObject", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "distributionBucketFamilyMetadata", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "DistributionBucketFamilyGeographicAreaEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "DistributionBucketFamilyGeographicArea", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "DistributionBucketFamilyGeographicAreaOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "distributionBucketFamilyMetadata_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "distributionBucketFamilyMetadata_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "DistributionBucketFamilyGeographicAreaUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "area", "description": null, "type": { "kind": "SCALAR", "name": "JSONObject", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "distributionBucketFamilyMetadata", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "DistributionBucketFamilyGeographicAreaWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "DistributionBucketFamilyGeographicAreaWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "DistributionBucketFamilyGeographicAreaWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "DistributionBucketFamilyGeographicAreaWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "area_json", "description": null, "type": { "kind": "SCALAR", "name": "JSONObject", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "distributionBucketFamilyMetadata", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "DistributionBucketFamilyMetadataWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "DistributionBucketFamilyGeographicAreaWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "DistributionBucketFamilyMetadata", "description": null, "fields": [ { "name": "areas", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "DistributionBucketFamilyGeographicArea", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "description", "description": "Optional, more specific description of the region covered by the family", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "distributionbucketfamilymetadata", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "DistributionBucketFamily", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "latencyTestTargets", "description": "List of targets (hosts/ips) best suited latency measurements for the family", "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "region", "description": "Name of the geographical region covered by the family (ie.: us-east-1)", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "DistributionBucketFamilyMetadataConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "DistributionBucketFamilyMetadataEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "DistributionBucketFamilyMetadataCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "description", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "latencyTestTargets", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "region", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "DistributionBucketFamilyMetadataEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "DistributionBucketFamilyMetadata", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "DistributionBucketFamilyMetadataOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "description_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "description_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "region_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "region_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "DistributionBucketFamilyMetadataUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "description", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "latencyTestTargets", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "region", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "DistributionBucketFamilyMetadataWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "DistributionBucketFamilyMetadataWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "DistributionBucketFamilyMetadataWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "DistributionBucketFamilyMetadataWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "areas_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "DistributionBucketFamilyGeographicAreaWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "areas_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "DistributionBucketFamilyGeographicAreaWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "areas_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "DistributionBucketFamilyGeographicAreaWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "description_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "description_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "description_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "description_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "description_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "distributionbucketfamilymetadata_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "DistributionBucketFamilyWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "distributionbucketfamilymetadata_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "DistributionBucketFamilyWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "distributionbucketfamilymetadata_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "DistributionBucketFamilyWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "latencyTestTargets_containsAll", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "latencyTestTargets_containsAny", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "latencyTestTargets_containsNone", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "region_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "region_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "region_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "region_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "region_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "DistributionBucketFamilyMetadataWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "DistributionBucketFamilyOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "metadata_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "metadata_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "DistributionBucketFamilyUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "metadata", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "DistributionBucketFamilyWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "DistributionBucketFamilyWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "DistributionBucketFamilyWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "DistributionBucketFamilyWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "buckets_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "DistributionBucketWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "buckets_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "DistributionBucketWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "buckets_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "DistributionBucketWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "metadata", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "DistributionBucketFamilyMetadataWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "DistributionBucketFamilyWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "DistributionBucketOperator", "description": null, "fields": [ { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "distributionBucket", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "DistributionBucket", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "distributionBucketId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "metadata", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "DistributionBucketOperatorMetadata", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "metadataId", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "status", "description": "Current operator status", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "DistributionBucketOperatorStatus", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "workerId", "description": "ID of the distribution group worker", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "DistributionBucketOperatorConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "DistributionBucketOperatorEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "DistributionBucketOperatorCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "distributionBucket", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "metadata", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "status", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "DistributionBucketOperatorStatus", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "workerId", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "DistributionBucketOperatorEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "DistributionBucketOperator", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "DistributionBucketOperatorMetadata", "description": null, "fields": [ { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "distributionbucketoperatormetadata", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "DistributionBucketOperator", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "extra", "description": "Additional information about the node/operator", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodeEndpoint", "description": "Root distributor node api endpoint", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodeLocation", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "NodeLocationMetadata", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodeLocationId", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "DistributionBucketOperatorMetadataConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "DistributionBucketOperatorMetadataEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "DistributionBucketOperatorMetadataCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "extra", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "nodeEndpoint", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "nodeLocation", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "DistributionBucketOperatorMetadataEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "DistributionBucketOperatorMetadata", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "DistributionBucketOperatorMetadataOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "extra_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "extra_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "nodeEndpoint_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "nodeEndpoint_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "nodeLocation_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "nodeLocation_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "DistributionBucketOperatorMetadataUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "extra", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "nodeEndpoint", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "nodeLocation", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "DistributionBucketOperatorMetadataWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "DistributionBucketOperatorMetadataWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "DistributionBucketOperatorMetadataWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "DistributionBucketOperatorMetadataWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "distributionbucketoperatormetadata_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "DistributionBucketOperatorWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "distributionbucketoperatormetadata_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "DistributionBucketOperatorWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "distributionbucketoperatormetadata_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "DistributionBucketOperatorWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "extra_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "extra_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "extra_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "extra_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "extra_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "nodeEndpoint_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "nodeEndpoint_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "nodeEndpoint_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "nodeEndpoint_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "nodeEndpoint_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "nodeLocation", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "NodeLocationMetadataWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "DistributionBucketOperatorMetadataWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "DistributionBucketOperatorOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "distributionBucket_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "distributionBucket_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "metadata_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "metadata_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "status_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "status_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "workerId_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "workerId_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "ENUM", "name": "DistributionBucketOperatorStatus", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "ACTIVE", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "INVITED", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "DistributionBucketOperatorUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "distributionBucket", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "metadata", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "status", "description": null, "type": { "kind": "ENUM", "name": "DistributionBucketOperatorStatus", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "workerId", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "DistributionBucketOperatorWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "DistributionBucketOperatorWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "DistributionBucketOperatorWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "DistributionBucketOperatorWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "distributionBucket", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "DistributionBucketWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "metadata", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "DistributionBucketOperatorMetadataWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "status_eq", "description": null, "type": { "kind": "ENUM", "name": "DistributionBucketOperatorStatus", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "status_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "DistributionBucketOperatorStatus", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "workerId_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "workerId_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "workerId_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "workerId_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "workerId_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "workerId_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "DistributionBucketOperatorWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "DistributionBucketOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "acceptingNewBags_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "acceptingNewBags_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bucketIndex_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bucketIndex_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "distributing_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "distributing_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "family_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "family_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "DistributionBucketUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "acceptingNewBags", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bucketIndex", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "distributing", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "family", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "DistributionBucketWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "DistributionBucketWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "DistributionBucketWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "DistributionBucketWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "acceptingNewBags_eq", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "acceptingNewBags_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bags_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "StorageBagWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bags_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "StorageBagWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bags_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "StorageBagWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bucketIndex_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bucketIndex_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bucketIndex_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bucketIndex_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bucketIndex_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bucketIndex_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "distributing_eq", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "distributing_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "family", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "DistributionBucketFamilyWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "operators_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "DistributionBucketOperatorWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "operators_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "DistributionBucketOperatorWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "operators_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "DistributionBucketOperatorWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "DistributionBucketWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ElectedCouncil", "description": null, "fields": [ { "name": "councilElections", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ElectionRound", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "councilMembers", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CouncilMember", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "electedAtBlock", "description": "Block number at which the council was elected.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "electedAtNetwork", "description": "Network running at the time of election.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "electedAtTime", "description": "Time at which the council was elected.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "endedAtBlock", "description": "Block number at which the council reign ended and a new council was elected.", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "endedAtNetwork", "description": "Network running at the time of resignation.", "args": [], "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "endedAtTime", "description": "Time at which the council reign ended and a new council was elected.", "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isResigned", "description": "Sign if council is already resigned.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "newcouncilelectedeventelectedCouncil", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "NewCouncilElectedEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nextCouncilElections", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ElectionRound", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updates", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CouncilStageUpdate", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ElectedCouncilConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ElectedCouncilEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ElectedCouncilCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "electedAtBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "electedAtNetwork", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "electedAtTime", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "endedAtBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "endedAtNetwork", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "endedAtTime", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isResigned", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ElectedCouncilEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ElectedCouncil", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "ElectedCouncilOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "electedAtBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "electedAtBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "electedAtNetwork_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "electedAtNetwork_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "electedAtTime_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "electedAtTime_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "endedAtBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "endedAtBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "endedAtNetwork_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "endedAtNetwork_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "endedAtTime_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "endedAtTime_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isResigned_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isResigned_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ElectedCouncilUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "electedAtBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "electedAtNetwork", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "electedAtTime", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "endedAtBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "endedAtNetwork", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "endedAtTime", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isResigned", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ElectedCouncilWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ElectedCouncilWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ElectedCouncilWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ElectedCouncilWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "councilElections_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ElectionRoundWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "councilElections_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ElectionRoundWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "councilElections_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ElectionRoundWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "councilMembers_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CouncilMemberWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "councilMembers_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CouncilMemberWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "councilMembers_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CouncilMemberWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "electedAtBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "electedAtBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "electedAtBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "electedAtBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "electedAtBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "electedAtBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "electedAtNetwork_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "electedAtNetwork_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "electedAtTime_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "electedAtTime_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "electedAtTime_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "electedAtTime_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "electedAtTime_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "endedAtBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "endedAtBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "endedAtBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "endedAtBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "endedAtBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "endedAtBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "endedAtNetwork_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "endedAtNetwork_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "endedAtTime_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "endedAtTime_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "endedAtTime_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "endedAtTime_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "endedAtTime_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isResigned_eq", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isResigned_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newcouncilelectedeventelectedCouncil_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "NewCouncilElectedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newcouncilelectedeventelectedCouncil_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "NewCouncilElectedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newcouncilelectedeventelectedCouncil_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "NewCouncilElectedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "nextCouncilElections_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ElectionRoundWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "nextCouncilElections_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ElectionRoundWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "nextCouncilElections_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ElectionRoundWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updates_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CouncilStageUpdateWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updates_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CouncilStageUpdateWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updates_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CouncilStageUpdateWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ElectedCouncilWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "ElectionProblem", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "NEW_COUNCIL_NOT_ELECTED", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT_ENOUGH_CANDIDATES", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "ElectionRound", "description": null, "fields": [ { "name": "candidates", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Candidate", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "castVotes", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CastVote", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "cycleId", "description": "Election cycle ID.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "electedCouncil", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ElectedCouncil", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "electedCouncilId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "endedAtBlock", "description": "Block number at which the election ended.", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "endedAtNetwork", "description": "Network running at the time the election ended.", "args": [], "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "endedAtTime", "description": "Time at which the election ended.", "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isFinished", "description": "Sign if election has already finished.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "newcandidateeventelectionRound", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "NewCandidateEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nextElectedCouncil", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "ElectedCouncil", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "nextElectedCouncilId", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "referendumStageRevealing", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "ReferendumStageRevealing", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "referendumStageVoting", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "ReferendumStageVoting", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ElectionRoundConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ElectionRoundEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ElectionRoundCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "cycleId", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "electedCouncil", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "endedAtBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "endedAtNetwork", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "endedAtTime", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isFinished", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "nextElectedCouncil", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ElectionRoundEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ElectionRound", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "ElectionRoundOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "cycleId_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "cycleId_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "electedCouncil_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "electedCouncil_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "endedAtBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "endedAtBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "endedAtNetwork_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "endedAtNetwork_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "endedAtTime_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "endedAtTime_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isFinished_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isFinished_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "nextElectedCouncil_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "nextElectedCouncil_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ElectionRoundUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "cycleId", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "electedCouncil", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "endedAtBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "endedAtNetwork", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "endedAtTime", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isFinished", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "nextElectedCouncil", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ElectionRoundWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ElectionRoundWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ElectionRoundWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ElectionRoundWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "candidates_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CandidateWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "candidates_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CandidateWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "candidates_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CandidateWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "castVotes_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CastVoteWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "castVotes_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CastVoteWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "castVotes_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CastVoteWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "cycleId_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "cycleId_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "cycleId_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "cycleId_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "cycleId_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "cycleId_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "electedCouncil", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ElectedCouncilWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "endedAtBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "endedAtBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "endedAtBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "endedAtBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "endedAtBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "endedAtBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "endedAtNetwork_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "endedAtNetwork_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "endedAtTime_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "endedAtTime_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "endedAtTime_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "endedAtTime_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "endedAtTime_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isFinished_eq", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isFinished_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newcandidateeventelectionRound_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "NewCandidateEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newcandidateeventelectionRound_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "NewCandidateEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newcandidateeventelectionRound_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "NewCandidateEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "nextElectedCouncil", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ElectedCouncilWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "referendumStageRevealing", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ReferendumStageRevealingWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "referendumStageVoting", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ReferendumStageVotingWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ElectionRoundWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "EnglishAuctionSettledEvent", "description": null, "fields": [ { "name": "bidders", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Membership", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroup", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "CuratorGroup", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroupId", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMember", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "Membership", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMemberId", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Filtering options for interface implementers", "args": [], "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Video", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "videoId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "winner", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Membership", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "winnerId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "winningBid", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Bid", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "winningBidId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null }, { "kind": "INTERFACE", "name": "Event", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "EnglishAuctionSettledEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "EnglishAuctionSettledEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "EnglishAuctionSettledEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroup", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMember", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "winner", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "winningBid", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "EnglishAuctionSettledEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "EnglishAuctionSettledEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "EnglishAuctionSettledEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroup_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroup_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMember_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMember_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "winner_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "winner_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "winningBid_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "winningBid_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "EnglishAuctionSettledEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroup", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMember", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "winner", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "winningBid", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "EnglishAuctionSettledEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "EnglishAuctionSettledEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "EnglishAuctionSettledEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "EnglishAuctionSettledEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bidders_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bidders_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bidders_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroup", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CuratorGroupWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMember", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VideoWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "winner", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "winningBid", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BidWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "EnglishAuctionSettledEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "EnglishAuctionStartedEvent", "description": null, "fields": [ { "name": "actor", "description": "Actor that started this auction.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "UNION", "name": "ContentActor", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "auction", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Auction", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "auctionId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroup", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "CuratorGroup", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroupId", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMember", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "Membership", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMemberId", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Filtering options for interface implementers", "args": [], "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Video", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "videoId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null }, { "kind": "INTERFACE", "name": "Event", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "EnglishAuctionStartedEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "EnglishAuctionStartedEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "EnglishAuctionStartedEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "actor", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "JSONObject", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "auction", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroup", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMember", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "EnglishAuctionStartedEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "EnglishAuctionStartedEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "EnglishAuctionStartedEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "auction_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "auction_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroup_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroup_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMember_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMember_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "EnglishAuctionStartedEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "actor", "description": null, "type": { "kind": "SCALAR", "name": "JSONObject", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "auction", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroup", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMember", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "EnglishAuctionStartedEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "EnglishAuctionStartedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "EnglishAuctionStartedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "EnglishAuctionStartedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "actor_json", "description": null, "type": { "kind": "SCALAR", "name": "JSONObject", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "auction", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "AuctionWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroup", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CuratorGroupWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMember", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VideoWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "EnglishAuctionStartedEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "EntityViewsInfo", "description": null, "fields": [ { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "views", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INTERFACE", "name": "Event", "description": null, "fields": [ { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Filtering options for interface implementers", "args": [], "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "AnnouncingPeriodStartedEvent", "ofType": null }, { "kind": "OBJECT", "name": "ApplicationWithdrawnEvent", "ofType": null }, { "kind": "OBJECT", "name": "AppliedOnOpeningEvent", "ofType": null }, { "kind": "OBJECT", "name": "AuctionBidCanceledEvent", "ofType": null }, { "kind": "OBJECT", "name": "AuctionBidMadeEvent", "ofType": null }, { "kind": "OBJECT", "name": "AuctionCanceledEvent", "ofType": null }, { "kind": "OBJECT", "name": "BidMadeCompletingAuctionEvent", "ofType": null }, { "kind": "OBJECT", "name": "BountyCanceledEvent", "ofType": null }, { "kind": "OBJECT", "name": "BountyCreatedEvent", "ofType": null }, { "kind": "OBJECT", "name": "BountyCreatorCherryWithdrawalEvent", "ofType": null }, { "kind": "OBJECT", "name": "BountyFundedEvent", "ofType": null }, { "kind": "OBJECT", "name": "BountyFundingWithdrawalEvent", "ofType": null }, { "kind": "OBJECT", "name": "BountyMaxFundingReachedEvent", "ofType": null }, { "kind": "OBJECT", "name": "BountyRemovedEvent", "ofType": null }, { "kind": "OBJECT", "name": "BountyVetoedEvent", "ofType": null }, { "kind": "OBJECT", "name": "BudgetBalanceSetEvent", "ofType": null }, { "kind": "OBJECT", "name": "BudgetIncrementUpdatedEvent", "ofType": null }, { "kind": "OBJECT", "name": "BudgetRefillEvent", "ofType": null }, { "kind": "OBJECT", "name": "BudgetRefillPlannedEvent", "ofType": null }, { "kind": "OBJECT", "name": "BudgetSetEvent", "ofType": null }, { "kind": "OBJECT", "name": "BudgetSpendingEvent", "ofType": null }, { "kind": "OBJECT", "name": "BudgetUpdatedEvent", "ofType": null }, { "kind": "OBJECT", "name": "BuyNowCanceledEvent", "ofType": null }, { "kind": "OBJECT", "name": "BuyNowPriceUpdatedEvent", "ofType": null }, { "kind": "OBJECT", "name": "CandidacyNoteSetEvent", "ofType": null }, { "kind": "OBJECT", "name": "CandidacyStakeReleaseEvent", "ofType": null }, { "kind": "OBJECT", "name": "CandidacyWithdrawEvent", "ofType": null }, { "kind": "OBJECT", "name": "CategoryArchivalStatusUpdatedEvent", "ofType": null }, { "kind": "OBJECT", "name": "CategoryCreatedEvent", "ofType": null }, { "kind": "OBJECT", "name": "CategoryDeletedEvent", "ofType": null }, { "kind": "OBJECT", "name": "CategoryMembershipOfModeratorUpdatedEvent", "ofType": null }, { "kind": "OBJECT", "name": "CategoryStickyThreadUpdateEvent", "ofType": null }, { "kind": "OBJECT", "name": "CommentCreatedEvent", "ofType": null }, { "kind": "OBJECT", "name": "CommentDeletedEvent", "ofType": null }, { "kind": "OBJECT", "name": "CommentModeratedEvent", "ofType": null }, { "kind": "OBJECT", "name": "CommentPinnedEvent", "ofType": null }, { "kind": "OBJECT", "name": "CommentReactedEvent", "ofType": null }, { "kind": "OBJECT", "name": "CommentTextUpdatedEvent", "ofType": null }, { "kind": "OBJECT", "name": "CouncilorRewardUpdatedEvent", "ofType": null }, { "kind": "OBJECT", "name": "EnglishAuctionSettledEvent", "ofType": null }, { "kind": "OBJECT", "name": "EnglishAuctionStartedEvent", "ofType": null }, { "kind": "OBJECT", "name": "InitialInvitationBalanceUpdatedEvent", "ofType": null }, { "kind": "OBJECT", "name": "InitialInvitationCountUpdatedEvent", "ofType": null }, { "kind": "OBJECT", "name": "InvitesTransferredEvent", "ofType": null }, { "kind": "OBJECT", "name": "LeaderInvitationQuotaUpdatedEvent", "ofType": null }, { "kind": "OBJECT", "name": "LeaderSetEvent", "ofType": null }, { "kind": "OBJECT", "name": "LeaderUnsetEvent", "ofType": null }, { "kind": "OBJECT", "name": "MemberAccountsUpdatedEvent", "ofType": null }, { "kind": "OBJECT", "name": "MemberBannedFromChannelEvent", "ofType": null }, { "kind": "OBJECT", "name": "MemberCreatedEvent", "ofType": null }, { "kind": "OBJECT", "name": "MemberInvitedEvent", "ofType": null }, { "kind": "OBJECT", "name": "MemberProfileUpdatedEvent", "ofType": null }, { "kind": "OBJECT", "name": "MemberVerificationStatusUpdatedEvent", "ofType": null }, { "kind": "OBJECT", "name": "MembershipBoughtEvent", "ofType": null }, { "kind": "OBJECT", "name": "MembershipGiftedEvent", "ofType": null }, { "kind": "OBJECT", "name": "MembershipPriceUpdatedEvent", "ofType": null }, { "kind": "OBJECT", "name": "MetaprotocolTransactionStatusEvent", "ofType": null }, { "kind": "OBJECT", "name": "NewCandidateEvent", "ofType": null }, { "kind": "OBJECT", "name": "NewCouncilElectedEvent", "ofType": null }, { "kind": "OBJECT", "name": "NewCouncilNotElectedEvent", "ofType": null }, { "kind": "OBJECT", "name": "NewMissedRewardLevelReachedEvent", "ofType": null }, { "kind": "OBJECT", "name": "NftBoughtEvent", "ofType": null }, { "kind": "OBJECT", "name": "NftIssuedEvent", "ofType": null }, { "kind": "OBJECT", "name": "NftSlingedBackToTheOriginalArtistEvent", "ofType": null }, { "kind": "OBJECT", "name": "NotEnoughCandidatesEvent", "ofType": null }, { "kind": "OBJECT", "name": "OfferAcceptedEvent", "ofType": null }, { "kind": "OBJECT", "name": "OfferCanceledEvent", "ofType": null }, { "kind": "OBJECT", "name": "OfferStartedEvent", "ofType": null }, { "kind": "OBJECT", "name": "OpenAuctionBidAcceptedEvent", "ofType": null }, { "kind": "OBJECT", "name": "OpenAuctionStartedEvent", "ofType": null }, { "kind": "OBJECT", "name": "OpeningAddedEvent", "ofType": null }, { "kind": "OBJECT", "name": "OpeningCanceledEvent", "ofType": null }, { "kind": "OBJECT", "name": "OpeningFilledEvent", "ofType": null }, { "kind": "OBJECT", "name": "OracleJudgmentSubmittedEvent", "ofType": null }, { "kind": "OBJECT", "name": "PostAddedEvent", "ofType": null }, { "kind": "OBJECT", "name": "PostDeletedEvent", "ofType": null }, { "kind": "OBJECT", "name": "PostModeratedEvent", "ofType": null }, { "kind": "OBJECT", "name": "PostTextUpdatedEvent", "ofType": null }, { "kind": "OBJECT", "name": "ProposalCancelledEvent", "ofType": null }, { "kind": "OBJECT", "name": "ProposalCreatedEvent", "ofType": null }, { "kind": "OBJECT", "name": "ProposalDecisionMadeEvent", "ofType": null }, { "kind": "OBJECT", "name": "ProposalDiscussionPostCreatedEvent", "ofType": null }, { "kind": "OBJECT", "name": "ProposalDiscussionPostDeletedEvent", "ofType": null }, { "kind": "OBJECT", "name": "ProposalDiscussionPostUpdatedEvent", "ofType": null }, { "kind": "OBJECT", "name": "ProposalDiscussionThreadModeChangedEvent", "ofType": null }, { "kind": "OBJECT", "name": "ProposalExecutedEvent", "ofType": null }, { "kind": "OBJECT", "name": "ProposalStatusUpdatedEvent", "ofType": null }, { "kind": "OBJECT", "name": "ProposalVotedEvent", "ofType": null }, { "kind": "OBJECT", "name": "ReferendumFinishedEvent", "ofType": null }, { "kind": "OBJECT", "name": "ReferendumStartedEvent", "ofType": null }, { "kind": "OBJECT", "name": "ReferendumStartedForcefullyEvent", "ofType": null }, { "kind": "OBJECT", "name": "ReferralCutUpdatedEvent", "ofType": null }, { "kind": "OBJECT", "name": "RequestFundedEvent", "ofType": null }, { "kind": "OBJECT", "name": "RevealingStageStartedEvent", "ofType": null }, { "kind": "OBJECT", "name": "RewardPaidEvent", "ofType": null }, { "kind": "OBJECT", "name": "RewardPaymentEvent", "ofType": null }, { "kind": "OBJECT", "name": "StakeDecreasedEvent", "ofType": null }, { "kind": "OBJECT", "name": "StakeIncreasedEvent", "ofType": null }, { "kind": "OBJECT", "name": "StakeReleasedEvent", "ofType": null }, { "kind": "OBJECT", "name": "StakeSlashedEvent", "ofType": null }, { "kind": "OBJECT", "name": "StakingAccountAddedEvent", "ofType": null }, { "kind": "OBJECT", "name": "StakingAccountConfirmedEvent", "ofType": null }, { "kind": "OBJECT", "name": "StakingAccountRemovedEvent", "ofType": null }, { "kind": "OBJECT", "name": "StatusTextChangedEvent", "ofType": null }, { "kind": "OBJECT", "name": "TerminatedLeaderEvent", "ofType": null }, { "kind": "OBJECT", "name": "TerminatedWorkerEvent", "ofType": null }, { "kind": "OBJECT", "name": "ThreadCreatedEvent", "ofType": null }, { "kind": "OBJECT", "name": "ThreadDeletedEvent", "ofType": null }, { "kind": "OBJECT", "name": "ThreadMetadataUpdatedEvent", "ofType": null }, { "kind": "OBJECT", "name": "ThreadModeratedEvent", "ofType": null }, { "kind": "OBJECT", "name": "ThreadMovedEvent", "ofType": null }, { "kind": "OBJECT", "name": "VideoReactedEvent", "ofType": null }, { "kind": "OBJECT", "name": "VideoReactionsPreferenceEvent", "ofType": null }, { "kind": "OBJECT", "name": "VoteCastEvent", "ofType": null }, { "kind": "OBJECT", "name": "VoteRevealedEvent", "ofType": null }, { "kind": "OBJECT", "name": "VotingPeriodStartedEvent", "ofType": null }, { "kind": "OBJECT", "name": "WorkEntrantFundsWithdrawnEvent", "ofType": null }, { "kind": "OBJECT", "name": "WorkEntryAnnouncedEvent", "ofType": null }, { "kind": "OBJECT", "name": "WorkEntrySlashedEvent", "ofType": null }, { "kind": "OBJECT", "name": "WorkEntryWithdrawnEvent", "ofType": null }, { "kind": "OBJECT", "name": "WorkSubmittedEvent", "ofType": null }, { "kind": "OBJECT", "name": "WorkerExitedEvent", "ofType": null }, { "kind": "OBJECT", "name": "WorkerRewardAccountUpdatedEvent", "ofType": null }, { "kind": "OBJECT", "name": "WorkerRewardAmountUpdatedEvent", "ofType": null }, { "kind": "OBJECT", "name": "WorkerRoleAccountUpdatedEvent", "ofType": null }, { "kind": "OBJECT", "name": "WorkerStartedLeavingEvent", "ofType": null } ] }, { "kind": "INPUT_OBJECT", "name": "EventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": null, "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "EventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "type_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "type_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "ENUM", "name": "EventTypeOptions", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "AnnouncingPeriodStartedEvent", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ApplicationWithdrawnEvent", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "AppliedOnOpeningEvent", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "AuctionBidCanceledEvent", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "AuctionBidMadeEvent", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "AuctionCanceledEvent", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "BidMadeCompletingAuctionEvent", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "BountyCanceledEvent", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "BountyCreatedEvent", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "BountyCreatorCherryWithdrawalEvent", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "BountyFundedEvent", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "BountyFundingWithdrawalEvent", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "BountyMaxFundingReachedEvent", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "BountyRemovedEvent", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "BountyVetoedEvent", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "BudgetBalanceSetEvent", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "BudgetIncrementUpdatedEvent", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "BudgetRefillEvent", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "BudgetRefillPlannedEvent", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "BudgetSetEvent", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "BudgetSpendingEvent", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "BudgetUpdatedEvent", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "BuyNowCanceledEvent", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "BuyNowPriceUpdatedEvent", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "CandidacyNoteSetEvent", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "CandidacyStakeReleaseEvent", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "CandidacyWithdrawEvent", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "CategoryArchivalStatusUpdatedEvent", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "CategoryCreatedEvent", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "CategoryDeletedEvent", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "CategoryMembershipOfModeratorUpdatedEvent", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "CategoryStickyThreadUpdateEvent", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "CommentCreatedEvent", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "CommentDeletedEvent", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "CommentModeratedEvent", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "CommentPinnedEvent", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "CommentReactedEvent", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "CommentTextUpdatedEvent", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "CouncilorRewardUpdatedEvent", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "EnglishAuctionSettledEvent", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "EnglishAuctionStartedEvent", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "InitialInvitationBalanceUpdatedEvent", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "InitialInvitationCountUpdatedEvent", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "InvitesTransferredEvent", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "LeaderInvitationQuotaUpdatedEvent", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "LeaderSetEvent", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "LeaderUnsetEvent", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "MemberAccountsUpdatedEvent", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "MemberBannedFromChannelEvent", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "MemberCreatedEvent", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "MemberInvitedEvent", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "MemberProfileUpdatedEvent", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "MemberVerificationStatusUpdatedEvent", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "MembershipBoughtEvent", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "MembershipGiftedEvent", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "MembershipPriceUpdatedEvent", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "MetaprotocolTransactionStatusEvent", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NewCandidateEvent", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NewCouncilElectedEvent", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NewCouncilNotElectedEvent", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NewMissedRewardLevelReachedEvent", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NftBoughtEvent", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NftIssuedEvent", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NftSlingedBackToTheOriginalArtistEvent", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NotEnoughCandidatesEvent", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OfferAcceptedEvent", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OfferCanceledEvent", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OfferStartedEvent", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OpenAuctionBidAcceptedEvent", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OpenAuctionStartedEvent", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OpeningAddedEvent", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OpeningCanceledEvent", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OpeningFilledEvent", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OracleJudgmentSubmittedEvent", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "PostAddedEvent", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "PostDeletedEvent", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "PostModeratedEvent", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "PostTextUpdatedEvent", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ProposalCancelledEvent", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ProposalCreatedEvent", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ProposalDecisionMadeEvent", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ProposalDiscussionPostCreatedEvent", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ProposalDiscussionPostDeletedEvent", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ProposalDiscussionPostUpdatedEvent", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ProposalDiscussionThreadModeChangedEvent", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ProposalExecutedEvent", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ProposalStatusUpdatedEvent", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ProposalVotedEvent", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ReferendumFinishedEvent", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ReferendumStartedEvent", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ReferendumStartedForcefullyEvent", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ReferralCutUpdatedEvent", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "RequestFundedEvent", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "RevealingStageStartedEvent", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "RewardPaidEvent", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "RewardPaymentEvent", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "StakeDecreasedEvent", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "StakeIncreasedEvent", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "StakeReleasedEvent", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "StakeSlashedEvent", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "StakingAccountAddedEvent", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "StakingAccountConfirmedEvent", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "StakingAccountRemovedEvent", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "StatusTextChangedEvent", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "TerminatedLeaderEvent", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "TerminatedWorkerEvent", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ThreadCreatedEvent", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ThreadDeletedEvent", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ThreadMetadataUpdatedEvent", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ThreadModeratedEvent", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ThreadMovedEvent", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "VideoReactedEvent", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "VideoReactionsPreferenceEvent", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "VoteCastEvent", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "VoteRevealedEvent", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "VotingPeriodStartedEvent", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "WorkEntrantFundsWithdrawnEvent", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "WorkEntryAnnouncedEvent", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "WorkEntrySlashedEvent", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "WorkEntryWithdrawnEvent", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "WorkSubmittedEvent", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "WorkerExitedEvent", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "WorkerRewardAccountUpdatedEvent", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "WorkerRewardAmountUpdatedEvent", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "WorkerRoleAccountUpdatedEvent", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "WorkerStartedLeavingEvent", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "EventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": null, "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "EventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "EventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "EventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "EventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "type_eq", "description": null, "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "type_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "EventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "FeaturedVideo", "description": null, "fields": [ { "name": "video", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Video", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "videoCutUrl", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "videoId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "FeaturedVideoInput", "description": null, "fields": null, "inputFields": [ { "name": "videoCutUrl", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videoId", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "FillWorkingGroupLeadOpeningProposalDetails", "description": null, "fields": [ { "name": "application", "description": "Selected successful application", "args": [], "type": { "kind": "OBJECT", "name": "WorkingGroupApplication", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "opening", "description": "Lead opening to to be filled", "args": [], "type": { "kind": "OBJECT", "name": "WorkingGroupOpening", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "SCALAR", "name": "Float", "description": "The `Float` scalar type represents signed double-precision fractional values as specified by [IEEE 754](https://en.wikipedia.org/wiki/IEEE_floating_point).", "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ForumCategory", "description": null, "fields": [ { "name": "categoryarchivalstatusupdatedeventcategory", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CategoryArchivalStatusUpdatedEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "categorydeletedeventcategory", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CategoryDeletedEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "categorymembershipofmoderatorupdatedeventcategory", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CategoryMembershipOfModeratorUpdatedEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "categorystickythreadupdateeventcategory", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CategoryStickyThreadUpdateEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdInEvent", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CategoryCreatedEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "description", "description": "Category description", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "forumcategoryparent", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ForumCategory", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "moderators", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Worker", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "parent", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "ForumCategory", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "parentId", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "status", "description": "Current category status", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "UNION", "name": "CategoryStatus", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "threadmovedeventnewCategory", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ThreadMovedEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "threadmovedeventoldCategory", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ThreadMovedEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "threads", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ForumThread", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "title", "description": "Category title", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ForumCategoryConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ForumCategoryEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ForumCategoryCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "description", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "parent", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "status", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "JSONObject", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "title", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ForumCategoryEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ForumCategory", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "ForumCategoryOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "description_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "description_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "parent_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "parent_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "title_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "title_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ForumCategoryUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "description", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "parent", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "status", "description": null, "type": { "kind": "SCALAR", "name": "JSONObject", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "title", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ForumCategoryWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ForumCategoryWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ForumCategoryWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ForumCategoryWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "categoryarchivalstatusupdatedeventcategory_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CategoryArchivalStatusUpdatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "categoryarchivalstatusupdatedeventcategory_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CategoryArchivalStatusUpdatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "categoryarchivalstatusupdatedeventcategory_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CategoryArchivalStatusUpdatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "categorydeletedeventcategory_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CategoryDeletedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "categorydeletedeventcategory_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CategoryDeletedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "categorydeletedeventcategory_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CategoryDeletedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "categorymembershipofmoderatorupdatedeventcategory_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CategoryMembershipOfModeratorUpdatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "categorymembershipofmoderatorupdatedeventcategory_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CategoryMembershipOfModeratorUpdatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "categorymembershipofmoderatorupdatedeventcategory_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CategoryMembershipOfModeratorUpdatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "categorystickythreadupdateeventcategory_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CategoryStickyThreadUpdateEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "categorystickythreadupdateeventcategory_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CategoryStickyThreadUpdateEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "categorystickythreadupdateeventcategory_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CategoryStickyThreadUpdateEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdInEvent", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CategoryCreatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "description_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "description_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "description_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "description_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "description_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "forumcategoryparent_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ForumCategoryWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "forumcategoryparent_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ForumCategoryWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "forumcategoryparent_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ForumCategoryWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "moderators_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkerWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "moderators_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkerWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "moderators_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkerWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "parent", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ForumCategoryWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "status_json", "description": null, "type": { "kind": "SCALAR", "name": "JSONObject", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "threadmovedeventnewCategory_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ThreadMovedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "threadmovedeventnewCategory_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ThreadMovedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "threadmovedeventnewCategory_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ThreadMovedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "threadmovedeventoldCategory_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ThreadMovedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "threadmovedeventoldCategory_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ThreadMovedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "threadmovedeventoldCategory_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ThreadMovedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "threads_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ForumThreadWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "threads_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ForumThreadWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "threads_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ForumThreadWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "title_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "title_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "title_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "title_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "title_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ForumCategoryWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ForumPost", "description": null, "fields": [ { "name": "author", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Membership", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "authorId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedInEvent", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "PostDeletedEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedInEventId", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "edits", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PostTextUpdatedEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "forumpostrepliesTo", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ForumPost", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "forumthreadinitialPost", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ForumThread", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isVisible", "description": "True if the post is either Active or Locked", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "origin", "description": "The origin of the post (either thread creation event or regular PostAdded event)", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "UNION", "name": "PostOrigin", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "postaddedeventpost", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PostAddedEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "postmoderatedeventpost", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PostModeratedEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "repliesTo", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "ForumPost", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repliesToId", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "status", "description": "Current post status", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "UNION", "name": "PostStatus", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "text", "description": "Content of the post (md-formatted)", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "thread", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ForumThread", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "threadId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ForumPostConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ForumPostEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ForumPostCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "author", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedInEvent", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isVisible", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "origin", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "JSONObject", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "repliesTo", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "status", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "JSONObject", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "text", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "thread", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ForumPostEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ForumPost", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "ForumPostOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "author_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "author_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedInEvent_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedInEvent_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isVisible_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isVisible_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "repliesTo_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "repliesTo_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "text_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "text_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "thread_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "thread_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ForumPostUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "author", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedInEvent", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isVisible", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "origin", "description": null, "type": { "kind": "SCALAR", "name": "JSONObject", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "repliesTo", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "status", "description": null, "type": { "kind": "SCALAR", "name": "JSONObject", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "text", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "thread", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ForumPostWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ForumPostWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ForumPostWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ForumPostWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "author", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedInEvent", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "PostDeletedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "edits_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "PostTextUpdatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "edits_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "PostTextUpdatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "edits_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "PostTextUpdatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "forumpostrepliesTo_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ForumPostWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "forumpostrepliesTo_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ForumPostWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "forumpostrepliesTo_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ForumPostWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "forumthreadinitialPost_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ForumThreadWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "forumthreadinitialPost_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ForumThreadWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "forumthreadinitialPost_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ForumThreadWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isVisible_eq", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isVisible_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "origin_json", "description": null, "type": { "kind": "SCALAR", "name": "JSONObject", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "postaddedeventpost_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "PostAddedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "postaddedeventpost_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "PostAddedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "postaddedeventpost_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "PostAddedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "postmoderatedeventpost_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "PostModeratedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "postmoderatedeventpost_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "PostModeratedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "postmoderatedeventpost_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "PostModeratedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "repliesTo", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ForumPostWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "status_json", "description": null, "type": { "kind": "SCALAR", "name": "JSONObject", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "text_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "text_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "text_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "text_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "text_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "thread", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ForumThreadWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ForumPostWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ForumThread", "description": null, "fields": [ { "name": "author", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Membership", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "authorId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "bountydiscussionThread", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Bounty", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "category", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ForumCategory", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "categoryId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdInEvent", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ThreadCreatedEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "initialPost", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "ForumPost", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "initialPostId", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "isSticky", "description": "Whether the thread is sticky in the category", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isVisible", "description": "True if the thread is either Active or Locked", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "madeStickyInEvents", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CategoryStickyThreadUpdateEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "metadataUpdates", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ThreadMetadataUpdatedEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "movedInEvents", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ThreadMovedEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "posts", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ForumPost", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "status", "description": "Current thread status", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "UNION", "name": "ThreadStatus", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "tags", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ForumThreadTag", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "threaddeletedeventthread", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ThreadDeletedEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "threadmoderatedeventthread", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ThreadModeratedEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "title", "description": "Thread title", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "visiblePostsCount", "description": "Number of non-deleted posts in the thread", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ForumThreadConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ForumThreadEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ForumThreadCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "author", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "category", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "initialPost", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isSticky", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isVisible", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "status", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "JSONObject", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "title", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "visiblePostsCount", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ForumThreadEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ForumThread", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "ForumThreadOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "author_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "author_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "category_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "category_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "initialPost_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "initialPost_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isSticky_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isSticky_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isVisible_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isVisible_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "title_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "title_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "visiblePostsCount_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "visiblePostsCount_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "ForumThreadTag", "description": null, "fields": [ { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "threads", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ForumThread", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "visibleThreadsCount", "description": "Number of non-removed threads currently assigned to the tag", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ForumThreadTagConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ForumThreadTagEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ForumThreadTagCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "visibleThreadsCount", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ForumThreadTagEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ForumThreadTag", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "ForumThreadTagOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "visibleThreadsCount_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "visibleThreadsCount_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ForumThreadTagUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "visibleThreadsCount", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ForumThreadTagWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ForumThreadTagWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ForumThreadTagWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ForumThreadTagWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "threads_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ForumThreadWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "threads_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ForumThreadWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "threads_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ForumThreadWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "visibleThreadsCount_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "visibleThreadsCount_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "visibleThreadsCount_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "visibleThreadsCount_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "visibleThreadsCount_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "visibleThreadsCount_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ForumThreadTagWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ForumThreadUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "author", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "category", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "initialPost", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isSticky", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isVisible", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "status", "description": null, "type": { "kind": "SCALAR", "name": "JSONObject", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "title", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "visiblePostsCount", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ForumThreadWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ForumThreadWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ForumThreadWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ForumThreadWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "author", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bountydiscussionThread_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BountyWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bountydiscussionThread_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BountyWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bountydiscussionThread_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BountyWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "category", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ForumCategoryWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdInEvent", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ThreadCreatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "initialPost", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ForumPostWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isSticky_eq", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isSticky_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isVisible_eq", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isVisible_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "madeStickyInEvents_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CategoryStickyThreadUpdateEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "madeStickyInEvents_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CategoryStickyThreadUpdateEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "madeStickyInEvents_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CategoryStickyThreadUpdateEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "metadataUpdates_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ThreadMetadataUpdatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "metadataUpdates_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ThreadMetadataUpdatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "metadataUpdates_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ThreadMetadataUpdatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "movedInEvents_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ThreadMovedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "movedInEvents_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ThreadMovedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "movedInEvents_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ThreadMovedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "posts_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ForumPostWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "posts_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ForumPostWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "posts_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ForumPostWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "status_json", "description": null, "type": { "kind": "SCALAR", "name": "JSONObject", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "tags_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ForumThreadTagWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "tags_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ForumThreadTagWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "tags_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ForumThreadTagWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "threaddeletedeventthread_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ThreadDeletedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "threaddeletedeventthread_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ThreadDeletedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "threaddeletedeventthread_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ThreadDeletedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "threadmoderatedeventthread_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ThreadModeratedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "threadmoderatedeventthread_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ThreadModeratedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "threadmoderatedeventthread_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ThreadModeratedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "title_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "title_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "title_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "title_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "title_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "visiblePostsCount_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "visiblePostsCount_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "visiblePostsCount_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "visiblePostsCount_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "visiblePostsCount_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "visiblePostsCount_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ForumThreadWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "FundingRequestDestination", "description": null, "fields": [ { "name": "account", "description": "Destination account", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "amount", "description": "Amount of funds requested", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "list", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "FundingRequestDestinationsList", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "listId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "FundingRequestDestinationConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "FundingRequestDestinationEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "FundingRequestDestinationCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "account", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "amount", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "list", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "FundingRequestDestinationEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "FundingRequestDestination", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "FundingRequestDestinationOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "account_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "account_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "amount_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "amount_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "list_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "list_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "FundingRequestDestinationUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "account", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "amount", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "list", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "FundingRequestDestinationWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "FundingRequestDestinationWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "FundingRequestDestinationWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "FundingRequestDestinationWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "account_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "account_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "account_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "account_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "account_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "amount_eq", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "amount_gt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "amount_gte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "amount_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "amount_lt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "amount_lte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "list", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "FundingRequestDestinationsListWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "FundingRequestDestinationWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "FundingRequestDestinationsList", "description": null, "fields": [ { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "destinations", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "FundingRequestDestination", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "phantom", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "FundingRequestDestinationsListConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "FundingRequestDestinationsListEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "FundingRequestDestinationsListCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "phantom", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "FundingRequestDestinationsListEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "FundingRequestDestinationsList", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "FundingRequestDestinationsListOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "phantom_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "phantom_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "FundingRequestDestinationsListUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "phantom", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "FundingRequestDestinationsListWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "FundingRequestDestinationsListWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "FundingRequestDestinationsListWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "FundingRequestDestinationsListWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "destinations_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "FundingRequestDestinationWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "destinations_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "FundingRequestDestinationWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "destinations_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "FundingRequestDestinationWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "phantom_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "phantom_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "phantom_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "phantom_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "phantom_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "phantom_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "FundingRequestDestinationsListWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "FundingRequestProposalDetails", "description": null, "fields": [ { "name": "destinationsList", "description": "Related list of funding request destinations", "args": [], "type": { "kind": "OBJECT", "name": "FundingRequestDestinationsList", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "GeoCoordinates", "description": null, "fields": [ { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "latitude", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "longitude", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodelocationmetadatacoordinates", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "NodeLocationMetadata", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "GeoCoordinatesConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "GeoCoordinatesEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "GeoCoordinatesCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "latitude", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "longitude", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "GeoCoordinatesEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "GeoCoordinates", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "GeoCoordinatesOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "latitude_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "latitude_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "longitude_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "longitude_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "GeoCoordinatesUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "latitude", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "longitude", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "GeoCoordinatesWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "GeoCoordinatesWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "GeoCoordinatesWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "GeoCoordinatesWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "latitude_eq", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "latitude_gt", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "latitude_gte", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "latitude_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "latitude_lt", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "latitude_lte", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "longitude_eq", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "longitude_gt", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "longitude_gte", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "longitude_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "longitude_lt", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "longitude_lte", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "nodelocationmetadatacoordinates_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "NodeLocationMetadataWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "nodelocationmetadatacoordinates_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "NodeLocationMetadataWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "nodelocationmetadatacoordinates_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "NodeLocationMetadataWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "GeoCoordinatesWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "UNION", "name": "GeographicalArea", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "GeographicalAreaContinent", "ofType": null }, { "kind": "OBJECT", "name": "GeographicalAreaCountry", "ofType": null }, { "kind": "OBJECT", "name": "GeographicalAreaSubdivistion", "ofType": null } ] }, { "kind": "OBJECT", "name": "GeographicalAreaContinent", "description": null, "fields": [ { "name": "code", "description": null, "args": [], "type": { "kind": "ENUM", "name": "Continent", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "GeographicalAreaContinentCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "code", "description": null, "type": { "kind": "ENUM", "name": "Continent", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "GeographicalAreaContinentUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "code", "description": null, "type": { "kind": "ENUM", "name": "Continent", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "GeographicalAreaContinentWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "GeographicalAreaContinentWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "GeographicalAreaContinentWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "GeographicalAreaContinentWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "code_eq", "description": null, "type": { "kind": "ENUM", "name": "Continent", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "code_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Continent", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "GeographicalAreaContinentWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "GeographicalAreaCountry", "description": null, "fields": [ { "name": "code", "description": "ISO 3166-1 alpha-2 country code", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "GeographicalAreaSubdivistion", "description": null, "fields": [ { "name": "code", "description": "ISO 3166-2 subdivision code", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "SCALAR", "name": "ID", "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.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "InitialInvitationBalanceUpdatedEvent", "description": null, "fields": [ { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "newInitialBalance", "description": "New initial invitation balance.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Filtering options for interface implementers", "args": [], "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null }, { "kind": "INTERFACE", "name": "Event", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "InitialInvitationBalanceUpdatedEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "InitialInvitationBalanceUpdatedEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "InitialInvitationBalanceUpdatedEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newInitialBalance", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "InitialInvitationBalanceUpdatedEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "InitialInvitationBalanceUpdatedEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "InitialInvitationBalanceUpdatedEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newInitialBalance_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newInitialBalance_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "InitialInvitationBalanceUpdatedEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newInitialBalance", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "InitialInvitationBalanceUpdatedEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "InitialInvitationBalanceUpdatedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "InitialInvitationBalanceUpdatedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "InitialInvitationBalanceUpdatedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newInitialBalance_eq", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newInitialBalance_gt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newInitialBalance_gte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newInitialBalance_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newInitialBalance_lt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newInitialBalance_lte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "InitialInvitationBalanceUpdatedEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "InitialInvitationCountUpdatedEvent", "description": null, "fields": [ { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "newInitialInvitationCount", "description": "New initial invitation count for members.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Filtering options for interface implementers", "args": [], "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null }, { "kind": "INTERFACE", "name": "Event", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "InitialInvitationCountUpdatedEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "InitialInvitationCountUpdatedEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "InitialInvitationCountUpdatedEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newInitialInvitationCount", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "InitialInvitationCountUpdatedEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "InitialInvitationCountUpdatedEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "InitialInvitationCountUpdatedEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newInitialInvitationCount_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newInitialInvitationCount_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "InitialInvitationCountUpdatedEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newInitialInvitationCount", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "InitialInvitationCountUpdatedEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "InitialInvitationCountUpdatedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "InitialInvitationCountUpdatedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "InitialInvitationCountUpdatedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newInitialInvitationCount_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newInitialInvitationCount_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newInitialInvitationCount_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newInitialInvitationCount_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newInitialInvitationCount_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newInitialInvitationCount_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "InitialInvitationCountUpdatedEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "SCALAR", "name": "Int", "description": "The `Int` scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "InvalidActionMetadata", "description": null, "fields": [ { "name": "reason", "description": "Reason why the action metadata was considered invalid", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "InvitesTransferredEvent", "description": null, "fields": [ { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "numberOfInvites", "description": "Number of invites transferred.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "sourceMember", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Membership", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "sourceMemberId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "targetMember", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Membership", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "targetMemberId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Filtering options for interface implementers", "args": [], "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null }, { "kind": "INTERFACE", "name": "Event", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "InvitesTransferredEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "InvitesTransferredEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "InvitesTransferredEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "numberOfInvites", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "sourceMember", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "targetMember", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "InvitesTransferredEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "InvitesTransferredEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "InvitesTransferredEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "numberOfInvites_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "numberOfInvites_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "sourceMember_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "sourceMember_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "targetMember_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "targetMember_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "InvitesTransferredEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "numberOfInvites", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "sourceMember", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "targetMember", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "InvitesTransferredEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "InvitesTransferredEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "InvitesTransferredEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "InvitesTransferredEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "numberOfInvites_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "numberOfInvites_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "numberOfInvites_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "numberOfInvites_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "numberOfInvites_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "numberOfInvites_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "sourceMember", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "targetMember", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "InvitesTransferredEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "SCALAR", "name": "JSONObject", "description": "The `JSONObject` scalar type represents JSON objects as specified by [ECMA-404](http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf).", "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "Language", "description": null, "fields": [ { "name": "channellanguage", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Channel", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdInBlock", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "iso", "description": "Language identifier ISO 639-1", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "videolanguage", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Video", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "videosubtitlelanguage", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "VideoSubtitle", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "LanguageConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "LanguageEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "LanguageCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "createdInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "iso", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "LanguageEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Language", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "LanguageOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "iso_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "iso_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "LanguageUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "createdInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "iso", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "LanguageWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "LanguageWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "LanguageWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "LanguageWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "channellanguage_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ChannelWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "channellanguage_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ChannelWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "channellanguage_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ChannelWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "iso_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "iso_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "iso_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "iso_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "iso_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videolanguage_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VideoWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videolanguage_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VideoWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videolanguage_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VideoWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videosubtitlelanguage_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VideoSubtitleWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videosubtitlelanguage_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VideoSubtitleWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videosubtitlelanguage_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VideoSubtitleWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "LanguageWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "LeaderInvitationQuotaUpdatedEvent", "description": null, "fields": [ { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "newInvitationQuota", "description": "New quota.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Filtering options for interface implementers", "args": [], "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null }, { "kind": "INTERFACE", "name": "Event", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "LeaderInvitationQuotaUpdatedEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "LeaderInvitationQuotaUpdatedEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "LeaderInvitationQuotaUpdatedEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newInvitationQuota", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "LeaderInvitationQuotaUpdatedEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "LeaderInvitationQuotaUpdatedEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "LeaderInvitationQuotaUpdatedEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newInvitationQuota_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newInvitationQuota_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "LeaderInvitationQuotaUpdatedEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newInvitationQuota", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "LeaderInvitationQuotaUpdatedEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "LeaderInvitationQuotaUpdatedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "LeaderInvitationQuotaUpdatedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "LeaderInvitationQuotaUpdatedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newInvitationQuota_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newInvitationQuota_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newInvitationQuota_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newInvitationQuota_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newInvitationQuota_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newInvitationQuota_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "LeaderInvitationQuotaUpdatedEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "LeaderSetEvent", "description": null, "fields": [ { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "group", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkingGroup", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "groupId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Filtering options for interface implementers", "args": [], "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "worker", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "Worker", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "workerId", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null }, { "kind": "INTERFACE", "name": "Event", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "LeaderSetEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "LeaderSetEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "LeaderSetEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "group", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "worker", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "LeaderSetEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "LeaderSetEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "LeaderSetEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "group_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "group_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "worker_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "worker_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "LeaderSetEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "group", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "worker", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "LeaderSetEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "LeaderSetEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "LeaderSetEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "LeaderSetEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "group", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkingGroupWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "worker", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkerWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "LeaderSetEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "LeaderUnsetEvent", "description": null, "fields": [ { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "group", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkingGroup", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "groupId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "leader", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Worker", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "leaderId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Filtering options for interface implementers", "args": [], "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null }, { "kind": "INTERFACE", "name": "Event", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "LeaderUnsetEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "LeaderUnsetEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "LeaderUnsetEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "group", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "leader", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "LeaderUnsetEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "LeaderUnsetEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "LeaderUnsetEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "group_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "group_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "leader_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "leader_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "LeaderUnsetEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "group", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "leader", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "LeaderUnsetEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "LeaderUnsetEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "LeaderUnsetEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "LeaderUnsetEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "group", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkingGroupWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "leader", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkerWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "LeaderUnsetEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "License", "description": null, "fields": [ { "name": "attribution", "description": "Attribution (if required by the license)", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "code", "description": "License code defined by Joystream", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "customText", "description": "Custom license content", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "videolicense", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Video", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "LicenseConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "LicenseEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "LicenseCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "attribution", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "code", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "customText", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "LicenseEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "License", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "LicenseOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "attribution_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "attribution_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "code_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "code_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "customText_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "customText_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "LicenseUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "attribution", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "code", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "customText", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "LicenseWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "LicenseWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "LicenseWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "LicenseWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "attribution_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "attribution_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "attribution_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "attribution_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "attribution_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "code_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "code_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "code_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "code_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "code_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "code_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "customText_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "customText_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "customText_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "customText_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "customText_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videolicense_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VideoWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videolicense_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VideoWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videolicense_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VideoWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "LicenseWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "MemberAccountsUpdatedEvent", "description": null, "fields": [ { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "member", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Membership", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "memberId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "newControllerAccount", "description": "New member controller in SS58 encoding. Null means no new value was provided.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "newRootAccount", "description": "New member root account in SS58 encoding. Null means no new value was provided.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Filtering options for interface implementers", "args": [], "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null }, { "kind": "INTERFACE", "name": "Event", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "MemberAccountsUpdatedEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "MemberAccountsUpdatedEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "MemberAccountsUpdatedEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "member", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newControllerAccount", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newRootAccount", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "MemberAccountsUpdatedEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "MemberAccountsUpdatedEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "MemberAccountsUpdatedEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "member_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "member_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newControllerAccount_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newControllerAccount_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newRootAccount_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newRootAccount_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "MemberAccountsUpdatedEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "member", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newControllerAccount", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newRootAccount", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "MemberAccountsUpdatedEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "MemberAccountsUpdatedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "MemberAccountsUpdatedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "MemberAccountsUpdatedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "member", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newControllerAccount_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newControllerAccount_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newControllerAccount_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newControllerAccount_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newControllerAccount_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newRootAccount_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newRootAccount_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newRootAccount_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newRootAccount_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newRootAccount_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "MemberAccountsUpdatedEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "MemberBannedFromChannelEvent", "description": null, "fields": [ { "name": "action", "description": "The action performed. true if member is banned, false if member is unbanned", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "channel", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Channel", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "channelId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "member", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Membership", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "memberId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Filtering options for interface implementers", "args": [], "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null }, { "kind": "INTERFACE", "name": "Event", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "MemberBannedFromChannelEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "MemberBannedFromChannelEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "MemberBannedFromChannelEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "action", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "channel", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "member", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "MemberBannedFromChannelEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "MemberBannedFromChannelEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "MemberBannedFromChannelEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "action_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "action_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "channel_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "channel_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "member_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "member_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "MemberBannedFromChannelEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "action", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "channel", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "member", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "MemberBannedFromChannelEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "MemberBannedFromChannelEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "MemberBannedFromChannelEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "MemberBannedFromChannelEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "action_eq", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "action_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "channel", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ChannelWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "member", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "MemberBannedFromChannelEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "MemberCreatedEvent", "description": null, "fields": [ { "name": "controllerAccount", "description": "New member controller in SS58 encoding.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "handle", "description": "New member handle.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isFoundingMember", "description": "Whether member is founding member.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "metadata", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "MemberMetadata", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "metadataId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "newMember", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Membership", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "newMemberId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "rootAccount", "description": "New member root account in SS58 encoding.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Filtering options for interface implementers", "args": [], "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null }, { "kind": "INTERFACE", "name": "Event", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "MemberCreatedEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "MemberCreatedEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "MemberCreatedEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "controllerAccount", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "handle", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isFoundingMember", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "metadata", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newMember", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rootAccount", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "MemberCreatedEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "MemberCreatedEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "MemberCreatedEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "controllerAccount_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "controllerAccount_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "handle_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "handle_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isFoundingMember_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isFoundingMember_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "metadata_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "metadata_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newMember_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newMember_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rootAccount_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rootAccount_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "MemberCreatedEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "controllerAccount", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "handle", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isFoundingMember", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "metadata", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newMember", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rootAccount", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "MemberCreatedEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "MemberCreatedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "MemberCreatedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "MemberCreatedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "controllerAccount_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "controllerAccount_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "controllerAccount_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "controllerAccount_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "controllerAccount_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "handle_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "handle_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "handle_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "handle_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "handle_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isFoundingMember_eq", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isFoundingMember_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "metadata", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MemberMetadataWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newMember", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rootAccount_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rootAccount_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rootAccount_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rootAccount_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rootAccount_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "MemberCreatedEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "MemberInvitedEvent", "description": null, "fields": [ { "name": "controllerAccount", "description": "New member controller in SS58 encoding.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "handle", "description": "New member handle.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "invitingMember", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Membership", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "invitingMemberId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "metadata", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "MemberMetadata", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "metadataId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "newMember", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Membership", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "newMemberId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "rootAccount", "description": "New member root account in SS58 encoding.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Filtering options for interface implementers", "args": [], "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null }, { "kind": "INTERFACE", "name": "Event", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "MemberInvitedEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "MemberInvitedEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "MemberInvitedEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "controllerAccount", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "handle", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "invitingMember", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "metadata", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newMember", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rootAccount", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "MemberInvitedEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "MemberInvitedEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "MemberInvitedEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "controllerAccount_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "controllerAccount_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "handle_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "handle_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "invitingMember_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "invitingMember_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "metadata_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "metadata_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newMember_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newMember_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rootAccount_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rootAccount_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "MemberInvitedEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "controllerAccount", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "handle", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "invitingMember", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "metadata", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newMember", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rootAccount", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "MemberInvitedEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "MemberInvitedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "MemberInvitedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "MemberInvitedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "controllerAccount_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "controllerAccount_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "controllerAccount_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "controllerAccount_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "controllerAccount_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "handle_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "handle_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "handle_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "handle_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "handle_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "invitingMember", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "metadata", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MemberMetadataWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newMember", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rootAccount_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rootAccount_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rootAccount_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rootAccount_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rootAccount_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "MemberInvitedEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "MemberMetadata", "description": null, "fields": [ { "name": "about", "description": "Short text chosen by member to share information about themselves", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "avatar", "description": "Avatar data object", "args": [], "type": { "kind": "UNION", "name": "Avatar", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "externalResources", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "MembershipExternalResource", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "member", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "Membership", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "membercreatedeventmetadata", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "MemberCreatedEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "memberinvitedeventmetadata", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "MemberInvitedEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "memberprofileupdatedeventnewMetadata", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "MemberProfileUpdatedEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "membershipboughteventmetadata", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "MembershipBoughtEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "membershipgiftedeventmetadata", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "MembershipGiftedEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": "Member's name", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "MemberMetadataConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "MemberMetadataEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "MemberMetadataCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "about", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "avatar", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "JSONObject", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "MemberMetadataEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "MemberMetadata", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "MemberMetadataOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "about_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "about_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "name_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "name_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "MemberMetadataUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "about", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "avatar", "description": null, "type": { "kind": "SCALAR", "name": "JSONObject", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "MemberMetadataWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "MemberMetadataWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "MemberMetadataWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "MemberMetadataWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "about_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "about_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "about_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "about_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "about_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "avatar_json", "description": null, "type": { "kind": "SCALAR", "name": "JSONObject", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "externalResources_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipExternalResourceWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "externalResources_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipExternalResourceWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "externalResources_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipExternalResourceWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "member", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "membercreatedeventmetadata_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MemberCreatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "membercreatedeventmetadata_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MemberCreatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "membercreatedeventmetadata_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MemberCreatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "memberinvitedeventmetadata_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MemberInvitedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "memberinvitedeventmetadata_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MemberInvitedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "memberinvitedeventmetadata_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MemberInvitedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "memberprofileupdatedeventnewMetadata_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MemberProfileUpdatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "memberprofileupdatedeventnewMetadata_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MemberProfileUpdatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "memberprofileupdatedeventnewMetadata_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MemberProfileUpdatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "membershipboughteventmetadata_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipBoughtEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "membershipboughteventmetadata_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipBoughtEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "membershipboughteventmetadata_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipBoughtEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "membershipgiftedeventmetadata_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipGiftedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "membershipgiftedeventmetadata_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipGiftedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "membershipgiftedeventmetadata_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipGiftedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "name_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "name_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "name_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "name_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "name_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "MemberMetadataWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "MemberProfileUpdatedEvent", "description": null, "fields": [ { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "member", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Membership", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "memberId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "newHandle", "description": "New member handle. Null means no new value was provided.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "newMetadata", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "MemberMetadata", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "newMetadataId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Filtering options for interface implementers", "args": [], "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null }, { "kind": "INTERFACE", "name": "Event", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "MemberProfileUpdatedEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "MemberProfileUpdatedEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "MemberProfileUpdatedEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "member", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newHandle", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newMetadata", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "MemberProfileUpdatedEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "MemberProfileUpdatedEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "MemberProfileUpdatedEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "member_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "member_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newHandle_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newHandle_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newMetadata_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newMetadata_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "MemberProfileUpdatedEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "member", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newHandle", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newMetadata", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "MemberProfileUpdatedEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "MemberProfileUpdatedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "MemberProfileUpdatedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "MemberProfileUpdatedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "member", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newHandle_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newHandle_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newHandle_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newHandle_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newHandle_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newMetadata", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MemberMetadataWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "MemberProfileUpdatedEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "MemberVerificationStatusUpdatedEvent", "description": null, "fields": [ { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isVerified", "description": "New status.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "member", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Membership", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "memberId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Filtering options for interface implementers", "args": [], "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "worker", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Worker", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "workerId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null }, { "kind": "INTERFACE", "name": "Event", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "MemberVerificationStatusUpdatedEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "MemberVerificationStatusUpdatedEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "MemberVerificationStatusUpdatedEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isVerified", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "member", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "worker", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "MemberVerificationStatusUpdatedEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "MemberVerificationStatusUpdatedEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "MemberVerificationStatusUpdatedEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isVerified_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isVerified_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "member_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "member_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "worker_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "worker_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "MemberVerificationStatusUpdatedEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isVerified", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "member", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "worker", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "MemberVerificationStatusUpdatedEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "MemberVerificationStatusUpdatedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "MemberVerificationStatusUpdatedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "MemberVerificationStatusUpdatedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isVerified_eq", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isVerified_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "member", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "worker", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkerWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "MemberVerificationStatusUpdatedEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "MembersByHandleFTSOutput", "description": null, "fields": [ { "name": "highlight", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isTypeOf", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "item", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "UNION", "name": "MembersByHandleSearchResult", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "rank", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "UNION", "name": "MembersByHandleSearchResult", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "Membership", "ofType": null } ] }, { "kind": "OBJECT", "name": "Membership", "description": "Stored information about a registered user", "fields": [ { "name": "auctionbidcanceledeventmember", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "AuctionBidCanceledEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "auctionbidcanceledeventownerMember", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "AuctionBidCanceledEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "auctionbidmadeeventmember", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "AuctionBidMadeEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "auctionbidmadeeventownerMember", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "AuctionBidMadeEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "auctionbidmadeeventpreviousTopBidder", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "AuctionBidMadeEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "auctioncanceledeventownerMember", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "AuctionCanceledEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "auctioninitialOwner", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Auction", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "auctionwinningMember", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Auction", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "bidbidder", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Bid", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "bidmadecompletingauctioneventmember", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BidMadeCompletingAuctionEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "bidmadecompletingauctioneventownerMember", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BidMadeCompletingAuctionEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "bidmadecompletingauctioneventpreviousTopBidder", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BidMadeCompletingAuctionEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "boundAccounts", "description": "Staking accounts bounded to membership.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "bountycontributioncontributor", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BountyContribution", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "bountycreator", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Bounty", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "bountyentryworker", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BountyEntry", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "bountyoracle", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Bounty", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "buynowcanceledeventownerMember", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BuyNowCanceledEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "buynowpriceupdatedeventownerMember", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BuyNowPriceUpdatedEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "channels", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Channel", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "collaboratorInChannels", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Collaborator", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "commentauthor", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Comment", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "commentcreatedeventparentCommentAuthor", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CommentCreatedEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "commentreactedeventreactingMember", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CommentReactedEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "commentreactionmember", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CommentReaction", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "controllerAccount", "description": "Member's controller account id", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "councilCandidacies", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Candidate", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "councilMembers", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CouncilMember", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "englishauctionsettledeventownerMember", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "EnglishAuctionSettledEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "englishauctionsettledeventwinner", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "EnglishAuctionSettledEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "englishauctionstartedeventownerMember", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "EnglishAuctionStartedEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "entry", "description": "How the member was registered", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "UNION", "name": "MembershipEntryMethod", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "externalResources", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "MembershipExternalResource", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "forumpostauthor", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ForumPost", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "forumthreadauthor", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ForumThread", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "handle", "description": "The unique handle chosen by member", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inviteCount", "description": "Current count of invites left to send.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "invitedBy", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "Membership", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "invitedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "invitees", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Membership", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "invitestransferredeventsourceMember", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "InvitesTransferredEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "invitestransferredeventtargetMember", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "InvitesTransferredEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isCouncilMember", "description": "Whether member is elected in the current council.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isFoundingMember", "description": "Whether member is founding member.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isVerified", "description": "Whether member has been verified by membership working group.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "memberBannedFromChannels", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Channel", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "memberBidMadeCompletingAuctionEvents", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BidMadeCompletingAuctionEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "memberEnglishAuctionSettledEvents", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "EnglishAuctionSettledEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "memberOpenAuctionAcceptedBidEvents", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OpenAuctionBidAcceptedEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "memberaccountsupdatedeventmember", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "MemberAccountsUpdatedEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "memberbannedfromchanneleventmember", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "MemberBannedFromChannelEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "membercreatedeventnewMember", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "MemberCreatedEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "memberinvitedeventinvitingMember", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "MemberInvitedEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "memberinvitedeventnewMember", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "MemberInvitedEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "memberprofileupdatedeventmember", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "MemberProfileUpdatedEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "membershipboughteventnewMember", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "MembershipBoughtEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "membershipboughteventreferrer", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "MembershipBoughtEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "membershipgiftedeventnewMember", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "MembershipGiftedEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "memberverificationstatusupdatedeventmember", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "MemberVerificationStatusUpdatedEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "metadata", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "MemberMetadata", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "metadataId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nftCollectorInChannels", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ChannelNftCollectors", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nftboughteventmember", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "NftBoughtEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nftboughteventownerMember", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "NftBoughtEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nftissuedeventownerMember", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "NftIssuedEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nftsellordermadeeventownerMember", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "NftSellOrderMadeEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nftslingedbacktotheoriginalartisteventownerMember", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "NftSlingedBackToTheOriginalArtistEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "offeracceptedeventownerMember", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OfferAcceptedEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "offercanceledeventownerMember", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OfferCanceledEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "offerstartedeventmember", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OfferStartedEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "offerstartedeventownerMember", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OfferStartedEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "openauctionbidacceptedeventownerMember", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OpenAuctionBidAcceptedEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "openauctionbidacceptedeventwinningBidder", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OpenAuctionBidAcceptedEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "openauctionstartedeventownerMember", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OpenAuctionStartedEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "ownedNfts", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OwnedNft", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "postdeletedeventactor", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PostDeletedEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "proposalcreator", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Proposal", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "proposaldiscussionpostauthor", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProposalDiscussionPost", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "proposaldiscussionpostdeletedeventactor", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProposalDiscussionPostDeletedEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "proposaldiscussionthreadmodechangedeventactor", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProposalDiscussionThreadModeChangedEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "proposalvotedeventvoter", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProposalVotedEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "referredBy", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "Membership", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "referredById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "referredMembers", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Membership", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "roles", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Worker", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "rootAccount", "description": "Member's root account id", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "stakingaccountaddedeventmember", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "StakingAccountAddedEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "stakingaccountconfirmedeventmember", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "StakingAccountConfirmedEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "stakingaccountremovedeventmember", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "StakingAccountRemovedEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "videoreactedeventreactingMember", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "VideoReactedEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "videoreactionmember", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "VideoReaction", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "whitelistedIn", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProposalDiscussionWhitelist", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "whitelistedInAuctions", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Auction", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "whitelistedInBounties", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BountyEntrantWhitelist", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "workinggroupapplicationapplicant", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkingGroupApplication", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "MembershipBoughtEvent", "description": null, "fields": [ { "name": "controllerAccount", "description": "New member controller in SS58 encoding.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "handle", "description": "New member handle.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "metadata", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "MemberMetadata", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "metadataId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "newMember", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Membership", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "newMemberId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "referrer", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "Membership", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "referrerId", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "rootAccount", "description": "New member root account in SS58 encoding.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Filtering options for interface implementers", "args": [], "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null }, { "kind": "INTERFACE", "name": "Event", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "MembershipBoughtEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "MembershipBoughtEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "MembershipBoughtEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "controllerAccount", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "handle", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "metadata", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newMember", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "referrer", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rootAccount", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "MembershipBoughtEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "MembershipBoughtEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "MembershipBoughtEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "controllerAccount_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "controllerAccount_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "handle_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "handle_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "metadata_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "metadata_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newMember_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newMember_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "referrer_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "referrer_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rootAccount_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rootAccount_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "MembershipBoughtEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "controllerAccount", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "handle", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "metadata", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newMember", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "referrer", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rootAccount", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "MembershipBoughtEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "MembershipBoughtEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "MembershipBoughtEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "MembershipBoughtEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "controllerAccount_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "controllerAccount_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "controllerAccount_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "controllerAccount_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "controllerAccount_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "handle_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "handle_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "handle_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "handle_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "handle_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "metadata", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MemberMetadataWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newMember", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "referrer", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rootAccount_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rootAccount_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rootAccount_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rootAccount_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rootAccount_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "MembershipBoughtEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "MembershipConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "MembershipEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "MembershipCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "boundAccounts", "description": null, "type": { "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, "isDeprecated": false, "deprecationReason": null }, { "name": "controllerAccount", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "entry", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "JSONObject", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "handle", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inviteCount", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "invitedBy", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isCouncilMember", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isFoundingMember", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isVerified", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "metadata", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "referredBy", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rootAccount", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "MembershipEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Membership", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "MembershipEntryGenesis", "description": null, "fields": [ { "name": "phantom", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "MembershipEntryGifted", "description": null, "fields": [ { "name": "membershipGiftedEvent", "description": "The event the member was gifted in", "args": [], "type": { "kind": "OBJECT", "name": "MembershipGiftedEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "MembershipEntryInvited", "description": null, "fields": [ { "name": "memberInvitedEvent", "description": "The event the member was invited in", "args": [], "type": { "kind": "OBJECT", "name": "MemberInvitedEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "MembershipEntryMemberCreated", "description": null, "fields": [ { "name": "memberCreatedEvent", "description": "The event the member was created in", "args": [], "type": { "kind": "OBJECT", "name": "MemberCreatedEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "UNION", "name": "MembershipEntryMethod", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "MembershipEntryGenesis", "ofType": null }, { "kind": "OBJECT", "name": "MembershipEntryGifted", "ofType": null }, { "kind": "OBJECT", "name": "MembershipEntryInvited", "ofType": null }, { "kind": "OBJECT", "name": "MembershipEntryMemberCreated", "ofType": null }, { "kind": "OBJECT", "name": "MembershipEntryPaid", "ofType": null } ] }, { "kind": "OBJECT", "name": "MembershipEntryPaid", "description": null, "fields": [ { "name": "membershipBoughtEvent", "description": "The event the membership was bought in", "args": [], "type": { "kind": "OBJECT", "name": "MembershipBoughtEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "MembershipExternalResource", "description": null, "fields": [ { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "member", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "Membership", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "memberId", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "memberMetadata", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "MemberMetadata", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "memberMetadataId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "MembershipExternalResourceType", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "value", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "MembershipExternalResourceConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "MembershipExternalResourceEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "MembershipExternalResourceCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "member", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "memberMetadata", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "MembershipExternalResourceType", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "value", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "MembershipExternalResourceEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "MembershipExternalResource", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "MembershipExternalResourceOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "memberMetadata_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "memberMetadata_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "member_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "member_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "type_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "type_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "value_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "value_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "ENUM", "name": "MembershipExternalResourceType", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "DISCORD", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "EMAIL", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "FACEBOOK", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "HYPERLINK", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "IRC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "MATRIX", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "TELEGRAM", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "TWITTER", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "WECHAT", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "WHATSAPP", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "YOUTUBE", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "MembershipExternalResourceUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "member", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "memberMetadata", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": null, "type": { "kind": "ENUM", "name": "MembershipExternalResourceType", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "value", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "MembershipExternalResourceWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "MembershipExternalResourceWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "MembershipExternalResourceWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "MembershipExternalResourceWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "member", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "memberMetadata", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MemberMetadataWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "type_eq", "description": null, "type": { "kind": "ENUM", "name": "MembershipExternalResourceType", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "type_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "MembershipExternalResourceType", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "value_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "value_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "value_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "value_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "value_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "MembershipExternalResourceWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "MembershipGiftedEvent", "description": null, "fields": [ { "name": "controllerAccount", "description": "New member controller in SS58 encoding.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "handle", "description": "New member handle.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "metadata", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "MemberMetadata", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "metadataId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "newMember", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Membership", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "newMemberId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "rootAccount", "description": "New member root account in SS58 encoding.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Filtering options for interface implementers", "args": [], "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null }, { "kind": "INTERFACE", "name": "Event", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "MembershipGiftedEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "MembershipGiftedEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "MembershipGiftedEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "controllerAccount", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "handle", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "metadata", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newMember", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rootAccount", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "MembershipGiftedEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "MembershipGiftedEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "MembershipGiftedEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "controllerAccount_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "controllerAccount_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "handle_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "handle_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "metadata_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "metadata_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newMember_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newMember_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rootAccount_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rootAccount_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "MembershipGiftedEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "controllerAccount", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "handle", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "metadata", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newMember", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rootAccount", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "MembershipGiftedEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "MembershipGiftedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "MembershipGiftedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "MembershipGiftedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "controllerAccount_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "controllerAccount_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "controllerAccount_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "controllerAccount_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "controllerAccount_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "handle_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "handle_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "handle_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "handle_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "handle_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "metadata", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MemberMetadataWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newMember", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rootAccount_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rootAccount_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rootAccount_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rootAccount_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rootAccount_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "MembershipGiftedEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "MembershipOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "controllerAccount_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "controllerAccount_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "handle_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "handle_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inviteCount_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inviteCount_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "invitedBy_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "invitedBy_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isCouncilMember_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isCouncilMember_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isFoundingMember_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isFoundingMember_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isVerified_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isVerified_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "metadata_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "metadata_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "referredBy_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "referredBy_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rootAccount_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rootAccount_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "MembershipPriceUpdatedEvent", "description": null, "fields": [ { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "newPrice", "description": "The new membership price.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Filtering options for interface implementers", "args": [], "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null }, { "kind": "INTERFACE", "name": "Event", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "MembershipPriceUpdatedEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "MembershipPriceUpdatedEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "MembershipPriceUpdatedEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newPrice", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "MembershipPriceUpdatedEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "MembershipPriceUpdatedEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "MembershipPriceUpdatedEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newPrice_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newPrice_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "MembershipPriceUpdatedEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newPrice", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "MembershipPriceUpdatedEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "MembershipPriceUpdatedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "MembershipPriceUpdatedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "MembershipPriceUpdatedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newPrice_eq", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newPrice_gt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newPrice_gte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newPrice_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newPrice_lt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newPrice_lte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "MembershipPriceUpdatedEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "MembershipUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "boundAccounts", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "controllerAccount", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "entry", "description": null, "type": { "kind": "SCALAR", "name": "JSONObject", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "handle", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inviteCount", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "invitedBy", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isCouncilMember", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isFoundingMember", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isVerified", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "metadata", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "referredBy", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rootAccount", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "MembershipWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "MembershipWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "MembershipWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "MembershipWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "auctionbidcanceledeventmember_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "AuctionBidCanceledEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "auctionbidcanceledeventmember_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "AuctionBidCanceledEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "auctionbidcanceledeventmember_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "AuctionBidCanceledEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "auctionbidcanceledeventownerMember_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "AuctionBidCanceledEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "auctionbidcanceledeventownerMember_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "AuctionBidCanceledEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "auctionbidcanceledeventownerMember_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "AuctionBidCanceledEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "auctionbidmadeeventmember_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "AuctionBidMadeEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "auctionbidmadeeventmember_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "AuctionBidMadeEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "auctionbidmadeeventmember_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "AuctionBidMadeEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "auctionbidmadeeventownerMember_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "AuctionBidMadeEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "auctionbidmadeeventownerMember_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "AuctionBidMadeEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "auctionbidmadeeventownerMember_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "AuctionBidMadeEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "auctionbidmadeeventpreviousTopBidder_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "AuctionBidMadeEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "auctionbidmadeeventpreviousTopBidder_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "AuctionBidMadeEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "auctionbidmadeeventpreviousTopBidder_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "AuctionBidMadeEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "auctioncanceledeventownerMember_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "AuctionCanceledEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "auctioncanceledeventownerMember_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "AuctionCanceledEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "auctioncanceledeventownerMember_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "AuctionCanceledEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "auctioninitialOwner_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "AuctionWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "auctioninitialOwner_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "AuctionWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "auctioninitialOwner_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "AuctionWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "auctionwinningMember_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "AuctionWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "auctionwinningMember_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "AuctionWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "auctionwinningMember_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "AuctionWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bidbidder_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BidWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bidbidder_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BidWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bidbidder_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BidWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bidmadecompletingauctioneventmember_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BidMadeCompletingAuctionEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bidmadecompletingauctioneventmember_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BidMadeCompletingAuctionEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bidmadecompletingauctioneventmember_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BidMadeCompletingAuctionEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bidmadecompletingauctioneventownerMember_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BidMadeCompletingAuctionEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bidmadecompletingauctioneventownerMember_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BidMadeCompletingAuctionEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bidmadecompletingauctioneventownerMember_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BidMadeCompletingAuctionEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bidmadecompletingauctioneventpreviousTopBidder_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BidMadeCompletingAuctionEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bidmadecompletingauctioneventpreviousTopBidder_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BidMadeCompletingAuctionEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bidmadecompletingauctioneventpreviousTopBidder_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BidMadeCompletingAuctionEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "boundAccounts_containsAll", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "boundAccounts_containsAny", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "boundAccounts_containsNone", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bountycontributioncontributor_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BountyContributionWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bountycontributioncontributor_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BountyContributionWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bountycontributioncontributor_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BountyContributionWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bountycreator_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BountyWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bountycreator_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BountyWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bountycreator_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BountyWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bountyentryworker_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BountyEntryWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bountyentryworker_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BountyEntryWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bountyentryworker_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BountyEntryWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bountyoracle_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BountyWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bountyoracle_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BountyWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bountyoracle_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BountyWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "buynowcanceledeventownerMember_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BuyNowCanceledEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "buynowcanceledeventownerMember_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BuyNowCanceledEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "buynowcanceledeventownerMember_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BuyNowCanceledEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "buynowpriceupdatedeventownerMember_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BuyNowPriceUpdatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "buynowpriceupdatedeventownerMember_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BuyNowPriceUpdatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "buynowpriceupdatedeventownerMember_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BuyNowPriceUpdatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "channels_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ChannelWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "channels_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ChannelWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "channels_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ChannelWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "collaboratorInChannels_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CollaboratorWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "collaboratorInChannels_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CollaboratorWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "collaboratorInChannels_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CollaboratorWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "commentauthor_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CommentWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "commentauthor_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CommentWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "commentauthor_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CommentWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "commentcreatedeventparentCommentAuthor_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CommentCreatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "commentcreatedeventparentCommentAuthor_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CommentCreatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "commentcreatedeventparentCommentAuthor_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CommentCreatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "commentreactedeventreactingMember_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CommentReactedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "commentreactedeventreactingMember_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CommentReactedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "commentreactedeventreactingMember_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CommentReactedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "commentreactionmember_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CommentReactionWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "commentreactionmember_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CommentReactionWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "commentreactionmember_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CommentReactionWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "controllerAccount_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "controllerAccount_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "controllerAccount_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "controllerAccount_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "controllerAccount_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "councilCandidacies_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CandidateWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "councilCandidacies_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CandidateWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "councilCandidacies_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CandidateWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "councilMembers_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CouncilMemberWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "councilMembers_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CouncilMemberWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "councilMembers_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CouncilMemberWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "englishauctionsettledeventownerMember_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "EnglishAuctionSettledEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "englishauctionsettledeventownerMember_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "EnglishAuctionSettledEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "englishauctionsettledeventownerMember_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "EnglishAuctionSettledEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "englishauctionsettledeventwinner_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "EnglishAuctionSettledEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "englishauctionsettledeventwinner_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "EnglishAuctionSettledEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "englishauctionsettledeventwinner_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "EnglishAuctionSettledEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "englishauctionstartedeventownerMember_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "EnglishAuctionStartedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "englishauctionstartedeventownerMember_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "EnglishAuctionStartedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "englishauctionstartedeventownerMember_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "EnglishAuctionStartedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "entry_json", "description": null, "type": { "kind": "SCALAR", "name": "JSONObject", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "externalResources_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipExternalResourceWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "externalResources_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipExternalResourceWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "externalResources_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipExternalResourceWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "forumpostauthor_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ForumPostWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "forumpostauthor_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ForumPostWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "forumpostauthor_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ForumPostWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "forumthreadauthor_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ForumThreadWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "forumthreadauthor_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ForumThreadWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "forumthreadauthor_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ForumThreadWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "handle_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "handle_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "handle_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "handle_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "handle_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inviteCount_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inviteCount_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inviteCount_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inviteCount_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inviteCount_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inviteCount_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "invitedBy", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "invitees_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "invitees_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "invitees_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "invitestransferredeventsourceMember_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "InvitesTransferredEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "invitestransferredeventsourceMember_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "InvitesTransferredEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "invitestransferredeventsourceMember_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "InvitesTransferredEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "invitestransferredeventtargetMember_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "InvitesTransferredEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "invitestransferredeventtargetMember_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "InvitesTransferredEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "invitestransferredeventtargetMember_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "InvitesTransferredEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isCouncilMember_eq", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isCouncilMember_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isFoundingMember_eq", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isFoundingMember_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isVerified_eq", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isVerified_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "memberBannedFromChannels_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ChannelWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "memberBannedFromChannels_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ChannelWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "memberBannedFromChannels_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ChannelWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "memberBidMadeCompletingAuctionEvents_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BidMadeCompletingAuctionEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "memberBidMadeCompletingAuctionEvents_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BidMadeCompletingAuctionEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "memberBidMadeCompletingAuctionEvents_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BidMadeCompletingAuctionEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "memberEnglishAuctionSettledEvents_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "EnglishAuctionSettledEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "memberEnglishAuctionSettledEvents_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "EnglishAuctionSettledEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "memberEnglishAuctionSettledEvents_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "EnglishAuctionSettledEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "memberOpenAuctionAcceptedBidEvents_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "OpenAuctionBidAcceptedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "memberOpenAuctionAcceptedBidEvents_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "OpenAuctionBidAcceptedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "memberOpenAuctionAcceptedBidEvents_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "OpenAuctionBidAcceptedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "memberaccountsupdatedeventmember_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MemberAccountsUpdatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "memberaccountsupdatedeventmember_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MemberAccountsUpdatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "memberaccountsupdatedeventmember_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MemberAccountsUpdatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "memberbannedfromchanneleventmember_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MemberBannedFromChannelEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "memberbannedfromchanneleventmember_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MemberBannedFromChannelEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "memberbannedfromchanneleventmember_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MemberBannedFromChannelEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "membercreatedeventnewMember_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MemberCreatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "membercreatedeventnewMember_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MemberCreatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "membercreatedeventnewMember_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MemberCreatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "memberinvitedeventinvitingMember_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MemberInvitedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "memberinvitedeventinvitingMember_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MemberInvitedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "memberinvitedeventinvitingMember_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MemberInvitedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "memberinvitedeventnewMember_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MemberInvitedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "memberinvitedeventnewMember_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MemberInvitedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "memberinvitedeventnewMember_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MemberInvitedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "memberprofileupdatedeventmember_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MemberProfileUpdatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "memberprofileupdatedeventmember_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MemberProfileUpdatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "memberprofileupdatedeventmember_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MemberProfileUpdatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "membershipboughteventnewMember_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipBoughtEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "membershipboughteventnewMember_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipBoughtEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "membershipboughteventnewMember_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipBoughtEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "membershipboughteventreferrer_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipBoughtEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "membershipboughteventreferrer_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipBoughtEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "membershipboughteventreferrer_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipBoughtEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "membershipgiftedeventnewMember_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipGiftedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "membershipgiftedeventnewMember_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipGiftedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "membershipgiftedeventnewMember_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipGiftedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "memberverificationstatusupdatedeventmember_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MemberVerificationStatusUpdatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "memberverificationstatusupdatedeventmember_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MemberVerificationStatusUpdatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "memberverificationstatusupdatedeventmember_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MemberVerificationStatusUpdatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "metadata", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MemberMetadataWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "nftCollectorInChannels_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ChannelNftCollectorsWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "nftCollectorInChannels_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ChannelNftCollectorsWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "nftCollectorInChannels_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ChannelNftCollectorsWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "nftboughteventmember_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "NftBoughtEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "nftboughteventmember_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "NftBoughtEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "nftboughteventmember_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "NftBoughtEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "nftboughteventownerMember_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "NftBoughtEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "nftboughteventownerMember_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "NftBoughtEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "nftboughteventownerMember_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "NftBoughtEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "nftissuedeventownerMember_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "NftIssuedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "nftissuedeventownerMember_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "NftIssuedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "nftissuedeventownerMember_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "NftIssuedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "nftsellordermadeeventownerMember_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "NftSellOrderMadeEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "nftsellordermadeeventownerMember_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "NftSellOrderMadeEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "nftsellordermadeeventownerMember_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "NftSellOrderMadeEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "nftslingedbacktotheoriginalartisteventownerMember_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "NftSlingedBackToTheOriginalArtistEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "nftslingedbacktotheoriginalartisteventownerMember_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "NftSlingedBackToTheOriginalArtistEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "nftslingedbacktotheoriginalartisteventownerMember_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "NftSlingedBackToTheOriginalArtistEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "offeracceptedeventownerMember_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "OfferAcceptedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "offeracceptedeventownerMember_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "OfferAcceptedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "offeracceptedeventownerMember_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "OfferAcceptedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "offercanceledeventownerMember_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "OfferCanceledEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "offercanceledeventownerMember_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "OfferCanceledEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "offercanceledeventownerMember_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "OfferCanceledEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "offerstartedeventmember_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "OfferStartedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "offerstartedeventmember_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "OfferStartedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "offerstartedeventmember_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "OfferStartedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "offerstartedeventownerMember_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "OfferStartedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "offerstartedeventownerMember_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "OfferStartedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "offerstartedeventownerMember_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "OfferStartedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "openauctionbidacceptedeventownerMember_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "OpenAuctionBidAcceptedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "openauctionbidacceptedeventownerMember_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "OpenAuctionBidAcceptedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "openauctionbidacceptedeventownerMember_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "OpenAuctionBidAcceptedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "openauctionbidacceptedeventwinningBidder_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "OpenAuctionBidAcceptedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "openauctionbidacceptedeventwinningBidder_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "OpenAuctionBidAcceptedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "openauctionbidacceptedeventwinningBidder_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "OpenAuctionBidAcceptedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "openauctionstartedeventownerMember_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "OpenAuctionStartedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "openauctionstartedeventownerMember_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "OpenAuctionStartedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "openauctionstartedeventownerMember_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "OpenAuctionStartedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownedNfts_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "OwnedNftWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownedNfts_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "OwnedNftWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownedNfts_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "OwnedNftWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "postdeletedeventactor_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "PostDeletedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "postdeletedeventactor_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "PostDeletedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "postdeletedeventactor_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "PostDeletedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "proposalcreator_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ProposalWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "proposalcreator_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ProposalWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "proposalcreator_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ProposalWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "proposaldiscussionpostauthor_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ProposalDiscussionPostWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "proposaldiscussionpostauthor_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ProposalDiscussionPostWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "proposaldiscussionpostauthor_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ProposalDiscussionPostWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "proposaldiscussionpostdeletedeventactor_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ProposalDiscussionPostDeletedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "proposaldiscussionpostdeletedeventactor_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ProposalDiscussionPostDeletedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "proposaldiscussionpostdeletedeventactor_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ProposalDiscussionPostDeletedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "proposaldiscussionthreadmodechangedeventactor_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ProposalDiscussionThreadModeChangedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "proposaldiscussionthreadmodechangedeventactor_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ProposalDiscussionThreadModeChangedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "proposaldiscussionthreadmodechangedeventactor_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ProposalDiscussionThreadModeChangedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "proposalvotedeventvoter_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ProposalVotedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "proposalvotedeventvoter_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ProposalVotedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "proposalvotedeventvoter_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ProposalVotedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "referredBy", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "referredMembers_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "referredMembers_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "referredMembers_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "roles_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkerWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "roles_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkerWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "roles_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkerWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rootAccount_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rootAccount_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rootAccount_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rootAccount_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rootAccount_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakingaccountaddedeventmember_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "StakingAccountAddedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakingaccountaddedeventmember_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "StakingAccountAddedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakingaccountaddedeventmember_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "StakingAccountAddedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakingaccountconfirmedeventmember_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "StakingAccountConfirmedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakingaccountconfirmedeventmember_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "StakingAccountConfirmedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakingaccountconfirmedeventmember_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "StakingAccountConfirmedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakingaccountremovedeventmember_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "StakingAccountRemovedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakingaccountremovedeventmember_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "StakingAccountRemovedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakingaccountremovedeventmember_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "StakingAccountRemovedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videoreactedeventreactingMember_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VideoReactedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videoreactedeventreactingMember_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VideoReactedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videoreactedeventreactingMember_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VideoReactedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videoreactionmember_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VideoReactionWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videoreactionmember_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VideoReactionWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videoreactionmember_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VideoReactionWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "whitelistedInAuctions_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "AuctionWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "whitelistedInAuctions_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "AuctionWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "whitelistedInAuctions_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "AuctionWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "whitelistedInBounties_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BountyEntrantWhitelistWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "whitelistedInBounties_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BountyEntrantWhitelistWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "whitelistedInBounties_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BountyEntrantWhitelistWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "whitelistedIn_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ProposalDiscussionWhitelistWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "whitelistedIn_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ProposalDiscussionWhitelistWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "whitelistedIn_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ProposalDiscussionWhitelistWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "workinggroupapplicationapplicant_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkingGroupApplicationWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "workinggroupapplicationapplicant_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkingGroupApplicationWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "workinggroupapplicationapplicant_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkingGroupApplicationWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "MembershipWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "handle", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "MetaprotocolTransactionErrored", "description": null, "fields": [ { "name": "message", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "UNION", "name": "MetaprotocolTransactionStatus", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "MetaprotocolTransactionErrored", "ofType": null }, { "kind": "OBJECT", "name": "MetaprotocolTransactionSuccessful", "ofType": null } ] }, { "kind": "OBJECT", "name": "MetaprotocolTransactionStatusEvent", "description": null, "fields": [ { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "status", "description": "The status of metaprotocol action", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "UNION", "name": "MetaprotocolTransactionStatus", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Filtering options for interface implementers", "args": [], "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null }, { "kind": "INTERFACE", "name": "Event", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "MetaprotocolTransactionStatusEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "MetaprotocolTransactionStatusEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "MetaprotocolTransactionStatusEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "status", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "JSONObject", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "MetaprotocolTransactionStatusEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "MetaprotocolTransactionStatusEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "MetaprotocolTransactionStatusEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "MetaprotocolTransactionStatusEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "status", "description": null, "type": { "kind": "SCALAR", "name": "JSONObject", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "MetaprotocolTransactionStatusEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "MetaprotocolTransactionStatusEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "MetaprotocolTransactionStatusEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "MetaprotocolTransactionStatusEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "status_json", "description": null, "type": { "kind": "SCALAR", "name": "JSONObject", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "MetaprotocolTransactionStatusEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "MetaprotocolTransactionSuccessful", "description": null, "fields": [ { "name": "commentCreated", "description": "ID of the created comment (if any)", "args": [], "type": { "kind": "OBJECT", "name": "Comment", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "commentDeleted", "description": "ID of the deleted comment (if any)", "args": [], "type": { "kind": "OBJECT", "name": "Comment", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "commentEdited", "description": "ID of the edited comment (if any)", "args": [], "type": { "kind": "OBJECT", "name": "Comment", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "commentModerated", "description": "ID of the moderated comment (if any)", "args": [], "type": { "kind": "OBJECT", "name": "Comment", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "dummy", "description": "Type needs to have at least one non-relation entity. This value is not used.", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "videoCategoryCreated", "description": "ID of the created video category (if any)", "args": [], "type": { "kind": "OBJECT", "name": "Video", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "videoCategoryDeleted", "description": "ID of the delete video category (if any)", "args": [], "type": { "kind": "OBJECT", "name": "Video", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "videoCategoryUpdated", "description": "ID of the updated video category (if any)", "args": [], "type": { "kind": "OBJECT", "name": "Video", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "Mutation", "description": null, "fields": [ { "name": "addVideoView", "description": "Add a single view to the target video's count", "args": [ { "name": "categoryId", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "channelId", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videoId", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "EntityViewsInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "followChannel", "description": "Add a single follow to the target channel", "args": [ { "name": "channelId", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ChannelFollowsInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "reportChannel", "description": "Report a channel", "args": [ { "name": "channelId", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ChannelReportInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "reportVideo", "description": "Report a video", "args": [ { "name": "rationale", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videoId", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "VideoReportInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "setCategoryFeaturedVideos", "description": null, "args": [ { "name": "categoryId", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videos", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "FeaturedVideoInput", "ofType": null } } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "FeaturedVideo", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "setKillSwitch", "description": null, "args": [ { "name": "isKilled", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Admin", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "setVideoHero", "description": null, "args": [ { "name": "newVideoHero", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "VideoHeroInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "VideoHero", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "unfollowChannel", "description": "Remove a single follow from the target channel", "args": [ { "name": "channelId", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ChannelFollowsInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "Network", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "ALEXANDRIA", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "BABYLON", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "GIZA", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OLYMPIA", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ROME", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "NewCandidateEvent", "description": null, "fields": [ { "name": "balance", "description": "Amount of currency to be staked for the candidacy.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "candidate", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Candidate", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "candidateId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "electionRound", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ElectionRound", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "electionRoundId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardAccount", "description": "Candidate's account that will be recieving rewards if candidate's elected.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "stakingAccount", "description": "Candidate's account used to stake currency.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Filtering options for interface implementers", "args": [], "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null }, { "kind": "INTERFACE", "name": "Event", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "NewCandidateEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "NewCandidateEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "NewCandidateEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "balance", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "candidate", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "electionRound", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardAccount", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakingAccount", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "NewCandidateEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "NewCandidateEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "NewCandidateEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "balance_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "balance_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "candidate_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "candidate_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "electionRound_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "electionRound_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardAccount_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardAccount_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakingAccount_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakingAccount_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "NewCandidateEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "balance", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "candidate", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "electionRound", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardAccount", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakingAccount", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "NewCandidateEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "NewCandidateEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "NewCandidateEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "NewCandidateEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "balance_eq", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "balance_gt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "balance_gte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "balance_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "balance_lt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "balance_lte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "candidate", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CandidateWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "electionRound", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ElectionRoundWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardAccount_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardAccount_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardAccount_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardAccount_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardAccount_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakingAccount_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakingAccount_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakingAccount_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakingAccount_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakingAccount_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "NewCandidateEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "NewCouncilElectedEvent", "description": null, "fields": [ { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "electedCouncil", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ElectedCouncil", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "electedCouncilId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Filtering options for interface implementers", "args": [], "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null }, { "kind": "INTERFACE", "name": "Event", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "NewCouncilElectedEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "NewCouncilElectedEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "NewCouncilElectedEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "electedCouncil", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "NewCouncilElectedEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "NewCouncilElectedEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "NewCouncilElectedEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "electedCouncil_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "electedCouncil_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "NewCouncilElectedEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "electedCouncil", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "NewCouncilElectedEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "NewCouncilElectedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "NewCouncilElectedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "NewCouncilElectedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "electedCouncil", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ElectedCouncilWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "NewCouncilElectedEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "NewCouncilNotElectedEvent", "description": null, "fields": [ { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Filtering options for interface implementers", "args": [], "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null }, { "kind": "INTERFACE", "name": "Event", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "NewCouncilNotElectedEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "NewCouncilNotElectedEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "NewCouncilNotElectedEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "NewCouncilNotElectedEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "NewCouncilNotElectedEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "NewCouncilNotElectedEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "NewCouncilNotElectedEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "NewCouncilNotElectedEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "NewCouncilNotElectedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "NewCouncilNotElectedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "NewCouncilNotElectedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "NewCouncilNotElectedEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "NewMissedRewardLevelReachedEvent", "description": null, "fields": [ { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "group", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkingGroup", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "groupId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "newMissedRewardAmount", "description": "New missed reward amount", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Filtering options for interface implementers", "args": [], "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "worker", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Worker", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "workerId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null }, { "kind": "INTERFACE", "name": "Event", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "NewMissedRewardLevelReachedEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "NewMissedRewardLevelReachedEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "NewMissedRewardLevelReachedEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "group", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newMissedRewardAmount", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "worker", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "NewMissedRewardLevelReachedEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "NewMissedRewardLevelReachedEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "NewMissedRewardLevelReachedEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "group_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "group_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newMissedRewardAmount_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newMissedRewardAmount_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "worker_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "worker_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "NewMissedRewardLevelReachedEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "group", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newMissedRewardAmount", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "worker", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "NewMissedRewardLevelReachedEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "NewMissedRewardLevelReachedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "NewMissedRewardLevelReachedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "NewMissedRewardLevelReachedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "group", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkingGroupWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newMissedRewardAmount_eq", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newMissedRewardAmount_gt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newMissedRewardAmount_gte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newMissedRewardAmount_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newMissedRewardAmount_lt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newMissedRewardAmount_lte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "worker", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkerWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "NewMissedRewardLevelReachedEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "NftBoughtEvent", "description": null, "fields": [ { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "member", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Membership", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "memberId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroup", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "CuratorGroup", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroupId", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMember", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "Membership", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMemberId", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "price", "description": "Price for which NFT was bought", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Filtering options for interface implementers", "args": [], "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Video", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "videoId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null }, { "kind": "INTERFACE", "name": "Event", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "NftBoughtEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "NftBoughtEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "NftBoughtEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "member", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroup", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMember", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "price", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "NftBoughtEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "NftBoughtEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "NftBoughtEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "member_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "member_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroup_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroup_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMember_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMember_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "price_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "price_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "NftBoughtEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "member", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroup", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMember", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "price", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "NftBoughtEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "NftBoughtEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "NftBoughtEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "NftBoughtEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "member", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroup", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CuratorGroupWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMember", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "price_eq", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "price_gt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "price_gte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "price_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "price_lt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "price_lte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VideoWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "NftBoughtEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "NftIssuedEvent", "description": null, "fields": [ { "name": "contentActor", "description": "Content actor that issued the NFT.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "UNION", "name": "ContentActor", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "metadata", "description": "NFT's metadata.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroup", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "CuratorGroup", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroupId", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMember", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "Membership", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMemberId", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "royalty", "description": "Royalty for the NFT/video.", "args": [], "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Filtering options for interface implementers", "args": [], "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Video", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "videoCategory", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "VideoCategory", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "videoCategoryId", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "videoId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null }, { "kind": "INTERFACE", "name": "Event", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "NftIssuedEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "NftIssuedEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "NftIssuedEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "contentActor", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "JSONObject", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "metadata", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroup", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMember", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "royalty", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videoCategory", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "NftIssuedEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "NftIssuedEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "NftIssuedEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "metadata_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "metadata_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroup_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroup_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMember_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMember_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "royalty_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "royalty_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videoCategory_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videoCategory_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "NftIssuedEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "contentActor", "description": null, "type": { "kind": "SCALAR", "name": "JSONObject", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "metadata", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroup", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMember", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "royalty", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videoCategory", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "NftIssuedEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "NftIssuedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "NftIssuedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "NftIssuedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "contentActor_json", "description": null, "type": { "kind": "SCALAR", "name": "JSONObject", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "metadata_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "metadata_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "metadata_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "metadata_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "metadata_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroup", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CuratorGroupWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMember", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "royalty_eq", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "royalty_gt", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "royalty_gte", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "royalty_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "royalty_lt", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "royalty_lte", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VideoWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videoCategory", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VideoCategoryWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "NftIssuedEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "NftSellOrderMadeEvent", "description": null, "fields": [ { "name": "contentActor", "description": "Content actor acting as NFT owner.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "UNION", "name": "ContentActor", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroup", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "CuratorGroup", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroupId", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMember", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "Membership", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMemberId", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "price", "description": "Offer's price.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Video", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "videoId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "NftSellOrderMadeEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "NftSellOrderMadeEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "NftSellOrderMadeEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "contentActor", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "JSONObject", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroup", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMember", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "price", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "NftSellOrderMadeEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "NftSellOrderMadeEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "NftSellOrderMadeEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroup_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroup_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMember_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMember_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "price_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "price_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "NftSellOrderMadeEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "contentActor", "description": null, "type": { "kind": "SCALAR", "name": "JSONObject", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroup", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMember", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "price", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "NftSellOrderMadeEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "NftSellOrderMadeEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "NftSellOrderMadeEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "NftSellOrderMadeEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "contentActor_json", "description": null, "type": { "kind": "SCALAR", "name": "JSONObject", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroup", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CuratorGroupWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMember", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "price_eq", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "price_gt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "price_gte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "price_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "price_lt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "price_lte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VideoWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "NftSellOrderMadeEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "NftSlingedBackToTheOriginalArtistEvent", "description": null, "fields": [ { "name": "contentActor", "description": "Content actor who slung back the NFT.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "UNION", "name": "ContentActor", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroup", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "CuratorGroup", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroupId", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMember", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "Membership", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMemberId", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Filtering options for interface implementers", "args": [], "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Video", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "videoId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null }, { "kind": "INTERFACE", "name": "Event", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "NftSlingedBackToTheOriginalArtistEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "NftSlingedBackToTheOriginalArtistEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "NftSlingedBackToTheOriginalArtistEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "contentActor", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "JSONObject", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroup", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMember", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "NftSlingedBackToTheOriginalArtistEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "NftSlingedBackToTheOriginalArtistEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "NftSlingedBackToTheOriginalArtistEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroup_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroup_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMember_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMember_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "NftSlingedBackToTheOriginalArtistEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "contentActor", "description": null, "type": { "kind": "SCALAR", "name": "JSONObject", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroup", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMember", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "NftSlingedBackToTheOriginalArtistEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "NftSlingedBackToTheOriginalArtistEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "NftSlingedBackToTheOriginalArtistEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "NftSlingedBackToTheOriginalArtistEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "contentActor_json", "description": null, "type": { "kind": "SCALAR", "name": "JSONObject", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroup", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CuratorGroupWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMember", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VideoWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "NftSlingedBackToTheOriginalArtistEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "NodeLocationMetadata", "description": null, "fields": [ { "name": "city", "description": "City name", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "coordinates", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "GeoCoordinates", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "coordinatesId", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "countryCode", "description": "ISO 3166-1 alpha-2 country code (2 letters)", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "distributionbucketoperatormetadatanodeLocation", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "DistributionBucketOperatorMetadata", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "storagebucketoperatormetadatanodeLocation", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "StorageBucketOperatorMetadata", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "NodeLocationMetadataConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "NodeLocationMetadataEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "NodeLocationMetadataCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "city", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "coordinates", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "countryCode", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "NodeLocationMetadataEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "NodeLocationMetadata", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "NodeLocationMetadataOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "city_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "city_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "coordinates_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "coordinates_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "countryCode_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "countryCode_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "NodeLocationMetadataUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "city", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "coordinates", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "countryCode", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "NodeLocationMetadataWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "NodeLocationMetadataWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "NodeLocationMetadataWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "NodeLocationMetadataWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "city_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "city_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "city_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "city_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "city_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "coordinates", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "GeoCoordinatesWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "countryCode_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "countryCode_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "countryCode_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "countryCode_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "countryCode_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "distributionbucketoperatormetadatanodeLocation_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "DistributionBucketOperatorMetadataWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "distributionbucketoperatormetadatanodeLocation_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "DistributionBucketOperatorMetadataWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "distributionbucketoperatormetadatanodeLocation_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "DistributionBucketOperatorMetadataWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "storagebucketoperatormetadatanodeLocation_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "StorageBucketOperatorMetadataWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "storagebucketoperatormetadatanodeLocation_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "StorageBucketOperatorMetadataWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "storagebucketoperatormetadatanodeLocation_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "StorageBucketOperatorMetadataWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "NodeLocationMetadataWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "NotEnoughCandidatesEvent", "description": null, "fields": [ { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Filtering options for interface implementers", "args": [], "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null }, { "kind": "INTERFACE", "name": "Event", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "NotEnoughCandidatesEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "NotEnoughCandidatesEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "NotEnoughCandidatesEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "NotEnoughCandidatesEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "NotEnoughCandidatesEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "NotEnoughCandidatesEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "NotEnoughCandidatesEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "NotEnoughCandidatesEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "NotEnoughCandidatesEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "NotEnoughCandidatesEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "NotEnoughCandidatesEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "NotEnoughCandidatesEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "OfferAcceptedEvent", "description": null, "fields": [ { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroup", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "CuratorGroup", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroupId", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMember", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "Membership", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMemberId", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "price", "description": "Price for which the NFT was bought", "args": [], "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Filtering options for interface implementers", "args": [], "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Video", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "videoId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null }, { "kind": "INTERFACE", "name": "Event", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "OfferAcceptedEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OfferAcceptedEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "OfferAcceptedEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroup", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMember", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "price", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "OfferAcceptedEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OfferAcceptedEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "OfferAcceptedEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroup_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroup_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMember_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMember_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "price_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "price_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "OfferAcceptedEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroup", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMember", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "price", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "OfferAcceptedEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "OfferAcceptedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "OfferAcceptedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "OfferAcceptedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroup", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CuratorGroupWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMember", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "price_eq", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "price_gt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "price_gte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "price_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "price_lt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "price_lte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VideoWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "OfferAcceptedEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "OfferCanceledEvent", "description": null, "fields": [ { "name": "contentActor", "description": "Content actor acting as NFT owner.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "UNION", "name": "ContentActor", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroup", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "CuratorGroup", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroupId", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMember", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "Membership", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMemberId", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Filtering options for interface implementers", "args": [], "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Video", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "videoId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null }, { "kind": "INTERFACE", "name": "Event", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "OfferCanceledEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OfferCanceledEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "OfferCanceledEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "contentActor", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "JSONObject", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroup", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMember", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "OfferCanceledEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OfferCanceledEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "OfferCanceledEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroup_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroup_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMember_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMember_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "OfferCanceledEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "contentActor", "description": null, "type": { "kind": "SCALAR", "name": "JSONObject", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroup", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMember", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "OfferCanceledEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "OfferCanceledEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "OfferCanceledEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "OfferCanceledEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "contentActor_json", "description": null, "type": { "kind": "SCALAR", "name": "JSONObject", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroup", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CuratorGroupWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMember", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VideoWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "OfferCanceledEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "OfferStartedEvent", "description": null, "fields": [ { "name": "contentActor", "description": "Content actor acting as NFT owner.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "UNION", "name": "ContentActor", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "member", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Membership", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "memberId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroup", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "CuratorGroup", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroupId", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMember", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "Membership", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMemberId", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "price", "description": "Offer's price.", "args": [], "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Filtering options for interface implementers", "args": [], "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Video", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "videoId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null }, { "kind": "INTERFACE", "name": "Event", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "OfferStartedEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OfferStartedEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "OfferStartedEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "contentActor", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "JSONObject", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "member", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroup", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMember", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "price", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "OfferStartedEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OfferStartedEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "OfferStartedEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "member_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "member_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroup_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroup_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMember_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMember_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "price_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "price_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "OfferStartedEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "contentActor", "description": null, "type": { "kind": "SCALAR", "name": "JSONObject", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "member", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroup", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMember", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "price", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "OfferStartedEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "OfferStartedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "OfferStartedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "OfferStartedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "contentActor_json", "description": null, "type": { "kind": "SCALAR", "name": "JSONObject", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "member", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroup", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CuratorGroupWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMember", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "price_eq", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "price_gt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "price_gte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "price_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "price_lt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "price_lte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VideoWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "OfferStartedEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "OpenAuctionBidAcceptedEvent", "description": null, "fields": [ { "name": "bidders", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Membership", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "contentActor", "description": "Content actor that accepted the bid.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "UNION", "name": "ContentActor", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroup", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "CuratorGroup", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroupId", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMember", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "Membership", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMemberId", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Filtering options for interface implementers", "args": [], "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Video", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "videoId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "winningBid", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "Bid", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "winningBidId", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "winningBidder", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "Membership", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "winningBidderId", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null }, { "kind": "INTERFACE", "name": "Event", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "OpenAuctionBidAcceptedEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OpenAuctionBidAcceptedEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "OpenAuctionBidAcceptedEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "contentActor", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "JSONObject", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroup", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMember", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "winningBid", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "winningBidder", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "OpenAuctionBidAcceptedEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OpenAuctionBidAcceptedEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "OpenAuctionBidAcceptedEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroup_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroup_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMember_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMember_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "winningBid_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "winningBid_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "winningBidder_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "winningBidder_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "OpenAuctionBidAcceptedEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "contentActor", "description": null, "type": { "kind": "SCALAR", "name": "JSONObject", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroup", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMember", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "winningBid", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "winningBidder", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "OpenAuctionBidAcceptedEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "OpenAuctionBidAcceptedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "OpenAuctionBidAcceptedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "OpenAuctionBidAcceptedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bidders_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bidders_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bidders_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "contentActor_json", "description": null, "type": { "kind": "SCALAR", "name": "JSONObject", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroup", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CuratorGroupWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMember", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VideoWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "winningBid", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BidWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "winningBidder", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "OpenAuctionBidAcceptedEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "OpenAuctionStartedEvent", "description": null, "fields": [ { "name": "actor", "description": "Actor that started this auction.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "UNION", "name": "ContentActor", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "auction", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Auction", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "auctionId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroup", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "CuratorGroup", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroupId", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMember", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "Membership", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMemberId", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Filtering options for interface implementers", "args": [], "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Video", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "videoId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null }, { "kind": "INTERFACE", "name": "Event", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "OpenAuctionStartedEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OpenAuctionStartedEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "OpenAuctionStartedEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "actor", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "JSONObject", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "auction", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroup", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMember", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "OpenAuctionStartedEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OpenAuctionStartedEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "OpenAuctionStartedEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "auction_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "auction_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroup_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroup_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMember_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMember_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "OpenAuctionStartedEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "actor", "description": null, "type": { "kind": "SCALAR", "name": "JSONObject", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "auction", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroup", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMember", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "OpenAuctionStartedEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "OpenAuctionStartedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "OpenAuctionStartedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "OpenAuctionStartedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "actor_json", "description": null, "type": { "kind": "SCALAR", "name": "JSONObject", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "auction", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "AuctionWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroup", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CuratorGroupWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMember", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VideoWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "OpenAuctionStartedEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "OpeningAddedEvent", "description": null, "fields": [ { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "group", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkingGroup", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "groupId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "opening", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkingGroupOpening", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "openingId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Filtering options for interface implementers", "args": [], "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null }, { "kind": "INTERFACE", "name": "Event", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "OpeningAddedEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OpeningAddedEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "OpeningAddedEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "group", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "opening", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "OpeningAddedEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OpeningAddedEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "OpeningAddedEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "group_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "group_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "opening_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "opening_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "OpeningAddedEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "group", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "opening", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "OpeningAddedEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "OpeningAddedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "OpeningAddedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "OpeningAddedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "group", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkingGroupWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "opening", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkingGroupOpeningWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "OpeningAddedEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "OpeningCanceledEvent", "description": null, "fields": [ { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "group", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkingGroup", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "groupId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "opening", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkingGroupOpening", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "openingId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Filtering options for interface implementers", "args": [], "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null }, { "kind": "INTERFACE", "name": "Event", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "OpeningCanceledEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OpeningCanceledEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "OpeningCanceledEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "group", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "opening", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "OpeningCanceledEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OpeningCanceledEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "OpeningCanceledEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "group_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "group_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "opening_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "opening_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "OpeningCanceledEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "group", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "opening", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "OpeningCanceledEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "OpeningCanceledEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "OpeningCanceledEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "OpeningCanceledEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "group", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkingGroupWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "opening", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkingGroupOpeningWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "OpeningCanceledEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "OpeningFilledEvent", "description": null, "fields": [ { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "group", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkingGroup", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "groupId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "opening", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkingGroupOpening", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "openingId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Filtering options for interface implementers", "args": [], "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "workersHired", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Worker", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null }, { "kind": "INTERFACE", "name": "Event", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "OpeningFilledEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OpeningFilledEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "OpeningFilledEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "group", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "opening", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "OpeningFilledEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OpeningFilledEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "OpeningFilledEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "group_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "group_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "opening_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "opening_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "OpeningFilledEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "group", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "opening", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "OpeningFilledEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "OpeningFilledEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "OpeningFilledEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "OpeningFilledEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "group", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkingGroupWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "opening", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkingGroupOpeningWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "workersHired_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkerWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "workersHired_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkerWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "workersHired_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkerWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "OpeningFilledEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "OpeningStatusCancelled", "description": null, "fields": [ { "name": "openingCanceledEvent", "description": "Related event emitted on opening cancellation", "args": [], "type": { "kind": "OBJECT", "name": "OpeningCanceledEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "OpeningStatusFilled", "description": null, "fields": [ { "name": "openingFilledEvent", "description": "Related event emitted after filling the opening", "args": [], "type": { "kind": "OBJECT", "name": "OpeningFilledEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "OpeningStatusOpen", "description": null, "fields": [ { "name": "phantom", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "OracleJudgmentSubmittedEvent", "description": null, "fields": [ { "name": "bounty", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Bounty", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "bountyId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale", "description": "Rationale of the judgment", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Filtering options for interface implementers", "args": [], "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null }, { "kind": "INTERFACE", "name": "Event", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "OracleJudgmentSubmittedEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OracleJudgmentSubmittedEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "OracleJudgmentSubmittedEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "bounty", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "OracleJudgmentSubmittedEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OracleJudgmentSubmittedEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "OracleJudgmentSubmittedEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "bounty_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bounty_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "OracleJudgmentSubmittedEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "bounty", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "OracleJudgmentSubmittedEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "OracleJudgmentSubmittedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "OracleJudgmentSubmittedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "OracleJudgmentSubmittedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bounty", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BountyWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "OracleJudgmentSubmittedEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "OwnedNft", "description": "Represents NFT details", "fields": [ { "name": "auctions", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Auction", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "bids", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Bid", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "creatorChannel", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Channel", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "creatorChannelId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "creatorRoyalty", "description": "Creator royalty", "args": [], "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isOwnedByChannel", "description": "Is NFT owned by channel", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "lastSaleDate", "description": "NFT's last sale date (if any)", "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "lastSalePrice", "description": "NFT's last sale price (if any)", "args": [], "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "metadata", "description": "NFT's metadata", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroup", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "CuratorGroup", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroupId", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMember", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "Membership", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMemberId", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "transactionalStatus", "description": "NFT's non-auction transactional status (if any)", "args": [], "type": { "kind": "UNION", "name": "TransactionalStatus", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "transactionalStatusAuction", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "Auction", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "transactionalStatusAuctionId", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "transactionalStatusUpdates", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TransactionalStatusUpdate", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Video", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "videoCategory", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "VideoCategory", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "videoCategoryId", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "OwnedNftConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OwnedNftEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "OwnedNftCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "creatorChannel", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "creatorRoyalty", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isOwnedByChannel", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "lastSaleDate", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "lastSalePrice", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "metadata", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroup", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMember", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "transactionalStatus", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "JSONObject", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "transactionalStatusAuction", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videoCategory", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "OwnedNftEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OwnedNft", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "OwnedNftOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "creatorChannel_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "creatorChannel_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "creatorRoyalty_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "creatorRoyalty_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isOwnedByChannel_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isOwnedByChannel_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "lastSaleDate_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "lastSaleDate_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "lastSalePrice_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "lastSalePrice_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "metadata_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "metadata_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroup_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroup_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMember_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMember_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "transactionalStatusAuction_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "transactionalStatusAuction_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videoCategory_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videoCategory_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "OwnedNftUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "creatorChannel", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "creatorRoyalty", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isOwnedByChannel", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "lastSaleDate", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "lastSalePrice", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "metadata", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroup", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMember", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "transactionalStatus", "description": null, "type": { "kind": "SCALAR", "name": "JSONObject", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "transactionalStatusAuction", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videoCategory", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "OwnedNftWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "OwnedNftWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "OwnedNftWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "OwnedNftWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "auctions_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "AuctionWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "auctions_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "AuctionWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "auctions_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "AuctionWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bids_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BidWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bids_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BidWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bids_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BidWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "creatorChannel", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ChannelWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "creatorRoyalty_eq", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "creatorRoyalty_gt", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "creatorRoyalty_gte", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "creatorRoyalty_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "creatorRoyalty_lt", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "creatorRoyalty_lte", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isOwnedByChannel_eq", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isOwnedByChannel_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "lastSaleDate_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "lastSaleDate_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "lastSaleDate_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "lastSaleDate_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "lastSaleDate_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "lastSalePrice_eq", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "lastSalePrice_gt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "lastSalePrice_gte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "lastSalePrice_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "lastSalePrice_lt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "lastSalePrice_lte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "metadata_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "metadata_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "metadata_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "metadata_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "metadata_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerCuratorGroup", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CuratorGroupWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ownerMember", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "transactionalStatusAuction", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "AuctionWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "transactionalStatusUpdates_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "TransactionalStatusUpdateWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "transactionalStatusUpdates_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "TransactionalStatusUpdateWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "transactionalStatusUpdates_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "TransactionalStatusUpdateWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "transactionalStatus_json", "description": null, "type": { "kind": "SCALAR", "name": "JSONObject", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VideoWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videoCategory", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VideoCategoryWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "OwnedNftWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "PageInfo", "description": null, "fields": [ { "name": "endCursor", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "hasNextPage", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "hasPreviousPage", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "startCursor", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "PostAddedEvent", "description": null, "fields": [ { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isEditable", "description": "Whether the added post is editable", "args": [], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "post", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ForumPost", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "postId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "text", "description": "Post's original text", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Filtering options for interface implementers", "args": [], "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null }, { "kind": "INTERFACE", "name": "Event", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "PostAddedEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PostAddedEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "PostAddedEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isEditable", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "post", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "text", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "PostAddedEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PostAddedEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "PostAddedEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isEditable_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isEditable_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "post_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "post_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "text_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "text_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "PostAddedEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isEditable", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "post", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "text", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "PostAddedEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "PostAddedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "PostAddedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "PostAddedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isEditable_eq", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isEditable_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "post", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ForumPostWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "text_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "text_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "text_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "text_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "text_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "PostAddedEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "PostDeletedEvent", "description": null, "fields": [ { "name": "actor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Membership", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "posts", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ForumPost", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale", "description": "Posts deletion rationale", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Filtering options for interface implementers", "args": [], "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null }, { "kind": "INTERFACE", "name": "Event", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "PostDeletedEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PostDeletedEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "PostDeletedEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "actor", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "PostDeletedEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PostDeletedEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "PostDeletedEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "actor_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "actor_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "PostDeletedEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "actor", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "PostDeletedEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "PostDeletedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "PostDeletedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "PostDeletedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "actor", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "posts_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ForumPostWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "posts_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ForumPostWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "posts_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ForumPostWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "PostDeletedEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "PostModeratedEvent", "description": null, "fields": [ { "name": "actor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Worker", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "post", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ForumPost", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "postId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale", "description": "The rationale behind the moderation", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Filtering options for interface implementers", "args": [], "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null }, { "kind": "INTERFACE", "name": "Event", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "PostModeratedEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PostModeratedEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "PostModeratedEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "actor", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "post", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "PostModeratedEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PostModeratedEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "PostModeratedEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "actor_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "actor_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "post_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "post_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "PostModeratedEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "actor", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "post", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "PostModeratedEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "PostModeratedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "PostModeratedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "PostModeratedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "actor", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkerWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "post", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ForumPostWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "PostModeratedEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "UNION", "name": "PostOrigin", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "PostOriginThreadInitial", "ofType": null }, { "kind": "OBJECT", "name": "PostOriginThreadReply", "ofType": null } ] }, { "kind": "OBJECT", "name": "PostOriginThreadInitial", "description": null, "fields": [ { "name": "threadCreatedEvent", "description": "Thread creation event", "args": [], "type": { "kind": "OBJECT", "name": "ThreadCreatedEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "PostOriginThreadReply", "description": null, "fields": [ { "name": "postAddedEvent", "description": "Related PostAdded event", "args": [], "type": { "kind": "OBJECT", "name": "PostAddedEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "UNION", "name": "PostStatus", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "PostStatusActive", "ofType": null }, { "kind": "OBJECT", "name": "PostStatusLocked", "ofType": null }, { "kind": "OBJECT", "name": "PostStatusModerated", "ofType": null }, { "kind": "OBJECT", "name": "PostStatusRemoved", "ofType": null } ] }, { "kind": "OBJECT", "name": "PostStatusActive", "description": null, "fields": [ { "name": "phantom", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "PostStatusLocked", "description": null, "fields": [ { "name": "postDeletedEvent", "description": "Post deleted event in case the post became locked through runtime removal", "args": [], "type": { "kind": "OBJECT", "name": "PostDeletedEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "PostStatusModerated", "description": null, "fields": [ { "name": "postModeratedEvent", "description": "Event the post was moderated in", "args": [], "type": { "kind": "OBJECT", "name": "PostModeratedEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "PostStatusRemoved", "description": null, "fields": [ { "name": "postDeletedEvent", "description": "Event the post was removed in", "args": [], "type": { "kind": "OBJECT", "name": "PostDeletedEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "PostTextUpdatedEvent", "description": null, "fields": [ { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "newText", "description": "New post text", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "post", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ForumPost", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "postId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Filtering options for interface implementers", "args": [], "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null }, { "kind": "INTERFACE", "name": "Event", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "PostTextUpdatedEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PostTextUpdatedEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "PostTextUpdatedEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newText", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "post", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "PostTextUpdatedEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PostTextUpdatedEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "PostTextUpdatedEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newText_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newText_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "post_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "post_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "PostTextUpdatedEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newText", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "post", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "PostTextUpdatedEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "PostTextUpdatedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "PostTextUpdatedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "PostTextUpdatedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newText_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newText_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newText_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newText_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newText_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "post", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ForumPostWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "PostTextUpdatedEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "PostsByTextFTSOutput", "description": null, "fields": [ { "name": "highlight", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isTypeOf", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "item", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "UNION", "name": "PostsByTextSearchResult", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "rank", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "UNION", "name": "PostsByTextSearchResult", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "ForumPost", "ofType": null } ] }, { "kind": "OBJECT", "name": "ProcessorState", "description": null, "fields": [ { "name": "chainHead", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexerHead", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "lastCompleteBlock", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "lastProcessedEvent", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "Proposal", "description": null, "fields": [ { "name": "councilApprovals", "description": "How many prior councils have already approved the proposal (starts with 0)", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdInEvent", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProposalCreatedEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "creator", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Membership", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "creatorId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "description", "description": "Proposal description", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "details", "description": "Proposal details depending on proposal type", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "UNION", "name": "ProposalDetails", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "discussionThread", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProposalDiscussionThread", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "exactExecutionBlock", "description": "Exact block number the proposal is supposed to be executed at (if specified)", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isFinalized", "description": "If true then the proposal status is final and will not change form this point", "args": [], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "proposalStatusUpdates", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProposalStatusUpdatedEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "proposalcancelledeventproposal", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProposalCancelledEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "proposaldecisionmadeeventproposal", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProposalDecisionMadeEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "proposalexecutedeventproposal", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProposalExecutedEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "stakingAccount", "description": "Staking account with proposal stake (in case a stake is required)", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "status", "description": "Current proposal status", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "UNION", "name": "ProposalStatus", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "statusSetAtBlock", "description": "Number of the block the current status was set at", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "statusSetAtTime", "description": "Time the current status was set at (based on block timestamp)", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "title", "description": "Proposal title", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "votes", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProposalVotedEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ProposalCancelledEvent", "description": null, "fields": [ { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "proposal", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Proposal", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "proposalId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Filtering options for interface implementers", "args": [], "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null }, { "kind": "INTERFACE", "name": "Event", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ProposalCancelledEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProposalCancelledEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ProposalCancelledEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "proposal", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ProposalCancelledEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProposalCancelledEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "ProposalCancelledEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "proposal_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "proposal_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ProposalCancelledEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "proposal", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ProposalCancelledEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ProposalCancelledEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ProposalCancelledEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ProposalCancelledEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "proposal", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ProposalWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ProposalCancelledEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ProposalConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProposalEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ProposalCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "councilApprovals", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "creator", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "description", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "details", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "JSONObject", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "exactExecutionBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isFinalized", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakingAccount", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "status", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "JSONObject", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "statusSetAtBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "statusSetAtTime", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "title", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ProposalCreatedEvent", "description": null, "fields": [ { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "proposal", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Proposal", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "proposalId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Filtering options for interface implementers", "args": [], "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null }, { "kind": "INTERFACE", "name": "Event", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ProposalCreatedEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProposalCreatedEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ProposalCreatedEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "proposal", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ProposalCreatedEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProposalCreatedEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "ProposalCreatedEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "proposal_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "proposal_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ProposalCreatedEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "proposal", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ProposalCreatedEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ProposalCreatedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ProposalCreatedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ProposalCreatedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "proposal", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ProposalWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ProposalCreatedEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ProposalDecisionMadeEvent", "description": null, "fields": [ { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "decisionStatus", "description": "The voting decision status", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "UNION", "name": "ProposalDecisionStatus", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "proposal", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Proposal", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "proposalId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Filtering options for interface implementers", "args": [], "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null }, { "kind": "INTERFACE", "name": "Event", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ProposalDecisionMadeEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProposalDecisionMadeEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ProposalDecisionMadeEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "decisionStatus", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "JSONObject", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "proposal", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ProposalDecisionMadeEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProposalDecisionMadeEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "ProposalDecisionMadeEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "proposal_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "proposal_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ProposalDecisionMadeEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "decisionStatus", "description": null, "type": { "kind": "SCALAR", "name": "JSONObject", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "proposal", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ProposalDecisionMadeEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ProposalDecisionMadeEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ProposalDecisionMadeEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ProposalDecisionMadeEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "decisionStatus_json", "description": null, "type": { "kind": "SCALAR", "name": "JSONObject", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "proposal", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ProposalWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ProposalDecisionMadeEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "UNION", "name": "ProposalDecisionStatus", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "ProposalStatusCanceledByRuntime", "ofType": null }, { "kind": "OBJECT", "name": "ProposalStatusCancelled", "ofType": null }, { "kind": "OBJECT", "name": "ProposalStatusDormant", "ofType": null }, { "kind": "OBJECT", "name": "ProposalStatusExpired", "ofType": null }, { "kind": "OBJECT", "name": "ProposalStatusGracing", "ofType": null }, { "kind": "OBJECT", "name": "ProposalStatusRejected", "ofType": null }, { "kind": "OBJECT", "name": "ProposalStatusSlashed", "ofType": null }, { "kind": "OBJECT", "name": "ProposalStatusVetoed", "ofType": null } ] }, { "kind": "UNION", "name": "ProposalDetails", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "AmendConstitutionProposalDetails", "ofType": null }, { "kind": "OBJECT", "name": "CancelWorkingGroupLeadOpeningProposalDetails", "ofType": null }, { "kind": "OBJECT", "name": "CreateWorkingGroupLeadOpeningProposalDetails", "ofType": null }, { "kind": "OBJECT", "name": "DecreaseWorkingGroupLeadStakeProposalDetails", "ofType": null }, { "kind": "OBJECT", "name": "FillWorkingGroupLeadOpeningProposalDetails", "ofType": null }, { "kind": "OBJECT", "name": "FundingRequestProposalDetails", "ofType": null }, { "kind": "OBJECT", "name": "RuntimeUpgradeProposalDetails", "ofType": null }, { "kind": "OBJECT", "name": "SetCouncilBudgetIncrementProposalDetails", "ofType": null }, { "kind": "OBJECT", "name": "SetCouncilorRewardProposalDetails", "ofType": null }, { "kind": "OBJECT", "name": "SetInitialInvitationBalanceProposalDetails", "ofType": null }, { "kind": "OBJECT", "name": "SetInitialInvitationCountProposalDetails", "ofType": null }, { "kind": "OBJECT", "name": "SetMaxValidatorCountProposalDetails", "ofType": null }, { "kind": "OBJECT", "name": "SetMembershipLeadInvitationQuotaProposalDetails", "ofType": null }, { "kind": "OBJECT", "name": "SetMembershipPriceProposalDetails", "ofType": null }, { "kind": "OBJECT", "name": "SetReferralCutProposalDetails", "ofType": null }, { "kind": "OBJECT", "name": "SetWorkingGroupLeadRewardProposalDetails", "ofType": null }, { "kind": "OBJECT", "name": "SignalProposalDetails", "ofType": null }, { "kind": "OBJECT", "name": "SlashWorkingGroupLeadProposalDetails", "ofType": null }, { "kind": "OBJECT", "name": "TerminateWorkingGroupLeadProposalDetails", "ofType": null }, { "kind": "OBJECT", "name": "UpdateWorkingGroupBudgetProposalDetails", "ofType": null }, { "kind": "OBJECT", "name": "VetoProposalDetails", "ofType": null } ] }, { "kind": "OBJECT", "name": "ProposalDiscussionPost", "description": null, "fields": [ { "name": "author", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Membership", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "authorId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdInEvent", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProposalDiscussionPostCreatedEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "discussionThread", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProposalDiscussionThread", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "discussionThreadId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isVisible", "description": "True if the post is either Active or Locked", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "proposaldiscussionpostdeletedeventpost", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProposalDiscussionPostDeletedEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "proposaldiscussionpostrepliesTo", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProposalDiscussionPost", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "repliesTo", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "ProposalDiscussionPost", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "repliesToId", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "status", "description": "Current post status", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "UNION", "name": "ProposalDiscussionPostStatus", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "text", "description": "Post's md-formatted text", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updates", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProposalDiscussionPostUpdatedEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ProposalDiscussionPostConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProposalDiscussionPostEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ProposalDiscussionPostCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "author", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "discussionThread", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isVisible", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "repliesTo", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "status", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "JSONObject", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "text", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ProposalDiscussionPostCreatedEvent", "description": null, "fields": [ { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "post", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProposalDiscussionPost", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "postId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "text", "description": "Initial post text", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Filtering options for interface implementers", "args": [], "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null }, { "kind": "INTERFACE", "name": "Event", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ProposalDiscussionPostCreatedEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProposalDiscussionPostCreatedEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ProposalDiscussionPostCreatedEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "post", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "text", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ProposalDiscussionPostCreatedEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProposalDiscussionPostCreatedEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "ProposalDiscussionPostCreatedEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "post_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "post_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "text_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "text_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ProposalDiscussionPostCreatedEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "post", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "text", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ProposalDiscussionPostCreatedEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ProposalDiscussionPostCreatedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ProposalDiscussionPostCreatedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ProposalDiscussionPostCreatedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "post", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ProposalDiscussionPostWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "text_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "text_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "text_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "text_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "text_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ProposalDiscussionPostCreatedEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ProposalDiscussionPostDeletedEvent", "description": null, "fields": [ { "name": "actor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Membership", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "post", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProposalDiscussionPost", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "postId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Filtering options for interface implementers", "args": [], "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null }, { "kind": "INTERFACE", "name": "Event", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ProposalDiscussionPostDeletedEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProposalDiscussionPostDeletedEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ProposalDiscussionPostDeletedEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "actor", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "post", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ProposalDiscussionPostDeletedEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProposalDiscussionPostDeletedEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "ProposalDiscussionPostDeletedEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "actor_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "actor_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "post_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "post_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ProposalDiscussionPostDeletedEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "actor", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "post", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ProposalDiscussionPostDeletedEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ProposalDiscussionPostDeletedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ProposalDiscussionPostDeletedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ProposalDiscussionPostDeletedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "actor", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "post", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ProposalDiscussionPostWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ProposalDiscussionPostDeletedEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ProposalDiscussionPostEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProposalDiscussionPost", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "ProposalDiscussionPostOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "author_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "author_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "discussionThread_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "discussionThread_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isVisible_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isVisible_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "repliesTo_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "repliesTo_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "text_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "text_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "UNION", "name": "ProposalDiscussionPostStatus", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "ProposalDiscussionPostStatusActive", "ofType": null }, { "kind": "OBJECT", "name": "ProposalDiscussionPostStatusLocked", "ofType": null }, { "kind": "OBJECT", "name": "ProposalDiscussionPostStatusRemoved", "ofType": null } ] }, { "kind": "OBJECT", "name": "ProposalDiscussionPostStatusActive", "description": null, "fields": [ { "name": "phantom", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ProposalDiscussionPostStatusLocked", "description": null, "fields": [ { "name": "deletedInEvent", "description": "ProposalDiscussionPostDeletedEvent in case the post became locked through runtime removal", "args": [], "type": { "kind": "OBJECT", "name": "ProposalDiscussionPostDeletedEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ProposalDiscussionPostStatusRemoved", "description": null, "fields": [ { "name": "deletedInEvent", "description": "The event the post was removed in", "args": [], "type": { "kind": "OBJECT", "name": "ProposalDiscussionPostDeletedEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ProposalDiscussionPostUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "author", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "discussionThread", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isVisible", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "repliesTo", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "status", "description": null, "type": { "kind": "SCALAR", "name": "JSONObject", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "text", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ProposalDiscussionPostUpdatedEvent", "description": null, "fields": [ { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "post", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProposalDiscussionPost", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "postId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "text", "description": "New post text", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Filtering options for interface implementers", "args": [], "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null }, { "kind": "INTERFACE", "name": "Event", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ProposalDiscussionPostUpdatedEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProposalDiscussionPostUpdatedEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ProposalDiscussionPostUpdatedEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "post", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "text", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ProposalDiscussionPostUpdatedEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProposalDiscussionPostUpdatedEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "ProposalDiscussionPostUpdatedEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "post_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "post_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "text_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "text_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ProposalDiscussionPostUpdatedEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "post", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "text", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ProposalDiscussionPostUpdatedEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ProposalDiscussionPostUpdatedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ProposalDiscussionPostUpdatedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ProposalDiscussionPostUpdatedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "post", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ProposalDiscussionPostWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "text_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "text_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "text_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "text_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "text_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ProposalDiscussionPostUpdatedEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ProposalDiscussionPostWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ProposalDiscussionPostWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ProposalDiscussionPostWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ProposalDiscussionPostWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "author", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdInEvent", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ProposalDiscussionPostCreatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "discussionThread", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ProposalDiscussionThreadWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isVisible_eq", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isVisible_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "proposaldiscussionpostdeletedeventpost_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ProposalDiscussionPostDeletedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "proposaldiscussionpostdeletedeventpost_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ProposalDiscussionPostDeletedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "proposaldiscussionpostdeletedeventpost_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ProposalDiscussionPostDeletedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "proposaldiscussionpostrepliesTo_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ProposalDiscussionPostWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "proposaldiscussionpostrepliesTo_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ProposalDiscussionPostWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "proposaldiscussionpostrepliesTo_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ProposalDiscussionPostWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "repliesTo", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ProposalDiscussionPostWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "status_json", "description": null, "type": { "kind": "SCALAR", "name": "JSONObject", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "text_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "text_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "text_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "text_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "text_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updates_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ProposalDiscussionPostUpdatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updates_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ProposalDiscussionPostUpdatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updates_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ProposalDiscussionPostUpdatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ProposalDiscussionPostWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ProposalDiscussionThread", "description": null, "fields": [ { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "mode", "description": "Current thread mode", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "UNION", "name": "ProposalDiscussionThreadMode", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "modeChanges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProposalDiscussionThreadModeChangedEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "posts", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProposalDiscussionPost", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "proposal", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Proposal", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "proposalId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ProposalDiscussionThreadConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProposalDiscussionThreadEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ProposalDiscussionThreadCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "mode", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "JSONObject", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "proposal", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ProposalDiscussionThreadEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProposalDiscussionThread", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "UNION", "name": "ProposalDiscussionThreadMode", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "ProposalDiscussionThreadModeClosed", "ofType": null }, { "kind": "OBJECT", "name": "ProposalDiscussionThreadModeOpen", "ofType": null } ] }, { "kind": "OBJECT", "name": "ProposalDiscussionThreadModeChangedEvent", "description": null, "fields": [ { "name": "actor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Membership", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "newMode", "description": "The new thread mode", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "UNION", "name": "ProposalDiscussionThreadMode", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "thread", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProposalDiscussionThread", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "threadId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Filtering options for interface implementers", "args": [], "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null }, { "kind": "INTERFACE", "name": "Event", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ProposalDiscussionThreadModeChangedEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProposalDiscussionThreadModeChangedEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ProposalDiscussionThreadModeChangedEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "actor", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newMode", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "JSONObject", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "thread", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ProposalDiscussionThreadModeChangedEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProposalDiscussionThreadModeChangedEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "ProposalDiscussionThreadModeChangedEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "actor_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "actor_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "thread_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "thread_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ProposalDiscussionThreadModeChangedEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "actor", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newMode", "description": null, "type": { "kind": "SCALAR", "name": "JSONObject", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "thread", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ProposalDiscussionThreadModeChangedEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ProposalDiscussionThreadModeChangedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ProposalDiscussionThreadModeChangedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ProposalDiscussionThreadModeChangedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "actor", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newMode_json", "description": null, "type": { "kind": "SCALAR", "name": "JSONObject", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "thread", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ProposalDiscussionThreadWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ProposalDiscussionThreadModeChangedEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ProposalDiscussionThreadModeClosed", "description": null, "fields": [ { "name": "whitelist", "description": "Whitelist containing members allowed to participate in the discussion", "args": [], "type": { "kind": "OBJECT", "name": "ProposalDiscussionWhitelist", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ProposalDiscussionThreadModeOpen", "description": null, "fields": [ { "name": "phantom", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "ProposalDiscussionThreadOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "proposal_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "proposal_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ProposalDiscussionThreadUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "mode", "description": null, "type": { "kind": "SCALAR", "name": "JSONObject", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "proposal", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ProposalDiscussionThreadWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ProposalDiscussionThreadWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ProposalDiscussionThreadWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ProposalDiscussionThreadWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "modeChanges_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ProposalDiscussionThreadModeChangedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "modeChanges_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ProposalDiscussionThreadModeChangedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "modeChanges_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ProposalDiscussionThreadModeChangedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "mode_json", "description": null, "type": { "kind": "SCALAR", "name": "JSONObject", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "posts_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ProposalDiscussionPostWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "posts_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ProposalDiscussionPostWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "posts_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ProposalDiscussionPostWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "proposal", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ProposalWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ProposalDiscussionThreadWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ProposalDiscussionWhitelist", "description": null, "fields": [ { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "members", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Membership", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "phantom", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ProposalDiscussionWhitelistConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProposalDiscussionWhitelistEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ProposalDiscussionWhitelistCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "phantom", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ProposalDiscussionWhitelistEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProposalDiscussionWhitelist", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "ProposalDiscussionWhitelistOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "phantom_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "phantom_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ProposalDiscussionWhitelistUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "phantom", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ProposalDiscussionWhitelistWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ProposalDiscussionWhitelistWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ProposalDiscussionWhitelistWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ProposalDiscussionWhitelistWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "members_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "members_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "members_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "phantom_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "phantom_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "phantom_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "phantom_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "phantom_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "phantom_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ProposalDiscussionWhitelistWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ProposalEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Proposal", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ProposalExecutedEvent", "description": null, "fields": [ { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "executionStatus", "description": "The execution status", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "UNION", "name": "ProposalExecutionStatus", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "proposal", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Proposal", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "proposalId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Filtering options for interface implementers", "args": [], "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null }, { "kind": "INTERFACE", "name": "Event", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ProposalExecutedEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProposalExecutedEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ProposalExecutedEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "executionStatus", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "JSONObject", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "proposal", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ProposalExecutedEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProposalExecutedEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "ProposalExecutedEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "proposal_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "proposal_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ProposalExecutedEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "executionStatus", "description": null, "type": { "kind": "SCALAR", "name": "JSONObject", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "proposal", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ProposalExecutedEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ProposalExecutedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ProposalExecutedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ProposalExecutedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "executionStatus_json", "description": null, "type": { "kind": "SCALAR", "name": "JSONObject", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "proposal", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ProposalWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ProposalExecutedEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "UNION", "name": "ProposalExecutionStatus", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "ProposalStatusExecuted", "ofType": null }, { "kind": "OBJECT", "name": "ProposalStatusExecutionFailed", "ofType": null } ] }, { "kind": "UNION", "name": "ProposalIntermediateStatus", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "ProposalStatusDeciding", "ofType": null }, { "kind": "OBJECT", "name": "ProposalStatusDormant", "ofType": null }, { "kind": "OBJECT", "name": "ProposalStatusGracing", "ofType": null } ] }, { "kind": "ENUM", "name": "ProposalOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "councilApprovals_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "councilApprovals_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "creator_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "creator_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "description_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "description_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "exactExecutionBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "exactExecutionBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isFinalized_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isFinalized_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakingAccount_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakingAccount_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "statusSetAtBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "statusSetAtBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "statusSetAtTime_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "statusSetAtTime_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "title_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "title_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "UNION", "name": "ProposalStatus", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "ProposalStatusCanceledByRuntime", "ofType": null }, { "kind": "OBJECT", "name": "ProposalStatusCancelled", "ofType": null }, { "kind": "OBJECT", "name": "ProposalStatusDeciding", "ofType": null }, { "kind": "OBJECT", "name": "ProposalStatusDormant", "ofType": null }, { "kind": "OBJECT", "name": "ProposalStatusExecuted", "ofType": null }, { "kind": "OBJECT", "name": "ProposalStatusExecutionFailed", "ofType": null }, { "kind": "OBJECT", "name": "ProposalStatusExpired", "ofType": null }, { "kind": "OBJECT", "name": "ProposalStatusGracing", "ofType": null }, { "kind": "OBJECT", "name": "ProposalStatusRejected", "ofType": null }, { "kind": "OBJECT", "name": "ProposalStatusSlashed", "ofType": null }, { "kind": "OBJECT", "name": "ProposalStatusVetoed", "ofType": null } ] }, { "kind": "OBJECT", "name": "ProposalStatusCanceledByRuntime", "description": null, "fields": [ { "name": "proposalDecisionMadeEvent", "description": "Related ProposalDecisionMadeEvent", "args": [], "type": { "kind": "OBJECT", "name": "ProposalDecisionMadeEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ProposalStatusCancelled", "description": null, "fields": [ { "name": "cancelledInEvent", "description": "The related ProposalCancelledEvent", "args": [], "type": { "kind": "OBJECT", "name": "ProposalCancelledEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ProposalStatusDeciding", "description": null, "fields": [ { "name": "proposalStatusUpdatedEvent", "description": "Related ProposalStatusUpdatedEvent", "args": [], "type": { "kind": "OBJECT", "name": "ProposalStatusUpdatedEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ProposalStatusDormant", "description": null, "fields": [ { "name": "proposalStatusUpdatedEvent", "description": "Related ProposalStatusUpdatedEvent", "args": [], "type": { "kind": "OBJECT", "name": "ProposalStatusUpdatedEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ProposalStatusExecuted", "description": null, "fields": [ { "name": "proposalExecutedEvent", "description": "Related ProposalExecutedEvent", "args": [], "type": { "kind": "OBJECT", "name": "ProposalExecutedEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ProposalStatusExecutionFailed", "description": null, "fields": [ { "name": "errorMessage", "description": "The runtime execution error message", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "proposalExecutedEvent", "description": "Related ProposalExecutedEvent", "args": [], "type": { "kind": "OBJECT", "name": "ProposalExecutedEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ProposalStatusExpired", "description": null, "fields": [ { "name": "proposalDecisionMadeEvent", "description": "Related ProposalDecisionMadeEvent", "args": [], "type": { "kind": "OBJECT", "name": "ProposalDecisionMadeEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ProposalStatusGracing", "description": null, "fields": [ { "name": "proposalStatusUpdatedEvent", "description": "Related ProposalStatusUpdatedEvent", "args": [], "type": { "kind": "OBJECT", "name": "ProposalStatusUpdatedEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ProposalStatusRejected", "description": null, "fields": [ { "name": "proposalDecisionMadeEvent", "description": "Related ProposalDecisionMadeEvent", "args": [], "type": { "kind": "OBJECT", "name": "ProposalDecisionMadeEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ProposalStatusSlashed", "description": null, "fields": [ { "name": "proposalDecisionMadeEvent", "description": "Related ProposalDecisionMadeEvent", "args": [], "type": { "kind": "OBJECT", "name": "ProposalDecisionMadeEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ProposalStatusUpdatedEvent", "description": null, "fields": [ { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "newStatus", "description": "The new proposal intermediate status (Deciding/Gracing/Dormant)", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "UNION", "name": "ProposalIntermediateStatus", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "proposal", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Proposal", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "proposalId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Filtering options for interface implementers", "args": [], "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null }, { "kind": "INTERFACE", "name": "Event", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ProposalStatusUpdatedEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProposalStatusUpdatedEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ProposalStatusUpdatedEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newStatus", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "JSONObject", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "proposal", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ProposalStatusUpdatedEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProposalStatusUpdatedEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "ProposalStatusUpdatedEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "proposal_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "proposal_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ProposalStatusUpdatedEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newStatus", "description": null, "type": { "kind": "SCALAR", "name": "JSONObject", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "proposal", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ProposalStatusUpdatedEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ProposalStatusUpdatedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ProposalStatusUpdatedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ProposalStatusUpdatedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newStatus_json", "description": null, "type": { "kind": "SCALAR", "name": "JSONObject", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "proposal", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ProposalWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ProposalStatusUpdatedEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ProposalStatusVetoed", "description": null, "fields": [ { "name": "proposalDecisionMadeEvent", "description": "Related ProposalDecisionMadeEvent event", "args": [], "type": { "kind": "OBJECT", "name": "ProposalDecisionMadeEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ProposalUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "councilApprovals", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "creator", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "description", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "details", "description": null, "type": { "kind": "SCALAR", "name": "JSONObject", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "exactExecutionBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isFinalized", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakingAccount", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "status", "description": null, "type": { "kind": "SCALAR", "name": "JSONObject", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "statusSetAtBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "statusSetAtTime", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "title", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "ProposalVoteKind", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "ABSTAIN", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "APPROVE", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "REJECT", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "SLASH", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "ProposalVotedEvent", "description": null, "fields": [ { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "proposal", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Proposal", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "proposalId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale", "description": "The rationale behind the vote", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Filtering options for interface implementers", "args": [], "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "voteKind", "description": "The kind of the vote that was casted", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ProposalVoteKind", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "voter", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Membership", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "voterId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "votingRound", "description": "The voting round - number representing which Deciding period the vote was casted in (starting with 1), useful when the proposal must be approved during multiple council terms (constitution > 1)", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null }, { "kind": "INTERFACE", "name": "Event", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ProposalVotedEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProposalVotedEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ProposalVotedEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "proposal", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "voteKind", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ProposalVoteKind", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "voter", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "votingRound", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ProposalVotedEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProposalVotedEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "ProposalVotedEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "proposal_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "proposal_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "voteKind_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "voteKind_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "voter_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "voter_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "votingRound_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "votingRound_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ProposalVotedEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "proposal", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "voteKind", "description": null, "type": { "kind": "ENUM", "name": "ProposalVoteKind", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "voter", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "votingRound", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ProposalVotedEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ProposalVotedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ProposalVotedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ProposalVotedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "proposal", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ProposalWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "voteKind_eq", "description": null, "type": { "kind": "ENUM", "name": "ProposalVoteKind", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "voteKind_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ProposalVoteKind", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "voter", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "votingRound_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "votingRound_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "votingRound_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "votingRound_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "votingRound_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "votingRound_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ProposalVotedEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ProposalWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ProposalWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ProposalWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ProposalWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "councilApprovals_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "councilApprovals_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "councilApprovals_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "councilApprovals_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "councilApprovals_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "councilApprovals_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdInEvent", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ProposalCreatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "creator", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "description_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "description_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "description_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "description_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "description_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "details_json", "description": null, "type": { "kind": "SCALAR", "name": "JSONObject", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "discussionThread", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ProposalDiscussionThreadWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "exactExecutionBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "exactExecutionBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "exactExecutionBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "exactExecutionBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "exactExecutionBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "exactExecutionBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isFinalized_eq", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isFinalized_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "proposalStatusUpdates_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ProposalStatusUpdatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "proposalStatusUpdates_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ProposalStatusUpdatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "proposalStatusUpdates_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ProposalStatusUpdatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "proposalcancelledeventproposal_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ProposalCancelledEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "proposalcancelledeventproposal_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ProposalCancelledEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "proposalcancelledeventproposal_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ProposalCancelledEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "proposaldecisionmadeeventproposal_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ProposalDecisionMadeEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "proposaldecisionmadeeventproposal_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ProposalDecisionMadeEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "proposaldecisionmadeeventproposal_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ProposalDecisionMadeEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "proposalexecutedeventproposal_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ProposalExecutedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "proposalexecutedeventproposal_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ProposalExecutedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "proposalexecutedeventproposal_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ProposalExecutedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakingAccount_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakingAccount_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakingAccount_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakingAccount_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakingAccount_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "statusSetAtBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "statusSetAtBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "statusSetAtBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "statusSetAtBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "statusSetAtBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "statusSetAtBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "statusSetAtTime_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "statusSetAtTime_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "statusSetAtTime_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "statusSetAtTime_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "statusSetAtTime_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "status_json", "description": null, "type": { "kind": "SCALAR", "name": "JSONObject", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "title_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "title_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "title_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "title_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "title_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "votes_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ProposalVotedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "votes_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ProposalVotedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "votes_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ProposalVotedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ProposalWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ProposalsByTitleFTSOutput", "description": null, "fields": [ { "name": "highlight", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isTypeOf", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "item", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "UNION", "name": "ProposalsByTitleSearchResult", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "rank", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "UNION", "name": "ProposalsByTitleSearchResult", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "Proposal", "ofType": null } ] }, { "kind": "OBJECT", "name": "Query", "description": null, "fields": [ { "name": "admin", "description": "Set killed instance", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Admin", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "allCategoriesFeaturedVideos", "description": "Get featured videos for all categories", "args": [ { "name": "videosLimit", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CategoryFeaturedVideos", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "announcingPeriodStartedEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "AnnouncingPeriodStartedEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "AnnouncingPeriodStartedEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "announcingPeriodStartedEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "AnnouncingPeriodStartedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "AnnouncingPeriodStartedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "AnnouncingPeriodStartedEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "announcingPeriodStartedEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "AnnouncingPeriodStartedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "AnnouncingPeriodStartedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "AnnouncingPeriodStartedEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "applicationFormQuestionAnswerByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ApplicationFormQuestionAnswerWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "ApplicationFormQuestionAnswer", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "applicationFormQuestionAnswers", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ApplicationFormQuestionAnswerOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ApplicationFormQuestionAnswerWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ApplicationFormQuestionAnswer", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "applicationFormQuestionAnswersConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ApplicationFormQuestionAnswerOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ApplicationFormQuestionAnswerWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ApplicationFormQuestionAnswerConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "applicationFormQuestionByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ApplicationFormQuestionWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "ApplicationFormQuestion", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "applicationFormQuestions", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ApplicationFormQuestionOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ApplicationFormQuestionWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ApplicationFormQuestion", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "applicationFormQuestionsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ApplicationFormQuestionOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ApplicationFormQuestionWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ApplicationFormQuestionConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "applicationWithdrawnEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ApplicationWithdrawnEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "ApplicationWithdrawnEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "applicationWithdrawnEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ApplicationWithdrawnEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ApplicationWithdrawnEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ApplicationWithdrawnEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "applicationWithdrawnEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ApplicationWithdrawnEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ApplicationWithdrawnEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ApplicationWithdrawnEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "appliedOnOpeningEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "AppliedOnOpeningEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "AppliedOnOpeningEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "appliedOnOpeningEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "AppliedOnOpeningEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "AppliedOnOpeningEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "AppliedOnOpeningEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "appliedOnOpeningEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "AppliedOnOpeningEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "AppliedOnOpeningEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "AppliedOnOpeningEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "auctionBidCanceledEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "AuctionBidCanceledEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "AuctionBidCanceledEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "auctionBidCanceledEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "AuctionBidCanceledEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "AuctionBidCanceledEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "AuctionBidCanceledEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "auctionBidCanceledEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "AuctionBidCanceledEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "AuctionBidCanceledEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "AuctionBidCanceledEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "auctionBidMadeEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "AuctionBidMadeEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "AuctionBidMadeEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "auctionBidMadeEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "AuctionBidMadeEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "AuctionBidMadeEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "AuctionBidMadeEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "auctionBidMadeEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "AuctionBidMadeEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "AuctionBidMadeEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "AuctionBidMadeEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "auctionByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "AuctionWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "Auction", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "auctionCanceledEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "AuctionCanceledEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "AuctionCanceledEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "auctionCanceledEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "AuctionCanceledEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "AuctionCanceledEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "AuctionCanceledEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "auctionCanceledEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "AuctionCanceledEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "AuctionCanceledEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "AuctionCanceledEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "auctions", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "AuctionOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "AuctionWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Auction", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "auctionsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "AuctionOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "AuctionWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "AuctionConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "bidByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "BidWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "Bid", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "bidMadeCompletingAuctionEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "BidMadeCompletingAuctionEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "BidMadeCompletingAuctionEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "bidMadeCompletingAuctionEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "BidMadeCompletingAuctionEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BidMadeCompletingAuctionEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BidMadeCompletingAuctionEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "bidMadeCompletingAuctionEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "BidMadeCompletingAuctionEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BidMadeCompletingAuctionEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BidMadeCompletingAuctionEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "bids", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "BidOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BidWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Bid", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "bidsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "BidOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BidWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BidConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "bounties", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "BountyOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BountyWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Bounty", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "bountiesConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "BountyOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BountyWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BountyConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "bountyByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "BountyWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "Bounty", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "bountyCanceledEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "BountyCanceledEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "BountyCanceledEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "bountyCanceledEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "BountyCanceledEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BountyCanceledEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BountyCanceledEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "bountyCanceledEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "BountyCanceledEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BountyCanceledEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BountyCanceledEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "bountyContributionByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "BountyContributionWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "BountyContribution", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "bountyContributions", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "BountyContributionOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BountyContributionWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BountyContribution", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "bountyContributionsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "BountyContributionOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BountyContributionWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BountyContributionConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "bountyCreatedEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "BountyCreatedEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "BountyCreatedEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "bountyCreatedEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "BountyCreatedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BountyCreatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BountyCreatedEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "bountyCreatedEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "BountyCreatedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BountyCreatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BountyCreatedEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "bountyCreatorCherryWithdrawalEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "BountyCreatorCherryWithdrawalEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "BountyCreatorCherryWithdrawalEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "bountyCreatorCherryWithdrawalEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "BountyCreatorCherryWithdrawalEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BountyCreatorCherryWithdrawalEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BountyCreatorCherryWithdrawalEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "bountyCreatorCherryWithdrawalEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "BountyCreatorCherryWithdrawalEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BountyCreatorCherryWithdrawalEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BountyCreatorCherryWithdrawalEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "bountyEntrantWhitelistByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "BountyEntrantWhitelistWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "BountyEntrantWhitelist", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "bountyEntrantWhitelists", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "BountyEntrantWhitelistOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BountyEntrantWhitelistWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BountyEntrantWhitelist", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "bountyEntrantWhitelistsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "BountyEntrantWhitelistOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BountyEntrantWhitelistWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BountyEntrantWhitelistConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "bountyEntries", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "BountyEntryOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BountyEntryWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BountyEntry", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "bountyEntriesConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "BountyEntryOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BountyEntryWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BountyEntryConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "bountyEntryByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "BountyEntryWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "BountyEntry", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "bountyFundedEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "BountyFundedEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "BountyFundedEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "bountyFundedEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "BountyFundedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BountyFundedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BountyFundedEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "bountyFundedEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "BountyFundedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BountyFundedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BountyFundedEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "bountyFundingWithdrawalEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "BountyFundingWithdrawalEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "BountyFundingWithdrawalEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "bountyFundingWithdrawalEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "BountyFundingWithdrawalEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BountyFundingWithdrawalEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BountyFundingWithdrawalEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "bountyFundingWithdrawalEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "BountyFundingWithdrawalEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BountyFundingWithdrawalEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BountyFundingWithdrawalEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "bountyMaxFundingReachedEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "BountyMaxFundingReachedEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "BountyMaxFundingReachedEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "bountyMaxFundingReachedEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "BountyMaxFundingReachedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BountyMaxFundingReachedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BountyMaxFundingReachedEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "bountyMaxFundingReachedEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "BountyMaxFundingReachedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BountyMaxFundingReachedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BountyMaxFundingReachedEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "bountyRemovedEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "BountyRemovedEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "BountyRemovedEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "bountyRemovedEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "BountyRemovedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BountyRemovedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BountyRemovedEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "bountyRemovedEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "BountyRemovedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BountyRemovedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BountyRemovedEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "bountyVetoedEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "BountyVetoedEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "BountyVetoedEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "bountyVetoedEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "BountyVetoedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BountyVetoedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BountyVetoedEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "bountyVetoedEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "BountyVetoedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BountyVetoedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BountyVetoedEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "budgetBalanceSetEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "BudgetBalanceSetEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "BudgetBalanceSetEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "budgetBalanceSetEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "BudgetBalanceSetEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BudgetBalanceSetEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BudgetBalanceSetEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "budgetBalanceSetEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "BudgetBalanceSetEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BudgetBalanceSetEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BudgetBalanceSetEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "budgetIncrementUpdatedEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "BudgetIncrementUpdatedEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "BudgetIncrementUpdatedEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "budgetIncrementUpdatedEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "BudgetIncrementUpdatedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BudgetIncrementUpdatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BudgetIncrementUpdatedEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "budgetIncrementUpdatedEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "BudgetIncrementUpdatedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BudgetIncrementUpdatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BudgetIncrementUpdatedEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "budgetRefillEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "BudgetRefillEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "BudgetRefillEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "budgetRefillEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "BudgetRefillEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BudgetRefillEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BudgetRefillEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "budgetRefillEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "BudgetRefillEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BudgetRefillEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BudgetRefillEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "budgetRefillPlannedEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "BudgetRefillPlannedEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "BudgetRefillPlannedEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "budgetRefillPlannedEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "BudgetRefillPlannedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BudgetRefillPlannedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BudgetRefillPlannedEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "budgetRefillPlannedEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "BudgetRefillPlannedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BudgetRefillPlannedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BudgetRefillPlannedEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "budgetSetEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "BudgetSetEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "BudgetSetEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "budgetSetEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "BudgetSetEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BudgetSetEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BudgetSetEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "budgetSetEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "BudgetSetEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BudgetSetEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BudgetSetEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "budgetSpendingEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "BudgetSpendingEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "BudgetSpendingEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "budgetSpendingEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "BudgetSpendingEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BudgetSpendingEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BudgetSpendingEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "budgetSpendingEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "BudgetSpendingEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BudgetSpendingEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BudgetSpendingEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "budgetUpdatedEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "BudgetUpdatedEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "BudgetUpdatedEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "budgetUpdatedEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "BudgetUpdatedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BudgetUpdatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BudgetUpdatedEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "budgetUpdatedEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "BudgetUpdatedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BudgetUpdatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BudgetUpdatedEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "buyNowCanceledEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "BuyNowCanceledEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "BuyNowCanceledEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "buyNowCanceledEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "BuyNowCanceledEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BuyNowCanceledEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BuyNowCanceledEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "buyNowCanceledEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "BuyNowCanceledEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BuyNowCanceledEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BuyNowCanceledEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "buyNowPriceUpdatedEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "BuyNowPriceUpdatedEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "BuyNowPriceUpdatedEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "buyNowPriceUpdatedEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "BuyNowPriceUpdatedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BuyNowPriceUpdatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BuyNowPriceUpdatedEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "buyNowPriceUpdatedEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "BuyNowPriceUpdatedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BuyNowPriceUpdatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BuyNowPriceUpdatedEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "candidacyNoteMetadata", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "CandidacyNoteMetadataOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CandidacyNoteMetadataWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CandidacyNoteMetadata", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "candidacyNoteMetadataByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CandidacyNoteMetadataWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "CandidacyNoteMetadata", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "candidacyNoteMetadataConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "CandidacyNoteMetadataOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CandidacyNoteMetadataWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CandidacyNoteMetadataConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "candidacyNoteSetEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CandidacyNoteSetEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "CandidacyNoteSetEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "candidacyNoteSetEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "CandidacyNoteSetEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CandidacyNoteSetEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CandidacyNoteSetEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "candidacyNoteSetEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "CandidacyNoteSetEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CandidacyNoteSetEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CandidacyNoteSetEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "candidacyStakeReleaseEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CandidacyStakeReleaseEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "CandidacyStakeReleaseEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "candidacyStakeReleaseEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "CandidacyStakeReleaseEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CandidacyStakeReleaseEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CandidacyStakeReleaseEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "candidacyStakeReleaseEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "CandidacyStakeReleaseEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CandidacyStakeReleaseEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CandidacyStakeReleaseEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "candidacyWithdrawEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CandidacyWithdrawEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "CandidacyWithdrawEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "candidacyWithdrawEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "CandidacyWithdrawEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CandidacyWithdrawEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CandidacyWithdrawEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "candidacyWithdrawEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "CandidacyWithdrawEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CandidacyWithdrawEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CandidacyWithdrawEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "candidateByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CandidateWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "Candidate", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "candidates", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "CandidateOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CandidateWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Candidate", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "candidatesConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "CandidateOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CandidateWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CandidateConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "castVoteByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CastVoteWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "CastVote", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "castVotes", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "CastVoteOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CastVoteWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CastVote", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "castVotesConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "CastVoteOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CastVoteWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CastVoteConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "categoryArchivalStatusUpdatedEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CategoryArchivalStatusUpdatedEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "CategoryArchivalStatusUpdatedEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "categoryArchivalStatusUpdatedEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "CategoryArchivalStatusUpdatedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CategoryArchivalStatusUpdatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CategoryArchivalStatusUpdatedEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "categoryArchivalStatusUpdatedEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "CategoryArchivalStatusUpdatedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CategoryArchivalStatusUpdatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CategoryArchivalStatusUpdatedEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "categoryCreatedEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CategoryCreatedEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "CategoryCreatedEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "categoryCreatedEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "CategoryCreatedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CategoryCreatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CategoryCreatedEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "categoryCreatedEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "CategoryCreatedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CategoryCreatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CategoryCreatedEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "categoryDeletedEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CategoryDeletedEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "CategoryDeletedEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "categoryDeletedEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "CategoryDeletedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CategoryDeletedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CategoryDeletedEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "categoryDeletedEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "CategoryDeletedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CategoryDeletedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CategoryDeletedEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "categoryFeaturedVideos", "description": "Get featured videos for a given video category", "args": [ { "name": "categoryId", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "FeaturedVideo", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "categoryMembershipOfModeratorUpdatedEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CategoryMembershipOfModeratorUpdatedEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "CategoryMembershipOfModeratorUpdatedEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "categoryMembershipOfModeratorUpdatedEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "CategoryMembershipOfModeratorUpdatedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CategoryMembershipOfModeratorUpdatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CategoryMembershipOfModeratorUpdatedEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "categoryMembershipOfModeratorUpdatedEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "CategoryMembershipOfModeratorUpdatedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CategoryMembershipOfModeratorUpdatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CategoryMembershipOfModeratorUpdatedEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "categoryStickyThreadUpdateEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CategoryStickyThreadUpdateEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "CategoryStickyThreadUpdateEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "categoryStickyThreadUpdateEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "CategoryStickyThreadUpdateEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CategoryStickyThreadUpdateEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CategoryStickyThreadUpdateEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "categoryStickyThreadUpdateEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "CategoryStickyThreadUpdateEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CategoryStickyThreadUpdateEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CategoryStickyThreadUpdateEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "channelAssetsDeletedByModeratorEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ChannelAssetsDeletedByModeratorEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "ChannelAssetsDeletedByModeratorEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "channelAssetsDeletedByModeratorEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ChannelAssetsDeletedByModeratorEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ChannelAssetsDeletedByModeratorEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ChannelAssetsDeletedByModeratorEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "channelAssetsDeletedByModeratorEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ChannelAssetsDeletedByModeratorEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ChannelAssetsDeletedByModeratorEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ChannelAssetsDeletedByModeratorEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "channelByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ChannelWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "Channel", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "channelDeletedByModeratorEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ChannelDeletedByModeratorEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "ChannelDeletedByModeratorEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "channelDeletedByModeratorEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ChannelDeletedByModeratorEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ChannelDeletedByModeratorEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ChannelDeletedByModeratorEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "channelDeletedByModeratorEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ChannelDeletedByModeratorEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ChannelDeletedByModeratorEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ChannelDeletedByModeratorEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "channelNftCollectors", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ChannelNftCollectorsOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ChannelNftCollectorsWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ChannelNftCollectors", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "channelNftCollectorsByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ChannelNftCollectorsWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "ChannelNftCollectors", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "channelNftCollectorsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ChannelNftCollectorsOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ChannelNftCollectorsWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ChannelNftCollectorsConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "channelVisibilitySetByModeratorEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ChannelVisibilitySetByModeratorEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "ChannelVisibilitySetByModeratorEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "channelVisibilitySetByModeratorEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ChannelVisibilitySetByModeratorEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ChannelVisibilitySetByModeratorEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ChannelVisibilitySetByModeratorEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "channelVisibilitySetByModeratorEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ChannelVisibilitySetByModeratorEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ChannelVisibilitySetByModeratorEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ChannelVisibilitySetByModeratorEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "channels", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ChannelOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ChannelWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Channel", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "channelsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ChannelOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ChannelWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ChannelConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "collaboratorByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CollaboratorWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "Collaborator", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "collaborators", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "CollaboratorOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CollaboratorWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Collaborator", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "collaboratorsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "CollaboratorOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CollaboratorWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CollaboratorConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "commentByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CommentWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "Comment", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "commentCreatedEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CommentCreatedEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "CommentCreatedEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "commentCreatedEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "CommentCreatedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CommentCreatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CommentCreatedEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "commentCreatedEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "CommentCreatedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CommentCreatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CommentCreatedEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "commentDeletedEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CommentDeletedEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "CommentDeletedEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "commentDeletedEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "CommentDeletedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CommentDeletedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CommentDeletedEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "commentDeletedEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "CommentDeletedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CommentDeletedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CommentDeletedEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "commentModeratedEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CommentModeratedEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "CommentModeratedEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "commentModeratedEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "CommentModeratedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CommentModeratedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CommentModeratedEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "commentModeratedEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "CommentModeratedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CommentModeratedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CommentModeratedEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "commentPinnedEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CommentPinnedEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "CommentPinnedEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "commentPinnedEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "CommentPinnedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CommentPinnedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CommentPinnedEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "commentPinnedEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "CommentPinnedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CommentPinnedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CommentPinnedEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "commentReactedEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CommentReactedEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "CommentReactedEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "commentReactedEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "CommentReactedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CommentReactedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CommentReactedEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "commentReactedEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "CommentReactedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CommentReactedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CommentReactedEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "commentReactionByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CommentReactionWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "CommentReaction", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "commentReactions", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "CommentReactionOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CommentReactionWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CommentReaction", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "commentReactionsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "CommentReactionOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CommentReactionWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CommentReactionConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "commentReactionsCountByReactionIdByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CommentReactionsCountByReactionIdWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "CommentReactionsCountByReactionId", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "commentReactionsCountByReactionIds", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "CommentReactionsCountByReactionIdOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CommentReactionsCountByReactionIdWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CommentReactionsCountByReactionId", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "commentReactionsCountByReactionIdsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "CommentReactionsCountByReactionIdOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CommentReactionsCountByReactionIdWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CommentReactionsCountByReactionIdConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "commentText", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "5", "isDeprecated": false, "deprecationReason": null }, { "name": "skip", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "0", "isDeprecated": false, "deprecationReason": null }, { "name": "text", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "whereComment", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CommentWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CommentTextFTSOutput", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "commentTextUpdatedEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CommentTextUpdatedEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "CommentTextUpdatedEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "commentTextUpdatedEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "CommentTextUpdatedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CommentTextUpdatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CommentTextUpdatedEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "commentTextUpdatedEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "CommentTextUpdatedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CommentTextUpdatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CommentTextUpdatedEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "comments", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "CommentOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CommentWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Comment", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "commentsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "CommentOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CommentWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CommentConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "councilMemberByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CouncilMemberWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "CouncilMember", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "councilMembers", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "CouncilMemberOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CouncilMemberWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CouncilMember", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "councilMembersConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "CouncilMemberOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CouncilMemberWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CouncilMemberConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "councilStageUpdateByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CouncilStageUpdateWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "CouncilStageUpdate", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "councilStageUpdates", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "CouncilStageUpdateOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CouncilStageUpdateWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CouncilStageUpdate", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "councilStageUpdatesConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "CouncilStageUpdateOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CouncilStageUpdateWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CouncilStageUpdateConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "councilorRewardUpdatedEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CouncilorRewardUpdatedEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "CouncilorRewardUpdatedEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "councilorRewardUpdatedEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "CouncilorRewardUpdatedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CouncilorRewardUpdatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CouncilorRewardUpdatedEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "councilorRewardUpdatedEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "CouncilorRewardUpdatedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CouncilorRewardUpdatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CouncilorRewardUpdatedEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "curatorAgentPermissions", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "CuratorAgentPermissionsOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CuratorAgentPermissionsWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CuratorAgentPermissions", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "curatorAgentPermissionsByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CuratorAgentPermissionsWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "CuratorAgentPermissions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "curatorAgentPermissionsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "CuratorAgentPermissionsOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CuratorAgentPermissionsWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CuratorAgentPermissionsConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "curatorByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CuratorWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "Curator", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "curatorGroupByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CuratorGroupWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "CuratorGroup", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "curatorGroups", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "CuratorGroupOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CuratorGroupWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CuratorGroup", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "curatorGroupsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "CuratorGroupOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CuratorGroupWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CuratorGroupConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "curators", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "CuratorOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CuratorWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Curator", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "curatorsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "CuratorOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CuratorWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CuratorConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "discoverChannels", "description": "Get list of 15 most followed channels out of 100 newest channels in random order", "args": [ { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ChannelWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Channel", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "distributionBucketByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "DistributionBucketWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "DistributionBucket", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "distributionBucketFamilies", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "DistributionBucketFamilyOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "DistributionBucketFamilyWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "DistributionBucketFamily", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "distributionBucketFamiliesConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "DistributionBucketFamilyOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "DistributionBucketFamilyWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "DistributionBucketFamilyConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "distributionBucketFamilyByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "DistributionBucketFamilyWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "DistributionBucketFamily", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "distributionBucketFamilyGeographicAreaByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "DistributionBucketFamilyGeographicAreaWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "DistributionBucketFamilyGeographicArea", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "distributionBucketFamilyGeographicAreas", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "DistributionBucketFamilyGeographicAreaOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "DistributionBucketFamilyGeographicAreaWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "DistributionBucketFamilyGeographicArea", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "distributionBucketFamilyGeographicAreasConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "DistributionBucketFamilyGeographicAreaOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "DistributionBucketFamilyGeographicAreaWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "DistributionBucketFamilyGeographicAreaConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "distributionBucketFamilyMetadata", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "DistributionBucketFamilyMetadataOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "DistributionBucketFamilyMetadataWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "DistributionBucketFamilyMetadata", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "distributionBucketFamilyMetadataByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "DistributionBucketFamilyMetadataWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "DistributionBucketFamilyMetadata", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "distributionBucketFamilyMetadataConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "DistributionBucketFamilyMetadataOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "DistributionBucketFamilyMetadataWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "DistributionBucketFamilyMetadataConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "distributionBucketOperatorByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "DistributionBucketOperatorWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "DistributionBucketOperator", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "distributionBucketOperatorMetadata", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "DistributionBucketOperatorMetadataOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "DistributionBucketOperatorMetadataWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "DistributionBucketOperatorMetadata", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "distributionBucketOperatorMetadataByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "DistributionBucketOperatorMetadataWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "DistributionBucketOperatorMetadata", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "distributionBucketOperatorMetadataConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "DistributionBucketOperatorMetadataOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "DistributionBucketOperatorMetadataWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "DistributionBucketOperatorMetadataConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "distributionBucketOperators", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "DistributionBucketOperatorOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "DistributionBucketOperatorWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "DistributionBucketOperator", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "distributionBucketOperatorsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "DistributionBucketOperatorOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "DistributionBucketOperatorWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "DistributionBucketOperatorConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "distributionBuckets", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "DistributionBucketOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "DistributionBucketWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "DistributionBucket", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "distributionBucketsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "DistributionBucketOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "DistributionBucketWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "DistributionBucketConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "electedCouncilByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ElectedCouncilWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "ElectedCouncil", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "electedCouncils", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ElectedCouncilOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ElectedCouncilWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ElectedCouncil", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "electedCouncilsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ElectedCouncilOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ElectedCouncilWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ElectedCouncilConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "electionRoundByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ElectionRoundWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "ElectionRound", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "electionRounds", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ElectionRoundOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ElectionRoundWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ElectionRound", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "electionRoundsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ElectionRoundOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ElectionRoundWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ElectionRoundConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "englishAuctionSettledEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "EnglishAuctionSettledEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "EnglishAuctionSettledEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "englishAuctionSettledEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "EnglishAuctionSettledEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "EnglishAuctionSettledEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "EnglishAuctionSettledEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "englishAuctionSettledEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "EnglishAuctionSettledEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "EnglishAuctionSettledEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "EnglishAuctionSettledEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "englishAuctionStartedEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "EnglishAuctionStartedEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "EnglishAuctionStartedEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "englishAuctionStartedEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "EnglishAuctionStartedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "EnglishAuctionStartedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "EnglishAuctionStartedEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "englishAuctionStartedEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "EnglishAuctionStartedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "EnglishAuctionStartedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "EnglishAuctionStartedEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "events", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "EventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "EventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INTERFACE", "name": "Event", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "forumCategories", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ForumCategoryOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ForumCategoryWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ForumCategory", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "forumCategoriesConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ForumCategoryOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ForumCategoryWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ForumCategoryConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "forumCategoryByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ForumCategoryWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "ForumCategory", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "forumPostByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ForumPostWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "ForumPost", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "forumPosts", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ForumPostOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ForumPostWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ForumPost", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "forumPostsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ForumPostOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ForumPostWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ForumPostConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "forumThreadByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ForumThreadWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "ForumThread", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "forumThreadTagByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ForumThreadTagWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "ForumThreadTag", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "forumThreadTags", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ForumThreadTagOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ForumThreadTagWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ForumThreadTag", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "forumThreadTagsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ForumThreadTagOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ForumThreadTagWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ForumThreadTagConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "forumThreads", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ForumThreadOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ForumThreadWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ForumThread", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "forumThreadsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ForumThreadOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ForumThreadWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ForumThreadConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "fundingRequestDestinationByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "FundingRequestDestinationWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "FundingRequestDestination", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "fundingRequestDestinations", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "FundingRequestDestinationOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "FundingRequestDestinationWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "FundingRequestDestination", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "fundingRequestDestinationsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "FundingRequestDestinationOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "FundingRequestDestinationWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "FundingRequestDestinationConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "fundingRequestDestinationsListByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "FundingRequestDestinationsListWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "FundingRequestDestinationsList", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "fundingRequestDestinationsLists", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "FundingRequestDestinationsListOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "FundingRequestDestinationsListWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "FundingRequestDestinationsList", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "fundingRequestDestinationsListsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "FundingRequestDestinationsListOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "FundingRequestDestinationsListWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "FundingRequestDestinationsListConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "geoCoordinates", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "GeoCoordinatesOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "GeoCoordinatesWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "GeoCoordinates", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "geoCoordinatesByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "GeoCoordinatesWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "GeoCoordinates", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "geoCoordinatesConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "GeoCoordinatesOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "GeoCoordinatesWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "GeoCoordinatesConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "initialInvitationBalanceUpdatedEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "InitialInvitationBalanceUpdatedEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "InitialInvitationBalanceUpdatedEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "initialInvitationBalanceUpdatedEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "InitialInvitationBalanceUpdatedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "InitialInvitationBalanceUpdatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "InitialInvitationBalanceUpdatedEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "initialInvitationBalanceUpdatedEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "InitialInvitationBalanceUpdatedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "InitialInvitationBalanceUpdatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "InitialInvitationBalanceUpdatedEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "initialInvitationCountUpdatedEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "InitialInvitationCountUpdatedEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "InitialInvitationCountUpdatedEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "initialInvitationCountUpdatedEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "InitialInvitationCountUpdatedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "InitialInvitationCountUpdatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "InitialInvitationCountUpdatedEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "initialInvitationCountUpdatedEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "InitialInvitationCountUpdatedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "InitialInvitationCountUpdatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "InitialInvitationCountUpdatedEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "invitesTransferredEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "InvitesTransferredEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "InvitesTransferredEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "invitesTransferredEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "InvitesTransferredEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "InvitesTransferredEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "InvitesTransferredEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "invitesTransferredEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "InvitesTransferredEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "InvitesTransferredEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "InvitesTransferredEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "languageByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "LanguageWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "Language", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "languages", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "LanguageOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "LanguageWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Language", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "languagesConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "LanguageOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "LanguageWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "LanguageConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "leaderInvitationQuotaUpdatedEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "LeaderInvitationQuotaUpdatedEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "LeaderInvitationQuotaUpdatedEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "leaderInvitationQuotaUpdatedEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "LeaderInvitationQuotaUpdatedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "LeaderInvitationQuotaUpdatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "LeaderInvitationQuotaUpdatedEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "leaderInvitationQuotaUpdatedEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "LeaderInvitationQuotaUpdatedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "LeaderInvitationQuotaUpdatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "LeaderInvitationQuotaUpdatedEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "leaderSetEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "LeaderSetEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "LeaderSetEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "leaderSetEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "LeaderSetEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "LeaderSetEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "LeaderSetEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "leaderSetEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "LeaderSetEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "LeaderSetEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "LeaderSetEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "leaderUnsetEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "LeaderUnsetEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "LeaderUnsetEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "leaderUnsetEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "LeaderUnsetEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "LeaderUnsetEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "LeaderUnsetEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "leaderUnsetEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "LeaderUnsetEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "LeaderUnsetEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "LeaderUnsetEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "licenseByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "LicenseWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "License", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "licenses", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "LicenseOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "LicenseWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "License", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "licensesConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "LicenseOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "LicenseWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "LicenseConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "memberAccountsUpdatedEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "MemberAccountsUpdatedEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "MemberAccountsUpdatedEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "memberAccountsUpdatedEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "MemberAccountsUpdatedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MemberAccountsUpdatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "MemberAccountsUpdatedEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "memberAccountsUpdatedEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "MemberAccountsUpdatedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MemberAccountsUpdatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "MemberAccountsUpdatedEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "memberBannedFromChannelEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "MemberBannedFromChannelEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "MemberBannedFromChannelEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "memberBannedFromChannelEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "MemberBannedFromChannelEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MemberBannedFromChannelEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "MemberBannedFromChannelEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "memberBannedFromChannelEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "MemberBannedFromChannelEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MemberBannedFromChannelEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "MemberBannedFromChannelEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "memberCreatedEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "MemberCreatedEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "MemberCreatedEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "memberCreatedEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "MemberCreatedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MemberCreatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "MemberCreatedEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "memberCreatedEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "MemberCreatedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MemberCreatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "MemberCreatedEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "memberInvitedEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "MemberInvitedEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "MemberInvitedEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "memberInvitedEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "MemberInvitedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MemberInvitedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "MemberInvitedEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "memberInvitedEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "MemberInvitedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MemberInvitedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "MemberInvitedEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "memberMetadata", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "MemberMetadataOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MemberMetadataWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "MemberMetadata", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "memberMetadataByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "MemberMetadataWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "MemberMetadata", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "memberMetadataConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "MemberMetadataOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MemberMetadataWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "MemberMetadataConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "memberProfileUpdatedEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "MemberProfileUpdatedEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "MemberProfileUpdatedEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "memberProfileUpdatedEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "MemberProfileUpdatedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MemberProfileUpdatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "MemberProfileUpdatedEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "memberProfileUpdatedEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "MemberProfileUpdatedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MemberProfileUpdatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "MemberProfileUpdatedEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "memberVerificationStatusUpdatedEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "MemberVerificationStatusUpdatedEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "MemberVerificationStatusUpdatedEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "memberVerificationStatusUpdatedEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "MemberVerificationStatusUpdatedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MemberVerificationStatusUpdatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "MemberVerificationStatusUpdatedEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "memberVerificationStatusUpdatedEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "MemberVerificationStatusUpdatedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MemberVerificationStatusUpdatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "MemberVerificationStatusUpdatedEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "membersByHandle", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "5", "isDeprecated": false, "deprecationReason": null }, { "name": "skip", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "0", "isDeprecated": false, "deprecationReason": null }, { "name": "text", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "whereMembership", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "MembersByHandleFTSOutput", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "membershipBoughtEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "MembershipBoughtEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "MembershipBoughtEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "membershipBoughtEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "MembershipBoughtEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipBoughtEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "MembershipBoughtEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "membershipBoughtEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "MembershipBoughtEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipBoughtEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "MembershipBoughtEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "membershipByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "MembershipWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "Membership", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "membershipExternalResourceByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "MembershipExternalResourceWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "MembershipExternalResource", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "membershipExternalResources", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "MembershipExternalResourceOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipExternalResourceWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "MembershipExternalResource", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "membershipExternalResourcesConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "MembershipExternalResourceOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipExternalResourceWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "MembershipExternalResourceConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "membershipGiftedEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "MembershipGiftedEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "MembershipGiftedEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "membershipGiftedEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "MembershipGiftedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipGiftedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "MembershipGiftedEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "membershipGiftedEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "MembershipGiftedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipGiftedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "MembershipGiftedEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "membershipPriceUpdatedEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "MembershipPriceUpdatedEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "MembershipPriceUpdatedEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "membershipPriceUpdatedEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "MembershipPriceUpdatedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipPriceUpdatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "MembershipPriceUpdatedEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "membershipPriceUpdatedEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "MembershipPriceUpdatedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipPriceUpdatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "MembershipPriceUpdatedEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "memberships", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "MembershipOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Membership", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "membershipsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "MembershipOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "MembershipConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "metaprotocolTransactionStatusEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "MetaprotocolTransactionStatusEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "MetaprotocolTransactionStatusEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "metaprotocolTransactionStatusEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "MetaprotocolTransactionStatusEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MetaprotocolTransactionStatusEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "MetaprotocolTransactionStatusEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "metaprotocolTransactionStatusEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "MetaprotocolTransactionStatusEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MetaprotocolTransactionStatusEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "MetaprotocolTransactionStatusEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "mostFollowedChannelsConnection", "description": "Get connection of most followed channels in a given period or of all time", "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "limit", "description": "`limit` indicates on how many channels the connection should be capped.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ChannelOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "periodDays", "description": "`periodDays` indicates from which time period the follows should be taken from. Can be 7 or 30.\nIf not provided, follows from all time will be used.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ChannelWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ChannelConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "mostViewedCategories", "description": "Get list of most viewed categories in a given time period", "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "timePeriodDays", "description": "timePeriodDays must take one of the following values: 7, 30", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "EntityViewsInfo", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "mostViewedCategoriesAllTime", "description": "Get list of most viewed categories of all time", "args": [ { "name": "limit", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "EntityViewsInfo", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "mostViewedChannelsConnection", "description": "Get connection of most viewed channels in a given period or of all time", "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "limit", "description": "`limit` indicates on how many channels the connection should be capped.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ChannelOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "periodDays", "description": "`periodDays` indicates from which time period the views should be taken from. Can be 7 or 30.\nIf not provided, views from all time will be used.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ChannelWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ChannelConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "mostViewedVideosConnection", "description": "Get connection of most viewed videos in a given period or of all time", "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "limit", "description": "`limit` indicates on how many videos the connection should be capped.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "VideoOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "periodDays", "description": "`periodDays` indicates from which time period the views should be taken from. Can be 7 or 30.\nIf not provided, views from all time will be used.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VideoWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "VideoConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "newCandidateEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "NewCandidateEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "NewCandidateEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "newCandidateEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "NewCandidateEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "NewCandidateEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "NewCandidateEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "newCandidateEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "NewCandidateEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "NewCandidateEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "NewCandidateEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "newCouncilElectedEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "NewCouncilElectedEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "NewCouncilElectedEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "newCouncilElectedEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "NewCouncilElectedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "NewCouncilElectedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "NewCouncilElectedEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "newCouncilElectedEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "NewCouncilElectedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "NewCouncilElectedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "NewCouncilElectedEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "newCouncilNotElectedEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "NewCouncilNotElectedEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "NewCouncilNotElectedEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "newCouncilNotElectedEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "NewCouncilNotElectedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "NewCouncilNotElectedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "NewCouncilNotElectedEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "newCouncilNotElectedEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "NewCouncilNotElectedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "NewCouncilNotElectedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "NewCouncilNotElectedEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "newMissedRewardLevelReachedEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "NewMissedRewardLevelReachedEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "NewMissedRewardLevelReachedEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "newMissedRewardLevelReachedEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "NewMissedRewardLevelReachedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "NewMissedRewardLevelReachedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "NewMissedRewardLevelReachedEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "newMissedRewardLevelReachedEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "NewMissedRewardLevelReachedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "NewMissedRewardLevelReachedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "NewMissedRewardLevelReachedEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nftBoughtEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "NftBoughtEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "NftBoughtEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "nftBoughtEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "NftBoughtEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "NftBoughtEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "NftBoughtEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nftBoughtEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "NftBoughtEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "NftBoughtEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "NftBoughtEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nftIssuedEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "NftIssuedEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "NftIssuedEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "nftIssuedEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "NftIssuedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "NftIssuedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "NftIssuedEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nftIssuedEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "NftIssuedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "NftIssuedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "NftIssuedEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nftSellOrderMadeEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "NftSellOrderMadeEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "NftSellOrderMadeEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "nftSellOrderMadeEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "NftSellOrderMadeEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "NftSellOrderMadeEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "NftSellOrderMadeEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nftSellOrderMadeEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "NftSellOrderMadeEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "NftSellOrderMadeEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "NftSellOrderMadeEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nftSlingedBackToTheOriginalArtistEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "NftSlingedBackToTheOriginalArtistEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "NftSlingedBackToTheOriginalArtistEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "nftSlingedBackToTheOriginalArtistEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "NftSlingedBackToTheOriginalArtistEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "NftSlingedBackToTheOriginalArtistEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "NftSlingedBackToTheOriginalArtistEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nftSlingedBackToTheOriginalArtistEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "NftSlingedBackToTheOriginalArtistEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "NftSlingedBackToTheOriginalArtistEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "NftSlingedBackToTheOriginalArtistEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodeLocationMetadata", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "NodeLocationMetadataOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "NodeLocationMetadataWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "NodeLocationMetadata", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodeLocationMetadataByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "NodeLocationMetadataWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "NodeLocationMetadata", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodeLocationMetadataConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "NodeLocationMetadataOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "NodeLocationMetadataWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "NodeLocationMetadataConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "notEnoughCandidatesEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "NotEnoughCandidatesEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "NotEnoughCandidatesEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "notEnoughCandidatesEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "NotEnoughCandidatesEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "NotEnoughCandidatesEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "NotEnoughCandidatesEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "notEnoughCandidatesEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "NotEnoughCandidatesEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "NotEnoughCandidatesEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "NotEnoughCandidatesEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "offerAcceptedEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "OfferAcceptedEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "OfferAcceptedEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "offerAcceptedEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "OfferAcceptedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "OfferAcceptedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OfferAcceptedEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "offerAcceptedEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "OfferAcceptedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "OfferAcceptedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OfferAcceptedEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "offerCanceledEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "OfferCanceledEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "OfferCanceledEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "offerCanceledEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "OfferCanceledEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "OfferCanceledEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OfferCanceledEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "offerCanceledEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "OfferCanceledEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "OfferCanceledEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OfferCanceledEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "offerStartedEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "OfferStartedEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "OfferStartedEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "offerStartedEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "OfferStartedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "OfferStartedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OfferStartedEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "offerStartedEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "OfferStartedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "OfferStartedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OfferStartedEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "openAuctionBidAcceptedEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "OpenAuctionBidAcceptedEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "OpenAuctionBidAcceptedEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "openAuctionBidAcceptedEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "OpenAuctionBidAcceptedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "OpenAuctionBidAcceptedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OpenAuctionBidAcceptedEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "openAuctionBidAcceptedEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "OpenAuctionBidAcceptedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "OpenAuctionBidAcceptedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OpenAuctionBidAcceptedEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "openAuctionStartedEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "OpenAuctionStartedEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "OpenAuctionStartedEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "openAuctionStartedEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "OpenAuctionStartedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "OpenAuctionStartedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OpenAuctionStartedEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "openAuctionStartedEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "OpenAuctionStartedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "OpenAuctionStartedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OpenAuctionStartedEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "openingAddedEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "OpeningAddedEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "OpeningAddedEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "openingAddedEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "OpeningAddedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "OpeningAddedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OpeningAddedEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "openingAddedEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "OpeningAddedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "OpeningAddedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OpeningAddedEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "openingCanceledEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "OpeningCanceledEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "OpeningCanceledEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "openingCanceledEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "OpeningCanceledEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "OpeningCanceledEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OpeningCanceledEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "openingCanceledEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "OpeningCanceledEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "OpeningCanceledEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OpeningCanceledEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "openingFilledEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "OpeningFilledEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "OpeningFilledEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "openingFilledEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "OpeningFilledEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "OpeningFilledEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OpeningFilledEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "openingFilledEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "OpeningFilledEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "OpeningFilledEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OpeningFilledEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "oracleJudgmentSubmittedEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "OracleJudgmentSubmittedEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "OracleJudgmentSubmittedEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "oracleJudgmentSubmittedEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "OracleJudgmentSubmittedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "OracleJudgmentSubmittedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OracleJudgmentSubmittedEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "oracleJudgmentSubmittedEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "OracleJudgmentSubmittedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "OracleJudgmentSubmittedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OracleJudgmentSubmittedEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "ownedNftByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "OwnedNftWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "OwnedNft", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "ownedNfts", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "OwnedNftOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "OwnedNftWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OwnedNft", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "ownedNftsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "OwnedNftOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "OwnedNftWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OwnedNftConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "popularChannels", "description": "Get list of 15 most watched channels in random order", "args": [ { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ChannelWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Channel", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "postAddedEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "PostAddedEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "PostAddedEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "postAddedEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "PostAddedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "PostAddedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PostAddedEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "postAddedEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "PostAddedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "PostAddedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PostAddedEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "postDeletedEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "PostDeletedEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "PostDeletedEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "postDeletedEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "PostDeletedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "PostDeletedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PostDeletedEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "postDeletedEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "PostDeletedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "PostDeletedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PostDeletedEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "postModeratedEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "PostModeratedEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "PostModeratedEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "postModeratedEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "PostModeratedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "PostModeratedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PostModeratedEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "postModeratedEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "PostModeratedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "PostModeratedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PostModeratedEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "postTextUpdatedEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "PostTextUpdatedEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "PostTextUpdatedEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "postTextUpdatedEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "PostTextUpdatedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "PostTextUpdatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PostTextUpdatedEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "postTextUpdatedEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "PostTextUpdatedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "PostTextUpdatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PostTextUpdatedEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "postsByText", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "5", "isDeprecated": false, "deprecationReason": null }, { "name": "skip", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "0", "isDeprecated": false, "deprecationReason": null }, { "name": "text", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "whereForumPost", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ForumPostWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PostsByTextFTSOutput", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "promisingChannels", "description": "Get list of 15 most watched channels out of 100 newest channels in random order", "args": [ { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ChannelWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Channel", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "proposalByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ProposalWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "Proposal", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "proposalCancelledEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ProposalCancelledEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "ProposalCancelledEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "proposalCancelledEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ProposalCancelledEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ProposalCancelledEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProposalCancelledEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "proposalCancelledEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ProposalCancelledEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ProposalCancelledEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProposalCancelledEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "proposalCreatedEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ProposalCreatedEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "ProposalCreatedEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "proposalCreatedEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ProposalCreatedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ProposalCreatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProposalCreatedEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "proposalCreatedEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ProposalCreatedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ProposalCreatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProposalCreatedEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "proposalDecisionMadeEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ProposalDecisionMadeEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "ProposalDecisionMadeEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "proposalDecisionMadeEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ProposalDecisionMadeEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ProposalDecisionMadeEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProposalDecisionMadeEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "proposalDecisionMadeEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ProposalDecisionMadeEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ProposalDecisionMadeEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProposalDecisionMadeEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "proposalDiscussionPostByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ProposalDiscussionPostWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "ProposalDiscussionPost", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "proposalDiscussionPostCreatedEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ProposalDiscussionPostCreatedEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "ProposalDiscussionPostCreatedEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "proposalDiscussionPostCreatedEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ProposalDiscussionPostCreatedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ProposalDiscussionPostCreatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProposalDiscussionPostCreatedEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "proposalDiscussionPostCreatedEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ProposalDiscussionPostCreatedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ProposalDiscussionPostCreatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProposalDiscussionPostCreatedEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "proposalDiscussionPostDeletedEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ProposalDiscussionPostDeletedEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "ProposalDiscussionPostDeletedEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "proposalDiscussionPostDeletedEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ProposalDiscussionPostDeletedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ProposalDiscussionPostDeletedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProposalDiscussionPostDeletedEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "proposalDiscussionPostDeletedEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ProposalDiscussionPostDeletedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ProposalDiscussionPostDeletedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProposalDiscussionPostDeletedEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "proposalDiscussionPostUpdatedEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ProposalDiscussionPostUpdatedEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "ProposalDiscussionPostUpdatedEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "proposalDiscussionPostUpdatedEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ProposalDiscussionPostUpdatedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ProposalDiscussionPostUpdatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProposalDiscussionPostUpdatedEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "proposalDiscussionPostUpdatedEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ProposalDiscussionPostUpdatedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ProposalDiscussionPostUpdatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProposalDiscussionPostUpdatedEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "proposalDiscussionPosts", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ProposalDiscussionPostOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ProposalDiscussionPostWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProposalDiscussionPost", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "proposalDiscussionPostsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ProposalDiscussionPostOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ProposalDiscussionPostWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProposalDiscussionPostConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "proposalDiscussionThreadByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ProposalDiscussionThreadWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "ProposalDiscussionThread", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "proposalDiscussionThreadModeChangedEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ProposalDiscussionThreadModeChangedEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "ProposalDiscussionThreadModeChangedEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "proposalDiscussionThreadModeChangedEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ProposalDiscussionThreadModeChangedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ProposalDiscussionThreadModeChangedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProposalDiscussionThreadModeChangedEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "proposalDiscussionThreadModeChangedEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ProposalDiscussionThreadModeChangedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ProposalDiscussionThreadModeChangedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProposalDiscussionThreadModeChangedEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "proposalDiscussionThreads", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ProposalDiscussionThreadOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ProposalDiscussionThreadWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProposalDiscussionThread", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "proposalDiscussionThreadsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ProposalDiscussionThreadOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ProposalDiscussionThreadWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProposalDiscussionThreadConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "proposalDiscussionWhitelistByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ProposalDiscussionWhitelistWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "ProposalDiscussionWhitelist", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "proposalDiscussionWhitelists", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ProposalDiscussionWhitelistOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ProposalDiscussionWhitelistWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProposalDiscussionWhitelist", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "proposalDiscussionWhitelistsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ProposalDiscussionWhitelistOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ProposalDiscussionWhitelistWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProposalDiscussionWhitelistConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "proposalExecutedEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ProposalExecutedEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "ProposalExecutedEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "proposalExecutedEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ProposalExecutedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ProposalExecutedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProposalExecutedEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "proposalExecutedEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ProposalExecutedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ProposalExecutedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProposalExecutedEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "proposalStatusUpdatedEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ProposalStatusUpdatedEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "ProposalStatusUpdatedEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "proposalStatusUpdatedEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ProposalStatusUpdatedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ProposalStatusUpdatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProposalStatusUpdatedEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "proposalStatusUpdatedEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ProposalStatusUpdatedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ProposalStatusUpdatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProposalStatusUpdatedEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "proposalVotedEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ProposalVotedEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "ProposalVotedEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "proposalVotedEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ProposalVotedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ProposalVotedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProposalVotedEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "proposalVotedEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ProposalVotedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ProposalVotedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProposalVotedEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "proposals", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ProposalOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ProposalWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Proposal", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "proposalsByTitle", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "5", "isDeprecated": false, "deprecationReason": null }, { "name": "skip", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "0", "isDeprecated": false, "deprecationReason": null }, { "name": "text", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "whereProposal", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ProposalWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProposalsByTitleFTSOutput", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "proposalsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ProposalOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ProposalWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProposalConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "referendumFinishedEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ReferendumFinishedEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "ReferendumFinishedEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "referendumFinishedEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ReferendumFinishedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ReferendumFinishedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ReferendumFinishedEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "referendumFinishedEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ReferendumFinishedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ReferendumFinishedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ReferendumFinishedEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "referendumStageRevealingByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ReferendumStageRevealingWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "ReferendumStageRevealing", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "referendumStageRevealings", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ReferendumStageRevealingOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ReferendumStageRevealingWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ReferendumStageRevealing", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "referendumStageRevealingsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ReferendumStageRevealingOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ReferendumStageRevealingWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ReferendumStageRevealingConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "referendumStageVotingByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ReferendumStageVotingWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "ReferendumStageVoting", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "referendumStageVotings", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ReferendumStageVotingOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ReferendumStageVotingWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ReferendumStageVoting", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "referendumStageVotingsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ReferendumStageVotingOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ReferendumStageVotingWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ReferendumStageVotingConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "referendumStartedEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ReferendumStartedEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "ReferendumStartedEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "referendumStartedEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ReferendumStartedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ReferendumStartedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ReferendumStartedEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "referendumStartedEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ReferendumStartedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ReferendumStartedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ReferendumStartedEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "referendumStartedForcefullyEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ReferendumStartedForcefullyEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "ReferendumStartedForcefullyEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "referendumStartedForcefullyEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ReferendumStartedForcefullyEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ReferendumStartedForcefullyEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ReferendumStartedForcefullyEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "referendumStartedForcefullyEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ReferendumStartedForcefullyEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ReferendumStartedForcefullyEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ReferendumStartedForcefullyEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "referralCutUpdatedEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ReferralCutUpdatedEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "ReferralCutUpdatedEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "referralCutUpdatedEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ReferralCutUpdatedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ReferralCutUpdatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ReferralCutUpdatedEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "referralCutUpdatedEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ReferralCutUpdatedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ReferralCutUpdatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ReferralCutUpdatedEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "reportedChannels", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "30", "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "ENUM", "name": "ChannelReportOrderByInput", "ofType": null }, "defaultValue": "createdAt_DESC", "isDeprecated": false, "deprecationReason": null }, { "name": "skip", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ChannelReportsWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ChannelReportInfo", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "reportedVideos", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "30", "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "ENUM", "name": "VideoReportOrderByInput", "ofType": null }, "defaultValue": "createdAt_DESC", "isDeprecated": false, "deprecationReason": null }, { "name": "skip", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VideoReportsWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "VideoReportInfo", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "requestFundedEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "RequestFundedEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "RequestFundedEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "requestFundedEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "RequestFundedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "RequestFundedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "RequestFundedEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "requestFundedEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "RequestFundedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "RequestFundedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "RequestFundedEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "revealingStageStartedEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "RevealingStageStartedEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "RevealingStageStartedEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "revealingStageStartedEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "RevealingStageStartedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "RevealingStageStartedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "RevealingStageStartedEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "revealingStageStartedEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "RevealingStageStartedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "RevealingStageStartedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "RevealingStageStartedEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardPaidEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "RewardPaidEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "RewardPaidEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardPaidEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "RewardPaidEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "RewardPaidEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "RewardPaidEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardPaidEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "RewardPaidEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "RewardPaidEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "RewardPaidEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardPaymentEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "RewardPaymentEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "RewardPaymentEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardPaymentEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "RewardPaymentEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "RewardPaymentEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "RewardPaymentEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardPaymentEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "RewardPaymentEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "RewardPaymentEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "RewardPaymentEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "runtimeWasmBytecodeByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "RuntimeWasmBytecodeWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "RuntimeWasmBytecode", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "runtimeWasmBytecodes", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "RuntimeWasmBytecodeOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "RuntimeWasmBytecodeWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "RuntimeWasmBytecode", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "runtimeWasmBytecodesConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "RuntimeWasmBytecodeOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "RuntimeWasmBytecodeWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "RuntimeWasmBytecodeConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "search", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "5", "isDeprecated": false, "deprecationReason": null }, { "name": "skip", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "0", "isDeprecated": false, "deprecationReason": null }, { "name": "text", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "whereChannel", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ChannelWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "whereVideo", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VideoWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "SearchFTSOutput", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "stakeDecreasedEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "StakeDecreasedEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "StakeDecreasedEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "stakeDecreasedEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "StakeDecreasedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "StakeDecreasedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "StakeDecreasedEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "stakeDecreasedEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "StakeDecreasedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "StakeDecreasedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "StakeDecreasedEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "stakeIncreasedEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "StakeIncreasedEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "StakeIncreasedEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "stakeIncreasedEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "StakeIncreasedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "StakeIncreasedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "StakeIncreasedEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "stakeIncreasedEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "StakeIncreasedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "StakeIncreasedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "StakeIncreasedEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "stakeReleasedEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "StakeReleasedEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "StakeReleasedEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "stakeReleasedEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "StakeReleasedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "StakeReleasedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "StakeReleasedEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "stakeReleasedEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "StakeReleasedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "StakeReleasedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "StakeReleasedEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "stakeSlashedEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "StakeSlashedEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "StakeSlashedEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "stakeSlashedEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "StakeSlashedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "StakeSlashedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "StakeSlashedEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "stakeSlashedEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "StakeSlashedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "StakeSlashedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "StakeSlashedEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "stakingAccountAddedEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "StakingAccountAddedEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "StakingAccountAddedEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "stakingAccountAddedEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "StakingAccountAddedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "StakingAccountAddedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "StakingAccountAddedEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "stakingAccountAddedEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "StakingAccountAddedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "StakingAccountAddedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "StakingAccountAddedEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "stakingAccountConfirmedEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "StakingAccountConfirmedEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "StakingAccountConfirmedEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "stakingAccountConfirmedEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "StakingAccountConfirmedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "StakingAccountConfirmedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "StakingAccountConfirmedEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "stakingAccountConfirmedEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "StakingAccountConfirmedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "StakingAccountConfirmedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "StakingAccountConfirmedEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "stakingAccountRemovedEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "StakingAccountRemovedEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "StakingAccountRemovedEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "stakingAccountRemovedEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "StakingAccountRemovedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "StakingAccountRemovedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "StakingAccountRemovedEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "stakingAccountRemovedEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "StakingAccountRemovedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "StakingAccountRemovedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "StakingAccountRemovedEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "statusTextChangedEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "StatusTextChangedEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "StatusTextChangedEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "statusTextChangedEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "StatusTextChangedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "StatusTextChangedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "StatusTextChangedEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "statusTextChangedEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "StatusTextChangedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "StatusTextChangedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "StatusTextChangedEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "storageBagByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "StorageBagWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "StorageBag", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "storageBags", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "StorageBagOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "StorageBagWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "StorageBag", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "storageBagsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "StorageBagOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "StorageBagWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "StorageBagConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "storageBucketByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "StorageBucketWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "StorageBucket", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "storageBucketOperatorMetadata", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "StorageBucketOperatorMetadataOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "StorageBucketOperatorMetadataWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "StorageBucketOperatorMetadata", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "storageBucketOperatorMetadataByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "StorageBucketOperatorMetadataWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "StorageBucketOperatorMetadata", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "storageBucketOperatorMetadataConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "StorageBucketOperatorMetadataOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "StorageBucketOperatorMetadataWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "StorageBucketOperatorMetadataConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "storageBuckets", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "StorageBucketOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "StorageBucketWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "StorageBucket", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "storageBucketsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "StorageBucketOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "StorageBucketWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "StorageBucketConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "storageDataObjectByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "StorageDataObjectWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "StorageDataObject", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "storageDataObjects", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "StorageDataObjectOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "StorageDataObjectWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "StorageDataObject", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "storageDataObjectsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "StorageDataObjectOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "StorageDataObjectWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "StorageDataObjectConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "terminatedLeaderEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "TerminatedLeaderEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "TerminatedLeaderEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "terminatedLeaderEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "TerminatedLeaderEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "TerminatedLeaderEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TerminatedLeaderEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "terminatedLeaderEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "TerminatedLeaderEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "TerminatedLeaderEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TerminatedLeaderEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "terminatedWorkerEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "TerminatedWorkerEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "TerminatedWorkerEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "terminatedWorkerEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "TerminatedWorkerEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "TerminatedWorkerEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TerminatedWorkerEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "terminatedWorkerEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "TerminatedWorkerEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "TerminatedWorkerEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TerminatedWorkerEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "threadCreatedEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ThreadCreatedEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "ThreadCreatedEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "threadCreatedEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ThreadCreatedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ThreadCreatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ThreadCreatedEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "threadCreatedEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ThreadCreatedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ThreadCreatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ThreadCreatedEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "threadDeletedEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ThreadDeletedEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "ThreadDeletedEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "threadDeletedEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ThreadDeletedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ThreadDeletedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ThreadDeletedEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "threadDeletedEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ThreadDeletedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ThreadDeletedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ThreadDeletedEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "threadMetadataUpdatedEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ThreadMetadataUpdatedEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "ThreadMetadataUpdatedEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "threadMetadataUpdatedEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ThreadMetadataUpdatedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ThreadMetadataUpdatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ThreadMetadataUpdatedEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "threadMetadataUpdatedEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ThreadMetadataUpdatedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ThreadMetadataUpdatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ThreadMetadataUpdatedEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "threadModeratedEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ThreadModeratedEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "ThreadModeratedEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "threadModeratedEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ThreadModeratedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ThreadModeratedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ThreadModeratedEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "threadModeratedEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ThreadModeratedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ThreadModeratedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ThreadModeratedEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "threadMovedEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ThreadMovedEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "ThreadMovedEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "threadMovedEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ThreadMovedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ThreadMovedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ThreadMovedEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "threadMovedEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ThreadMovedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ThreadMovedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ThreadMovedEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "threadsByTitle", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "5", "isDeprecated": false, "deprecationReason": null }, { "name": "skip", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "0", "isDeprecated": false, "deprecationReason": null }, { "name": "text", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "whereForumThread", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ForumThreadWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ThreadsByTitleFTSOutput", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "top10Channels", "description": "Get list of 10 most followed channels of all time", "args": [ { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ChannelWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Channel", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "top10VideosThisMonth", "description": "Get list of 10 most watched videos in last month", "args": [ { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VideoWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Video", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "top10VideosThisWeek", "description": "Get list of 10 most watched videos in last week", "args": [ { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VideoWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Video", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "transactionalStatusUpdateByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "TransactionalStatusUpdateWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "TransactionalStatusUpdate", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "transactionalStatusUpdates", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "TransactionalStatusUpdateOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "TransactionalStatusUpdateWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TransactionalStatusUpdate", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "transactionalStatusUpdatesConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "TransactionalStatusUpdateOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "TransactionalStatusUpdateWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TransactionalStatusUpdateConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "upcomingWorkingGroupOpeningByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UpcomingWorkingGroupOpeningWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "UpcomingWorkingGroupOpening", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "upcomingWorkingGroupOpenings", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "UpcomingWorkingGroupOpeningOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "UpcomingWorkingGroupOpeningWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UpcomingWorkingGroupOpening", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "upcomingWorkingGroupOpeningsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "UpcomingWorkingGroupOpeningOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "UpcomingWorkingGroupOpeningWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UpcomingWorkingGroupOpeningConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "videoAssetsDeletedByModeratorEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "VideoAssetsDeletedByModeratorEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "VideoAssetsDeletedByModeratorEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "videoAssetsDeletedByModeratorEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "VideoAssetsDeletedByModeratorEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VideoAssetsDeletedByModeratorEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "VideoAssetsDeletedByModeratorEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "videoAssetsDeletedByModeratorEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "VideoAssetsDeletedByModeratorEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VideoAssetsDeletedByModeratorEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "VideoAssetsDeletedByModeratorEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "videoByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "VideoWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "Video", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "videoCategories", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "VideoCategoryOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VideoCategoryWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "VideoCategory", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "videoCategoriesByName", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "5", "isDeprecated": false, "deprecationReason": null }, { "name": "skip", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "0", "isDeprecated": false, "deprecationReason": null }, { "name": "text", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "whereVideoCategory", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VideoCategoryWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "VideoCategoriesByNameFTSOutput", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "videoCategoriesConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "VideoCategoryOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VideoCategoryWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "VideoCategoryConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "videoCategoryByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "VideoCategoryWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "VideoCategory", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "videoDeletedByModeratorEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "VideoDeletedByModeratorEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "VideoDeletedByModeratorEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "videoDeletedByModeratorEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "VideoDeletedByModeratorEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VideoDeletedByModeratorEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "VideoDeletedByModeratorEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "videoDeletedByModeratorEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "VideoDeletedByModeratorEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VideoDeletedByModeratorEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "VideoDeletedByModeratorEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "videoDeletedEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "VideoDeletedEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "VideoDeletedEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "videoDeletedEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "VideoDeletedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VideoDeletedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "VideoDeletedEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "videoDeletedEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "VideoDeletedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VideoDeletedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "VideoDeletedEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "videoHero", "description": "Get current video hero", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "VideoHero", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "videoMediaEncodingByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "VideoMediaEncodingWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "VideoMediaEncoding", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "videoMediaEncodings", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "VideoMediaEncodingOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VideoMediaEncodingWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "VideoMediaEncoding", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "videoMediaEncodingsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "VideoMediaEncodingOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VideoMediaEncodingWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "VideoMediaEncodingConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "videoMediaMetadata", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "VideoMediaMetadataOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VideoMediaMetadataWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "VideoMediaMetadata", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "videoMediaMetadataByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "VideoMediaMetadataWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "VideoMediaMetadata", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "videoMediaMetadataConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "VideoMediaMetadataOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VideoMediaMetadataWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "VideoMediaMetadataConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "videoReactedEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "VideoReactedEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "VideoReactedEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "videoReactedEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "VideoReactedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VideoReactedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "VideoReactedEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "videoReactedEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "VideoReactedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VideoReactedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "VideoReactedEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "videoReactionByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "VideoReactionWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "VideoReaction", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "videoReactions", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "VideoReactionOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VideoReactionWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "VideoReaction", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "videoReactionsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "VideoReactionOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VideoReactionWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "VideoReactionConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "videoReactionsCountByReactionTypeByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "VideoReactionsCountByReactionTypeWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "VideoReactionsCountByReactionType", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "videoReactionsCountByReactionTypes", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "VideoReactionsCountByReactionTypeOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VideoReactionsCountByReactionTypeWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "VideoReactionsCountByReactionType", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "videoReactionsCountByReactionTypesConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "VideoReactionsCountByReactionTypeOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VideoReactionsCountByReactionTypeWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "VideoReactionsCountByReactionTypeConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "videoReactionsPreferenceEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "VideoReactionsPreferenceEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "VideoReactionsPreferenceEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "videoReactionsPreferenceEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "VideoReactionsPreferenceEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VideoReactionsPreferenceEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "VideoReactionsPreferenceEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "videoReactionsPreferenceEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "VideoReactionsPreferenceEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VideoReactionsPreferenceEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "VideoReactionsPreferenceEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "videoSubtitleByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "VideoSubtitleWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "VideoSubtitle", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "videoSubtitles", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "VideoSubtitleOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VideoSubtitleWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "VideoSubtitle", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "videoSubtitlesConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "VideoSubtitleOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VideoSubtitleWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "VideoSubtitleConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "videoVisibilitySetByModeratorEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "VideoVisibilitySetByModeratorEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "VideoVisibilitySetByModeratorEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "videoVisibilitySetByModeratorEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "VideoVisibilitySetByModeratorEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VideoVisibilitySetByModeratorEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "VideoVisibilitySetByModeratorEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "videoVisibilitySetByModeratorEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "VideoVisibilitySetByModeratorEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VideoVisibilitySetByModeratorEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "VideoVisibilitySetByModeratorEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "videos", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "VideoOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VideoWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Video", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "videosConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "VideoOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VideoWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "VideoConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "voteCastEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "VoteCastEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "VoteCastEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "voteCastEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "VoteCastEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VoteCastEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "VoteCastEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "voteCastEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "VoteCastEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VoteCastEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "VoteCastEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "voteRevealedEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "VoteRevealedEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "VoteRevealedEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "voteRevealedEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "VoteRevealedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VoteRevealedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "VoteRevealedEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "voteRevealedEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "VoteRevealedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VoteRevealedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "VoteRevealedEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "votingPeriodStartedEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "VotingPeriodStartedEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "VotingPeriodStartedEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "votingPeriodStartedEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "VotingPeriodStartedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VotingPeriodStartedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "VotingPeriodStartedEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "votingPeriodStartedEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "VotingPeriodStartedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VotingPeriodStartedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "VotingPeriodStartedEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "workEntrantFundsWithdrawnEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "WorkEntrantFundsWithdrawnEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "WorkEntrantFundsWithdrawnEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "workEntrantFundsWithdrawnEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "WorkEntrantFundsWithdrawnEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkEntrantFundsWithdrawnEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkEntrantFundsWithdrawnEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "workEntrantFundsWithdrawnEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "WorkEntrantFundsWithdrawnEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkEntrantFundsWithdrawnEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkEntrantFundsWithdrawnEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "workEntryAnnouncedEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "WorkEntryAnnouncedEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "WorkEntryAnnouncedEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "workEntryAnnouncedEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "WorkEntryAnnouncedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkEntryAnnouncedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkEntryAnnouncedEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "workEntryAnnouncedEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "WorkEntryAnnouncedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkEntryAnnouncedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkEntryAnnouncedEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "workEntrySlashedEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "WorkEntrySlashedEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "WorkEntrySlashedEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "workEntrySlashedEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "WorkEntrySlashedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkEntrySlashedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkEntrySlashedEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "workEntrySlashedEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "WorkEntrySlashedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkEntrySlashedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkEntrySlashedEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "workEntryWithdrawnEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "WorkEntryWithdrawnEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "WorkEntryWithdrawnEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "workEntryWithdrawnEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "WorkEntryWithdrawnEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkEntryWithdrawnEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkEntryWithdrawnEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "workEntryWithdrawnEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "WorkEntryWithdrawnEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkEntryWithdrawnEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkEntryWithdrawnEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "workSubmittedEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "WorkSubmittedEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "WorkSubmittedEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "workSubmittedEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "WorkSubmittedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkSubmittedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkSubmittedEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "workSubmittedEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "WorkSubmittedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkSubmittedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkSubmittedEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "workerByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "WorkerWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "Worker", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "workerExitedEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "WorkerExitedEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "WorkerExitedEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "workerExitedEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "WorkerExitedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkerExitedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkerExitedEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "workerExitedEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "WorkerExitedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkerExitedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkerExitedEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "workerRewardAccountUpdatedEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "WorkerRewardAccountUpdatedEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "WorkerRewardAccountUpdatedEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "workerRewardAccountUpdatedEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "WorkerRewardAccountUpdatedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkerRewardAccountUpdatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkerRewardAccountUpdatedEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "workerRewardAccountUpdatedEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "WorkerRewardAccountUpdatedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkerRewardAccountUpdatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkerRewardAccountUpdatedEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "workerRewardAmountUpdatedEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "WorkerRewardAmountUpdatedEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "WorkerRewardAmountUpdatedEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "workerRewardAmountUpdatedEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "WorkerRewardAmountUpdatedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkerRewardAmountUpdatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkerRewardAmountUpdatedEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "workerRewardAmountUpdatedEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "WorkerRewardAmountUpdatedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkerRewardAmountUpdatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkerRewardAmountUpdatedEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "workerRoleAccountUpdatedEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "WorkerRoleAccountUpdatedEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "WorkerRoleAccountUpdatedEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "workerRoleAccountUpdatedEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "WorkerRoleAccountUpdatedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkerRoleAccountUpdatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkerRoleAccountUpdatedEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "workerRoleAccountUpdatedEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "WorkerRoleAccountUpdatedEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkerRoleAccountUpdatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkerRoleAccountUpdatedEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "workerStartedLeavingEventByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "WorkerStartedLeavingEventWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "WorkerStartedLeavingEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "workerStartedLeavingEvents", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "WorkerStartedLeavingEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkerStartedLeavingEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkerStartedLeavingEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "workerStartedLeavingEventsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "WorkerStartedLeavingEventOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkerStartedLeavingEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkerStartedLeavingEventConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "workers", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "WorkerOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkerWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Worker", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "workersConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "WorkerOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkerWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkerConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "workingGroupApplicationByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "WorkingGroupApplicationWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "WorkingGroupApplication", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "workingGroupApplications", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "WorkingGroupApplicationOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkingGroupApplicationWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkingGroupApplication", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "workingGroupApplicationsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "WorkingGroupApplicationOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkingGroupApplicationWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkingGroupApplicationConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "workingGroupByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "WorkingGroupWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "WorkingGroup", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "workingGroupMetadata", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "WorkingGroupMetadataOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkingGroupMetadataWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkingGroupMetadata", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "workingGroupMetadataByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "WorkingGroupMetadataWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "WorkingGroupMetadata", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "workingGroupMetadataConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "WorkingGroupMetadataOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkingGroupMetadataWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkingGroupMetadataConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "workingGroupOpeningByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "WorkingGroupOpeningWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "WorkingGroupOpening", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "workingGroupOpeningMetadata", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "WorkingGroupOpeningMetadataOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkingGroupOpeningMetadataWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkingGroupOpeningMetadata", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "workingGroupOpeningMetadataByUniqueInput", "description": null, "args": [ { "name": "where", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "WorkingGroupOpeningMetadataWhereUniqueInput", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "OBJECT", "name": "WorkingGroupOpeningMetadata", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "workingGroupOpeningMetadataConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "WorkingGroupOpeningMetadataOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkingGroupOpeningMetadataWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkingGroupOpeningMetadataConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "workingGroupOpenings", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "WorkingGroupOpeningOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkingGroupOpeningWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkingGroupOpening", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "workingGroupOpeningsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "WorkingGroupOpeningOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkingGroupOpeningWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkingGroupOpeningConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "workingGroups", "description": null, "args": [ { "name": "limit", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": "50", "isDeprecated": false, "deprecationReason": null }, { "name": "offset", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "WorkingGroupOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkingGroupWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkingGroup", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "workingGroupsConnection", "description": null, "args": [ { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "first", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "last", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "WorkingGroupOrderByInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "where", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkingGroupWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkingGroupConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ReferendumFinishedEvent", "description": null, "fields": [ { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Filtering options for interface implementers", "args": [], "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null }, { "kind": "INTERFACE", "name": "Event", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ReferendumFinishedEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ReferendumFinishedEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ReferendumFinishedEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ReferendumFinishedEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ReferendumFinishedEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "ReferendumFinishedEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ReferendumFinishedEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ReferendumFinishedEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ReferendumFinishedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ReferendumFinishedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ReferendumFinishedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ReferendumFinishedEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ReferendumStageRevealing", "description": null, "fields": [ { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "electionRound", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ElectionRound", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "electionRoundId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "endsAt", "description": "Block number at which the stage ends", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "startedAtBlock", "description": "Block in which referendum started", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "winningTargetCount", "description": "Target number of winners", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ReferendumStageRevealingConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ReferendumStageRevealingEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ReferendumStageRevealingCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "electionRound", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "endsAt", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "startedAtBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "winningTargetCount", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ReferendumStageRevealingEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ReferendumStageRevealing", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "ReferendumStageRevealingOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "electionRound_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "electionRound_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "endsAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "endsAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "startedAtBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "startedAtBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "winningTargetCount_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "winningTargetCount_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ReferendumStageRevealingUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "electionRound", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "endsAt", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "startedAtBlock", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "winningTargetCount", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ReferendumStageRevealingWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ReferendumStageRevealingWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ReferendumStageRevealingWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ReferendumStageRevealingWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "electionRound", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ElectionRoundWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "endsAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "endsAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "endsAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "endsAt_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "endsAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "endsAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "startedAtBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "startedAtBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "startedAtBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "startedAtBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "startedAtBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "startedAtBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "winningTargetCount_eq", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "winningTargetCount_gt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "winningTargetCount_gte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "winningTargetCount_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "winningTargetCount_lt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "winningTargetCount_lte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ReferendumStageRevealingWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ReferendumStageVoting", "description": null, "fields": [ { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "electionRound", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ElectionRound", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "electionRoundId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "endsAt", "description": "Block number at which the stage ends", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "startedAtBlock", "description": "Block in which referendum started.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "winningTargetCount", "description": "Target number of winners.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ReferendumStageVotingConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ReferendumStageVotingEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ReferendumStageVotingCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "electionRound", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "endsAt", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "startedAtBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "winningTargetCount", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ReferendumStageVotingEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ReferendumStageVoting", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "ReferendumStageVotingOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "electionRound_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "electionRound_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "endsAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "endsAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "startedAtBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "startedAtBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "winningTargetCount_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "winningTargetCount_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ReferendumStageVotingUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "electionRound", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "endsAt", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "startedAtBlock", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "winningTargetCount", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ReferendumStageVotingWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ReferendumStageVotingWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ReferendumStageVotingWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ReferendumStageVotingWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "electionRound", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ElectionRoundWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "endsAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "endsAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "endsAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "endsAt_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "endsAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "endsAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "startedAtBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "startedAtBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "startedAtBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "startedAtBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "startedAtBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "startedAtBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "winningTargetCount_eq", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "winningTargetCount_gt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "winningTargetCount_gte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "winningTargetCount_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "winningTargetCount_lt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "winningTargetCount_lte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ReferendumStageVotingWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ReferendumStartedEvent", "description": null, "fields": [ { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Filtering options for interface implementers", "args": [], "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "winningTargetCount", "description": "Amount of winning referendum options.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null }, { "kind": "INTERFACE", "name": "Event", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ReferendumStartedEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ReferendumStartedEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ReferendumStartedEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "winningTargetCount", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ReferendumStartedEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ReferendumStartedEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "ReferendumStartedEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "winningTargetCount_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "winningTargetCount_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ReferendumStartedEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "winningTargetCount", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ReferendumStartedEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ReferendumStartedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ReferendumStartedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ReferendumStartedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "winningTargetCount_eq", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "winningTargetCount_gt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "winningTargetCount_gte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "winningTargetCount_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "winningTargetCount_lt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "winningTargetCount_lte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ReferendumStartedEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ReferendumStartedForcefullyEvent", "description": null, "fields": [ { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Filtering options for interface implementers", "args": [], "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "winningTargetCount", "description": "Amount of winning referendum options.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null }, { "kind": "INTERFACE", "name": "Event", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ReferendumStartedForcefullyEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ReferendumStartedForcefullyEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ReferendumStartedForcefullyEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "winningTargetCount", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ReferendumStartedForcefullyEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ReferendumStartedForcefullyEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "ReferendumStartedForcefullyEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "winningTargetCount_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "winningTargetCount_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ReferendumStartedForcefullyEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "winningTargetCount", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ReferendumStartedForcefullyEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ReferendumStartedForcefullyEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ReferendumStartedForcefullyEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ReferendumStartedForcefullyEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "winningTargetCount_eq", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "winningTargetCount_gt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "winningTargetCount_gte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "winningTargetCount_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "winningTargetCount_lt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "winningTargetCount_lte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ReferendumStartedForcefullyEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ReferralCutUpdatedEvent", "description": null, "fields": [ { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "newValue", "description": "New cut value.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Filtering options for interface implementers", "args": [], "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null }, { "kind": "INTERFACE", "name": "Event", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ReferralCutUpdatedEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ReferralCutUpdatedEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ReferralCutUpdatedEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newValue", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ReferralCutUpdatedEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ReferralCutUpdatedEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "ReferralCutUpdatedEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newValue_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newValue_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ReferralCutUpdatedEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newValue", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ReferralCutUpdatedEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ReferralCutUpdatedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ReferralCutUpdatedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ReferralCutUpdatedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newValue_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newValue_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newValue_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newValue_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newValue_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newValue_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ReferralCutUpdatedEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "RequestFundedEvent", "description": null, "fields": [ { "name": "account", "description": "Target account.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "amount", "description": "Funding amount.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Filtering options for interface implementers", "args": [], "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null }, { "kind": "INTERFACE", "name": "Event", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "RequestFundedEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "RequestFundedEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "RequestFundedEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "account", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "amount", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "RequestFundedEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "RequestFundedEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "RequestFundedEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "account_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "account_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "amount_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "amount_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "RequestFundedEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "account", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "amount", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "RequestFundedEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "RequestFundedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "RequestFundedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "RequestFundedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "account_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "account_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "account_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "account_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "account_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "amount_eq", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "amount_gt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "amount_gte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "amount_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "amount_lt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "amount_lte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "RequestFundedEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "RevealingStageStartedEvent", "description": null, "fields": [ { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Filtering options for interface implementers", "args": [], "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null }, { "kind": "INTERFACE", "name": "Event", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "RevealingStageStartedEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "RevealingStageStartedEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "RevealingStageStartedEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "RevealingStageStartedEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "RevealingStageStartedEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "RevealingStageStartedEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "RevealingStageStartedEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "RevealingStageStartedEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "RevealingStageStartedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "RevealingStageStartedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "RevealingStageStartedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "RevealingStageStartedEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "RewardPaidEvent", "description": null, "fields": [ { "name": "amount", "description": "Amount recieved", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "group", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkingGroup", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "groupId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "paymentType", "description": "Type of the payment (REGULAR/MISSED)", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "RewardPaymentType", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardAccount", "description": "The account that recieved the reward", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Filtering options for interface implementers", "args": [], "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "worker", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Worker", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "workerId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null }, { "kind": "INTERFACE", "name": "Event", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "RewardPaidEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "RewardPaidEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "RewardPaidEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "amount", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "group", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "paymentType", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "RewardPaymentType", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardAccount", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "worker", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "RewardPaidEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "RewardPaidEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "RewardPaidEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "amount_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "amount_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "group_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "group_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "paymentType_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "paymentType_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardAccount_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardAccount_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "worker_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "worker_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "RewardPaidEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "amount", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "group", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "paymentType", "description": null, "type": { "kind": "ENUM", "name": "RewardPaymentType", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardAccount", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "worker", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "RewardPaidEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "RewardPaidEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "RewardPaidEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "RewardPaidEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "amount_eq", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "amount_gt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "amount_gte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "amount_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "amount_lt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "amount_lte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "group", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkingGroupWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "paymentType_eq", "description": null, "type": { "kind": "ENUM", "name": "RewardPaymentType", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "paymentType_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "RewardPaymentType", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardAccount_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardAccount_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardAccount_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardAccount_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardAccount_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "worker", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkerWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "RewardPaidEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "RewardPaymentEvent", "description": null, "fields": [ { "name": "councilMember", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CouncilMember", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "councilMemberId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "missingBalance", "description": "Amount that couldn't be paid and will be paid the next time.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "paidBalance", "description": "Amount paid to the council member", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardAccount", "description": "Candidate's account that will be recieving rewards if candidate's elected.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Filtering options for interface implementers", "args": [], "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null }, { "kind": "INTERFACE", "name": "Event", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "RewardPaymentEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "RewardPaymentEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "RewardPaymentEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "councilMember", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "missingBalance", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "paidBalance", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardAccount", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "RewardPaymentEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "RewardPaymentEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "RewardPaymentEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "councilMember_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "councilMember_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "missingBalance_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "missingBalance_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "paidBalance_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "paidBalance_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardAccount_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardAccount_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "RewardPaymentEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "councilMember", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "missingBalance", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "paidBalance", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardAccount", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "RewardPaymentEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "RewardPaymentEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "RewardPaymentEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "RewardPaymentEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "councilMember", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CouncilMemberWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "missingBalance_eq", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "missingBalance_gt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "missingBalance_gte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "missingBalance_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "missingBalance_lt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "missingBalance_lte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "paidBalance_eq", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "paidBalance_gt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "paidBalance_gte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "paidBalance_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "paidBalance_lt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "paidBalance_lte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardAccount_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardAccount_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardAccount_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardAccount_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardAccount_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "RewardPaymentEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "RewardPaymentType", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "MISSED", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "REGULAR", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "RuntimeUpgradeProposalDetails", "description": null, "fields": [ { "name": "newRuntimeBytecode", "description": "Runtime upgrade WASM bytecode", "args": [], "type": { "kind": "OBJECT", "name": "RuntimeWasmBytecode", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "RuntimeWasmBytecode", "description": null, "fields": [ { "name": "bytecode", "description": "The bytecode itself", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Bytes", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "RuntimeWasmBytecodeConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "RuntimeWasmBytecodeEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "RuntimeWasmBytecodeCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "bytecode", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "RuntimeWasmBytecodeEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "RuntimeWasmBytecode", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "RuntimeWasmBytecodeOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "bytecode_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bytecode_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "RuntimeWasmBytecodeUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "bytecode", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "RuntimeWasmBytecodeWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "RuntimeWasmBytecodeWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "RuntimeWasmBytecodeWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "RuntimeWasmBytecodeWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bytecode_eq", "description": null, "type": { "kind": "SCALAR", "name": "Bytes", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bytecode_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Bytes", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "RuntimeWasmBytecodeWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "SearchFTSOutput", "description": null, "fields": [ { "name": "highlight", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isTypeOf", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "item", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "UNION", "name": "SearchSearchResult", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "rank", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "UNION", "name": "SearchSearchResult", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "Channel", "ofType": null }, { "kind": "OBJECT", "name": "Video", "ofType": null } ] }, { "kind": "OBJECT", "name": "SetCouncilBudgetIncrementProposalDetails", "description": null, "fields": [ { "name": "newAmount", "description": "New (proposed) amount the council budget should be increased by per each budget period", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "SetCouncilorRewardProposalDetails", "description": null, "fields": [ { "name": "newRewardPerBlock", "description": "New (proposed) council members' reward per block", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "SetInitialInvitationBalanceProposalDetails", "description": null, "fields": [ { "name": "newInitialInvitationBalance", "description": "The new (proposed) initial balance credited to controller account of an invitee (locked for transaction fee payments only)", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "SetInitialInvitationCountProposalDetails", "description": null, "fields": [ { "name": "newInitialInvitationsCount", "description": "The new (proposed) initial invitations count for paid memberships", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "SetMaxValidatorCountProposalDetails", "description": null, "fields": [ { "name": "newMaxValidatorCount", "description": "The new (propsed) max. number of active validators", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "SetMembershipLeadInvitationQuotaProposalDetails", "description": null, "fields": [ { "name": "newLeadInvitationQuota", "description": "The new (proposed) membership working group lead invitation quota", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "SetMembershipPriceProposalDetails", "description": null, "fields": [ { "name": "newPrice", "description": "New (proposed) membership price", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "SetReferralCutProposalDetails", "description": null, "fields": [ { "name": "newReferralCut", "description": "The new (proposed) percentage of tokens diverted to referrer (from referred member's membership price).", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "SetWorkingGroupLeadRewardProposalDetails", "description": null, "fields": [ { "name": "lead", "description": "The lead that should be affected", "args": [], "type": { "kind": "OBJECT", "name": "Worker", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "newRewardPerBlock", "description": "Lead's new (proposed) reward per block", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "SignalProposalDetails", "description": null, "fields": [ { "name": "text", "description": "Signal proposal content", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "SlashWorkingGroupLeadProposalDetails", "description": null, "fields": [ { "name": "amount", "description": "Amount to slash the stake by", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "lead", "description": "The lead that should be affected", "args": [], "type": { "kind": "OBJECT", "name": "Worker", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "StakeDecreasedEvent", "description": null, "fields": [ { "name": "amount", "description": "The amount of JOY the stake was decreased by", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "group", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkingGroup", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "groupId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Filtering options for interface implementers", "args": [], "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "worker", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Worker", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "workerId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null }, { "kind": "INTERFACE", "name": "Event", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "StakeDecreasedEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "StakeDecreasedEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "StakeDecreasedEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "amount", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "group", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "worker", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "StakeDecreasedEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "StakeDecreasedEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "StakeDecreasedEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "amount_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "amount_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "group_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "group_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "worker_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "worker_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "StakeDecreasedEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "amount", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "group", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "worker", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "StakeDecreasedEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "StakeDecreasedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "StakeDecreasedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "StakeDecreasedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "amount_eq", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "amount_gt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "amount_gte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "amount_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "amount_lt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "amount_lte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "group", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkingGroupWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "worker", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkerWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "StakeDecreasedEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "StakeIncreasedEvent", "description": null, "fields": [ { "name": "amount", "description": "The amount of JOY the stake was increased by", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "group", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkingGroup", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "groupId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Filtering options for interface implementers", "args": [], "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "worker", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Worker", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "workerId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null }, { "kind": "INTERFACE", "name": "Event", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "StakeIncreasedEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "StakeIncreasedEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "StakeIncreasedEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "amount", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "group", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "worker", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "StakeIncreasedEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "StakeIncreasedEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "StakeIncreasedEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "amount_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "amount_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "group_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "group_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "worker_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "worker_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "StakeIncreasedEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "amount", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "group", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "worker", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "StakeIncreasedEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "StakeIncreasedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "StakeIncreasedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "StakeIncreasedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "amount_eq", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "amount_gt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "amount_gte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "amount_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "amount_lt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "amount_lte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "group", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkingGroupWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "worker", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkerWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "StakeIncreasedEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "StakeReleasedEvent", "description": null, "fields": [ { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "stakingAccount", "description": "Account used to stake the value.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Filtering options for interface implementers", "args": [], "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null }, { "kind": "INTERFACE", "name": "Event", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "StakeReleasedEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "StakeReleasedEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "StakeReleasedEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakingAccount", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "StakeReleasedEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "StakeReleasedEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "StakeReleasedEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakingAccount_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakingAccount_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "StakeReleasedEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakingAccount", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "StakeReleasedEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "StakeReleasedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "StakeReleasedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "StakeReleasedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakingAccount_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakingAccount_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakingAccount_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakingAccount_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakingAccount_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "StakeReleasedEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "StakeSlashedEvent", "description": null, "fields": [ { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "group", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkingGroup", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "groupId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale", "description": "Optional rationale", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "requestedAmount", "description": "Balance that was requested to be slashed", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "slashedAmount", "description": "Balance that was actually slashed", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Filtering options for interface implementers", "args": [], "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "worker", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Worker", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "workerId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null }, { "kind": "INTERFACE", "name": "Event", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "StakeSlashedEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "StakeSlashedEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "StakeSlashedEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "group", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "requestedAmount", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "slashedAmount", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "worker", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "StakeSlashedEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "StakeSlashedEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "StakeSlashedEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "group_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "group_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "requestedAmount_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "requestedAmount_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "slashedAmount_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "slashedAmount_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "worker_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "worker_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "StakeSlashedEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "group", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "requestedAmount", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "slashedAmount", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "worker", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "StakeSlashedEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "StakeSlashedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "StakeSlashedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "StakeSlashedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "group", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkingGroupWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "requestedAmount_eq", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "requestedAmount_gt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "requestedAmount_gte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "requestedAmount_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "requestedAmount_lt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "requestedAmount_lte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "slashedAmount_eq", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "slashedAmount_gt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "slashedAmount_gte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "slashedAmount_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "slashedAmount_lt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "slashedAmount_lte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "worker", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkerWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "StakeSlashedEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "StakingAccountAddedEvent", "description": null, "fields": [ { "name": "account", "description": "New staking account in SS58 encoding.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "member", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Membership", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "memberId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Filtering options for interface implementers", "args": [], "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null }, { "kind": "INTERFACE", "name": "Event", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "StakingAccountAddedEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "StakingAccountAddedEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "StakingAccountAddedEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "account", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "member", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "StakingAccountAddedEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "StakingAccountAddedEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "StakingAccountAddedEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "account_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "account_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "member_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "member_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "StakingAccountAddedEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "account", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "member", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "StakingAccountAddedEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "StakingAccountAddedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "StakingAccountAddedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "StakingAccountAddedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "account_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "account_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "account_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "account_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "account_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "member", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "StakingAccountAddedEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "StakingAccountConfirmedEvent", "description": null, "fields": [ { "name": "account", "description": "New staking account in SS58 encoding.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "member", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Membership", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "memberId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Filtering options for interface implementers", "args": [], "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null }, { "kind": "INTERFACE", "name": "Event", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "StakingAccountConfirmedEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "StakingAccountConfirmedEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "StakingAccountConfirmedEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "account", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "member", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "StakingAccountConfirmedEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "StakingAccountConfirmedEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "StakingAccountConfirmedEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "account_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "account_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "member_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "member_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "StakingAccountConfirmedEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "account", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "member", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "StakingAccountConfirmedEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "StakingAccountConfirmedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "StakingAccountConfirmedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "StakingAccountConfirmedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "account_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "account_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "account_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "account_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "account_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "member", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "StakingAccountConfirmedEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "StakingAccountRemovedEvent", "description": null, "fields": [ { "name": "account", "description": "New staking account in SS58 encoding.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "member", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Membership", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "memberId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Filtering options for interface implementers", "args": [], "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null }, { "kind": "INTERFACE", "name": "Event", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "StakingAccountRemovedEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "StakingAccountRemovedEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "StakingAccountRemovedEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "account", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "member", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "StakingAccountRemovedEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "StakingAccountRemovedEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "StakingAccountRemovedEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "account_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "account_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "member_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "member_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "StakingAccountRemovedEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "account", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "member", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "StakingAccountRemovedEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "StakingAccountRemovedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "StakingAccountRemovedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "StakingAccountRemovedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "account_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "account_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "account_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "account_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "account_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "member", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "StakingAccountRemovedEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "StandardDeleteResponse", "description": null, "fields": [ { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "StatusTextChangedEvent", "description": null, "fields": [ { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "group", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkingGroup", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "groupId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "metadata", "description": "Original action metadata as hex string", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "result", "description": "Event result depeding on the metadata action type", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "UNION", "name": "WorkingGroupMetadataActionResult", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Filtering options for interface implementers", "args": [], "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "upcomingworkinggroupopeningcreatedInEvent", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UpcomingWorkingGroupOpening", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "workinggroupmetadatasetInEvent", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkingGroupMetadata", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null }, { "kind": "INTERFACE", "name": "Event", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "StatusTextChangedEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "StatusTextChangedEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "StatusTextChangedEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "group", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "metadata", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "result", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "JSONObject", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "StatusTextChangedEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "StatusTextChangedEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "StatusTextChangedEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "group_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "group_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "metadata_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "metadata_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "StatusTextChangedEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "group", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "metadata", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "result", "description": null, "type": { "kind": "SCALAR", "name": "JSONObject", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "StatusTextChangedEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "StatusTextChangedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "StatusTextChangedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "StatusTextChangedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "group", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkingGroupWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "metadata_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "metadata_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "metadata_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "metadata_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "metadata_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "result_json", "description": null, "type": { "kind": "SCALAR", "name": "JSONObject", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "upcomingworkinggroupopeningcreatedInEvent_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "UpcomingWorkingGroupOpeningWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "upcomingworkinggroupopeningcreatedInEvent_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "UpcomingWorkingGroupOpeningWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "upcomingworkinggroupopeningcreatedInEvent_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "UpcomingWorkingGroupOpeningWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "workinggroupmetadatasetInEvent_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkingGroupMetadataWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "workinggroupmetadatasetInEvent_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkingGroupMetadataWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "workinggroupmetadatasetInEvent_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkingGroupMetadataWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "StatusTextChangedEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "StorageBag", "description": null, "fields": [ { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "distributionBuckets", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "DistributionBucket", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "objects", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "StorageDataObject", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "owner", "description": "Owner of the storage bag", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "UNION", "name": "StorageBagOwner", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "storageBuckets", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "StorageBucket", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "StorageBagConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "StorageBagEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "StorageBagCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "owner", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "JSONObject", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "StorageBagEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "StorageBag", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "StorageBagOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "UNION", "name": "StorageBagOwner", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "StorageBagOwnerChannel", "ofType": null }, { "kind": "OBJECT", "name": "StorageBagOwnerCouncil", "ofType": null }, { "kind": "OBJECT", "name": "StorageBagOwnerDAO", "ofType": null }, { "kind": "OBJECT", "name": "StorageBagOwnerMember", "ofType": null }, { "kind": "OBJECT", "name": "StorageBagOwnerWorkingGroup", "ofType": null } ] }, { "kind": "OBJECT", "name": "StorageBagOwnerChannel", "description": null, "fields": [ { "name": "channelId", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "StorageBagOwnerCouncil", "description": null, "fields": [ { "name": "phantom", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "StorageBagOwnerDAO", "description": null, "fields": [ { "name": "daoId", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "StorageBagOwnerMember", "description": null, "fields": [ { "name": "memberId", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "StorageBagOwnerWorkingGroup", "description": null, "fields": [ { "name": "workingGroupId", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "StorageBagUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "owner", "description": null, "type": { "kind": "SCALAR", "name": "JSONObject", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "StorageBagWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "StorageBagWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "StorageBagWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "StorageBagWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "distributionBuckets_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "DistributionBucketWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "distributionBuckets_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "DistributionBucketWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "distributionBuckets_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "DistributionBucketWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "objects_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "StorageDataObjectWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "objects_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "StorageDataObjectWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "objects_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "StorageDataObjectWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "owner_json", "description": null, "type": { "kind": "SCALAR", "name": "JSONObject", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "storageBuckets_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "StorageBucketWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "storageBuckets_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "StorageBucketWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "storageBuckets_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "StorageBucketWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "StorageBagWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "StorageBucket", "description": null, "fields": [ { "name": "acceptingNewBags", "description": "Whether the bucket is accepting any new storage bags", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "bags", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "StorageBag", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "dataObjectCountLimit", "description": "Bucket's data object count limit", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "dataObjectsCount", "description": "Number of assigned data objects", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "dataObjectsSize", "description": "Total size of assigned data objects", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "dataObjectsSizeLimit", "description": "Bucket's data object size limit in bytes", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "operatorMetadata", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "StorageBucketOperatorMetadata", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "operatorMetadataId", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "operatorStatus", "description": "Current bucket operator status", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "UNION", "name": "StorageBucketOperatorStatus", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "StorageBucketConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "StorageBucketEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "StorageBucketCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "acceptingNewBags", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "dataObjectCountLimit", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "dataObjectsCount", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "dataObjectsSize", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "dataObjectsSizeLimit", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "operatorMetadata", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "operatorStatus", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "JSONObject", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "StorageBucketEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "StorageBucket", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "StorageBucketOperatorMetadata", "description": null, "fields": [ { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "extra", "description": "Additional information about the node/operator", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodeEndpoint", "description": "Root node endpoint", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodeLocation", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "NodeLocationMetadata", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "nodeLocationId", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "storagebucketoperatorMetadata", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "StorageBucket", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "StorageBucketOperatorMetadataConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "StorageBucketOperatorMetadataEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "StorageBucketOperatorMetadataCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "extra", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "nodeEndpoint", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "nodeLocation", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "StorageBucketOperatorMetadataEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "StorageBucketOperatorMetadata", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "StorageBucketOperatorMetadataOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "extra_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "extra_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "nodeEndpoint_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "nodeEndpoint_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "nodeLocation_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "nodeLocation_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "StorageBucketOperatorMetadataUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "extra", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "nodeEndpoint", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "nodeLocation", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "StorageBucketOperatorMetadataWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "StorageBucketOperatorMetadataWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "StorageBucketOperatorMetadataWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "StorageBucketOperatorMetadataWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "extra_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "extra_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "extra_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "extra_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "extra_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "nodeEndpoint_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "nodeEndpoint_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "nodeEndpoint_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "nodeEndpoint_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "nodeEndpoint_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "nodeLocation", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "NodeLocationMetadataWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "storagebucketoperatorMetadata_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "StorageBucketWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "storagebucketoperatorMetadata_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "StorageBucketWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "storagebucketoperatorMetadata_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "StorageBucketWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "StorageBucketOperatorMetadataWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "UNION", "name": "StorageBucketOperatorStatus", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "StorageBucketOperatorStatusActive", "ofType": null }, { "kind": "OBJECT", "name": "StorageBucketOperatorStatusInvited", "ofType": null }, { "kind": "OBJECT", "name": "StorageBucketOperatorStatusMissing", "ofType": null } ] }, { "kind": "OBJECT", "name": "StorageBucketOperatorStatusActive", "description": null, "fields": [ { "name": "transactorAccountId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "workerId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "StorageBucketOperatorStatusInvited", "description": null, "fields": [ { "name": "workerId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "StorageBucketOperatorStatusMissing", "description": null, "fields": [ { "name": "phantom", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "StorageBucketOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "acceptingNewBags_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "acceptingNewBags_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "dataObjectCountLimit_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "dataObjectCountLimit_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "dataObjectsCount_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "dataObjectsCount_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "dataObjectsSizeLimit_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "dataObjectsSizeLimit_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "dataObjectsSize_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "dataObjectsSize_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "operatorMetadata_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "operatorMetadata_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "StorageBucketUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "acceptingNewBags", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "dataObjectCountLimit", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "dataObjectsCount", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "dataObjectsSize", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "dataObjectsSizeLimit", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "operatorMetadata", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "operatorStatus", "description": null, "type": { "kind": "SCALAR", "name": "JSONObject", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "StorageBucketWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "StorageBucketWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "StorageBucketWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "StorageBucketWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "acceptingNewBags_eq", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "acceptingNewBags_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bags_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "StorageBagWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bags_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "StorageBagWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bags_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "StorageBagWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "dataObjectCountLimit_eq", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "dataObjectCountLimit_gt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "dataObjectCountLimit_gte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "dataObjectCountLimit_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "dataObjectCountLimit_lt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "dataObjectCountLimit_lte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "dataObjectsCount_eq", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "dataObjectsCount_gt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "dataObjectsCount_gte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "dataObjectsCount_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "dataObjectsCount_lt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "dataObjectsCount_lte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "dataObjectsSizeLimit_eq", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "dataObjectsSizeLimit_gt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "dataObjectsSizeLimit_gte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "dataObjectsSizeLimit_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "dataObjectsSizeLimit_lt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "dataObjectsSizeLimit_lte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "dataObjectsSize_eq", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "dataObjectsSize_gt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "dataObjectsSize_gte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "dataObjectsSize_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "dataObjectsSize_lt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "dataObjectsSize_lte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "operatorMetadata", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "StorageBucketOperatorMetadataWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "operatorStatus_json", "description": null, "type": { "kind": "SCALAR", "name": "JSONObject", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "StorageBucketWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "StorageDataObject", "description": null, "fields": [ { "name": "channelavatarPhoto", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Channel", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "channelcoverPhoto", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Channel", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "ipfsHash", "description": "IPFS content hash", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isAccepted", "description": "Whether the data object was uploaded and accepted by the storage provider", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "size", "description": "Data object size in bytes", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "stateBloatBond", "description": "State Bloat Bond for removing the data object", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "storageBag", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "StorageBag", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "storageBagId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "The type of the asset that the data object represents (if known)", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "UNION", "name": "DataObjectType", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "unsetAt", "description": "If the object is no longer used as an asset - the time at which it was unset (if known)", "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "videoMedia", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "Video", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "videoSubtitle", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "VideoSubtitle", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "videoThumbnail", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "Video", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "StorageDataObjectConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "StorageDataObjectEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "StorageDataObjectCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "ipfsHash", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isAccepted", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "size", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stateBloatBond", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "storageBag", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "JSONObject", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "unsetAt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "StorageDataObjectEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "StorageDataObject", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "StorageDataObjectOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ipfsHash_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ipfsHash_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isAccepted_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isAccepted_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "size_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "size_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stateBloatBond_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stateBloatBond_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "storageBag_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "storageBag_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "unsetAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "unsetAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "StorageDataObjectUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "ipfsHash", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isAccepted", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "size", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stateBloatBond", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "storageBag", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": null, "type": { "kind": "SCALAR", "name": "JSONObject", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "unsetAt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "StorageDataObjectWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "StorageDataObjectWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "StorageDataObjectWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "StorageDataObjectWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "channelavatarPhoto_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ChannelWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "channelavatarPhoto_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ChannelWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "channelavatarPhoto_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ChannelWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "channelcoverPhoto_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ChannelWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "channelcoverPhoto_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ChannelWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "channelcoverPhoto_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ChannelWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ipfsHash_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ipfsHash_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ipfsHash_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ipfsHash_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ipfsHash_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isAccepted_eq", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isAccepted_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "size_eq", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "size_gt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "size_gte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "size_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "size_lt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "size_lte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stateBloatBond_eq", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stateBloatBond_gt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stateBloatBond_gte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stateBloatBond_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stateBloatBond_lt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stateBloatBond_lte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "storageBag", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "StorageBagWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "type_json", "description": null, "type": { "kind": "SCALAR", "name": "JSONObject", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "unsetAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "unsetAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "unsetAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "unsetAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "unsetAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videoMedia", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VideoWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videoSubtitle", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VideoSubtitleWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videoThumbnail", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VideoWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "StorageDataObjectWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "SCALAR", "name": "String", "description": "The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "Subscription", "description": null, "fields": [ { "name": "stateSubscription", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProcessorState", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "TerminateWorkingGroupLeadProposalDetails", "description": null, "fields": [ { "name": "lead", "description": "Lead that's supposed to be terminated", "args": [], "type": { "kind": "OBJECT", "name": "Worker", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "slashingAmount", "description": "Optionally - the amount to slash the lead's stake by", "args": [], "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "TerminatedLeaderEvent", "description": null, "fields": [ { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "group", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkingGroup", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "groupId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "penalty", "description": "Slash amount (if any)", "args": [], "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale", "description": "Optional rationale", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Filtering options for interface implementers", "args": [], "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "worker", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Worker", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "workerId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null }, { "kind": "INTERFACE", "name": "Event", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "TerminatedLeaderEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TerminatedLeaderEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "TerminatedLeaderEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "group", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "penalty", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "worker", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "TerminatedLeaderEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TerminatedLeaderEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "TerminatedLeaderEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "group_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "group_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "penalty_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "penalty_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "worker_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "worker_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "TerminatedLeaderEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "group", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "penalty", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "worker", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "TerminatedLeaderEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "TerminatedLeaderEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "TerminatedLeaderEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "TerminatedLeaderEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "group", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkingGroupWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "penalty_eq", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "penalty_gt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "penalty_gte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "penalty_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "penalty_lt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "penalty_lte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "worker", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkerWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "TerminatedLeaderEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "TerminatedWorkerEvent", "description": null, "fields": [ { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "group", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkingGroup", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "groupId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "penalty", "description": "Slash amount (if any)", "args": [], "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale", "description": "Optional rationale", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Filtering options for interface implementers", "args": [], "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "worker", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Worker", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "workerId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null }, { "kind": "INTERFACE", "name": "Event", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "TerminatedWorkerEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TerminatedWorkerEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "TerminatedWorkerEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "group", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "penalty", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "worker", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "TerminatedWorkerEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TerminatedWorkerEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "TerminatedWorkerEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "group_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "group_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "penalty_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "penalty_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "worker_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "worker_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "TerminatedWorkerEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "group", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "penalty", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "worker", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "TerminatedWorkerEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "TerminatedWorkerEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "TerminatedWorkerEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "TerminatedWorkerEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "group", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkingGroupWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "penalty_eq", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "penalty_gt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "penalty_gte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "penalty_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "penalty_lt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "penalty_lte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "worker", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkerWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "TerminatedWorkerEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ThreadCreatedEvent", "description": null, "fields": [ { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "text", "description": "Thread's original text", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "thread", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ForumThread", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "threadId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "title", "description": "Thread's original title", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Filtering options for interface implementers", "args": [], "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null }, { "kind": "INTERFACE", "name": "Event", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ThreadCreatedEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ThreadCreatedEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ThreadCreatedEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "text", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "thread", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "title", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ThreadCreatedEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ThreadCreatedEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "ThreadCreatedEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "text_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "text_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "thread_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "thread_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "title_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "title_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ThreadCreatedEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "text", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "thread", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "title", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ThreadCreatedEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ThreadCreatedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ThreadCreatedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ThreadCreatedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "text_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "text_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "text_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "text_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "text_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "thread", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ForumThreadWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "title_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "title_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "title_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "title_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "title_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ThreadCreatedEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ThreadDeletedEvent", "description": null, "fields": [ { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "thread", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ForumThread", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "threadId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Filtering options for interface implementers", "args": [], "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null }, { "kind": "INTERFACE", "name": "Event", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ThreadDeletedEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ThreadDeletedEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ThreadDeletedEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "thread", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ThreadDeletedEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ThreadDeletedEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "ThreadDeletedEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "thread_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "thread_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ThreadDeletedEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "thread", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ThreadDeletedEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ThreadDeletedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ThreadDeletedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ThreadDeletedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "thread", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ForumThreadWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ThreadDeletedEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ThreadMetadataUpdatedEvent", "description": null, "fields": [ { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "newTitle", "description": "New title of the thread", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "thread", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ForumThread", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "threadId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Filtering options for interface implementers", "args": [], "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null }, { "kind": "INTERFACE", "name": "Event", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ThreadMetadataUpdatedEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ThreadMetadataUpdatedEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ThreadMetadataUpdatedEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newTitle", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "thread", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ThreadMetadataUpdatedEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ThreadMetadataUpdatedEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "ThreadMetadataUpdatedEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newTitle_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newTitle_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "thread_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "thread_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ThreadMetadataUpdatedEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newTitle", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "thread", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ThreadMetadataUpdatedEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ThreadMetadataUpdatedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ThreadMetadataUpdatedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ThreadMetadataUpdatedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newTitle_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newTitle_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newTitle_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newTitle_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newTitle_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "thread", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ForumThreadWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ThreadMetadataUpdatedEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ThreadModeratedEvent", "description": null, "fields": [ { "name": "actor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Worker", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale", "description": "Rationale behind the moderation", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "thread", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ForumThread", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "threadId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Filtering options for interface implementers", "args": [], "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null }, { "kind": "INTERFACE", "name": "Event", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ThreadModeratedEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ThreadModeratedEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ThreadModeratedEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "actor", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "thread", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ThreadModeratedEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ThreadModeratedEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "ThreadModeratedEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "actor_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "actor_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "thread_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "thread_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ThreadModeratedEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "actor", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "thread", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ThreadModeratedEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ThreadModeratedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ThreadModeratedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ThreadModeratedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "actor", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkerWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "thread", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ForumThreadWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ThreadModeratedEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ThreadMovedEvent", "description": null, "fields": [ { "name": "actor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Worker", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "actorId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "newCategory", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ForumCategory", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "newCategoryId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "oldCategory", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ForumCategory", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "oldCategoryId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "thread", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ForumThread", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "threadId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Filtering options for interface implementers", "args": [], "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null }, { "kind": "INTERFACE", "name": "Event", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ThreadMovedEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ThreadMovedEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ThreadMovedEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "actor", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newCategory", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "oldCategory", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "thread", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ThreadMovedEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ThreadMovedEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "ThreadMovedEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "actor_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "actor_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newCategory_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newCategory_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "oldCategory_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "oldCategory_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "thread_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "thread_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ThreadMovedEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "actor", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newCategory", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "oldCategory", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "thread", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ThreadMovedEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ThreadMovedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ThreadMovedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ThreadMovedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "actor", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkerWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newCategory", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ForumCategoryWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "oldCategory", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ForumCategoryWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "thread", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ForumThreadWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ThreadMovedEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "UNION", "name": "ThreadStatus", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "ThreadStatusActive", "ofType": null }, { "kind": "OBJECT", "name": "ThreadStatusLocked", "ofType": null }, { "kind": "OBJECT", "name": "ThreadStatusModerated", "ofType": null }, { "kind": "OBJECT", "name": "ThreadStatusRemoved", "ofType": null } ] }, { "kind": "OBJECT", "name": "ThreadStatusActive", "description": null, "fields": [ { "name": "phantom", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ThreadStatusLocked", "description": null, "fields": [ { "name": "threadDeletedEvent", "description": "Event the thread was deleted (locked) in", "args": [], "type": { "kind": "OBJECT", "name": "ThreadDeletedEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ThreadStatusModerated", "description": null, "fields": [ { "name": "threadModeratedEvent", "description": "Event the thread was moderated in", "args": [], "type": { "kind": "OBJECT", "name": "ThreadModeratedEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ThreadStatusRemoved", "description": null, "fields": [ { "name": "threadDeletedEvent", "description": "Event the thread was removed in", "args": [], "type": { "kind": "OBJECT", "name": "ThreadDeletedEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ThreadsByTitleFTSOutput", "description": null, "fields": [ { "name": "highlight", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isTypeOf", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "item", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "UNION", "name": "ThreadsByTitleSearchResult", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "rank", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "UNION", "name": "ThreadsByTitleSearchResult", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "ForumThread", "ofType": null } ] }, { "kind": "UNION", "name": "TransactionalStatus", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "TransactionalStatusBuyNow", "ofType": null }, { "kind": "OBJECT", "name": "TransactionalStatusIdle", "ofType": null }, { "kind": "OBJECT", "name": "TransactionalStatusInitiatedOfferToMember", "ofType": null } ] }, { "kind": "OBJECT", "name": "TransactionalStatusBuyNow", "description": null, "fields": [ { "name": "price", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "TransactionalStatusIdle", "description": null, "fields": [ { "name": "dummy", "description": "Type needs to have at least one non-relation entity. This value is not used.", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "TransactionalStatusInitiatedOfferToMember", "description": null, "fields": [ { "name": "memberId", "description": "Member identifier", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "price", "description": "Whether member should pay to accept offer (optional)", "args": [], "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "TransactionalStatusUpdate", "description": null, "fields": [ { "name": "changedAt", "description": "Block number at which change happened", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nft", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OwnedNft", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nftId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "transactionalStatus", "description": "NFT's non-auction transactional status (if any)", "args": [], "type": { "kind": "UNION", "name": "TransactionalStatus", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "transactionalStatusAuction", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "Auction", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "transactionalStatusAuctionId", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "TransactionalStatusUpdateConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TransactionalStatusUpdateEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "TransactionalStatusUpdateCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "changedAt", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "nft", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "transactionalStatus", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "JSONObject", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "transactionalStatusAuction", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "TransactionalStatusUpdateEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TransactionalStatusUpdate", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "TransactionalStatusUpdateOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "changedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "changedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "nft_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "nft_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "transactionalStatusAuction_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "transactionalStatusAuction_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "TransactionalStatusUpdateUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "changedAt", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "nft", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "transactionalStatus", "description": null, "type": { "kind": "SCALAR", "name": "JSONObject", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "transactionalStatusAuction", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "TransactionalStatusUpdateWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "TransactionalStatusUpdateWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "TransactionalStatusUpdateWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "TransactionalStatusUpdateWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "changedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "changedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "changedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "changedAt_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "changedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "changedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "nft", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "OwnedNftWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "transactionalStatusAuction", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "AuctionWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "transactionalStatus_json", "description": null, "type": { "kind": "SCALAR", "name": "JSONObject", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "TransactionalStatusUpdateWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UpcomingOpeningAdded", "description": null, "fields": [ { "name": "upcomingOpeningId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UpcomingOpeningRemoved", "description": null, "fields": [ { "name": "upcomingOpeningId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UpcomingWorkingGroupOpening", "description": null, "fields": [ { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdInEvent", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "StatusTextChangedEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdInEventId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "expectedStart", "description": "Expected opening start time", "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "group", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkingGroup", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "groupId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "metadata", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkingGroupOpeningMetadata", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "metadataId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardPerBlock", "description": "Expected reward per block", "args": [], "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "stakeAmount", "description": "Expected min. application/role stake amount", "args": [], "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UpcomingWorkingGroupOpeningConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UpcomingWorkingGroupOpeningEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "UpcomingWorkingGroupOpeningCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "createdInEvent", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "expectedStart", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "group", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "metadata", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardPerBlock", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakeAmount", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UpcomingWorkingGroupOpeningEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UpcomingWorkingGroupOpening", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "UpcomingWorkingGroupOpeningOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdInEvent_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdInEvent_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "expectedStart_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "expectedStart_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "group_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "group_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "metadata_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "metadata_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardPerBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardPerBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakeAmount_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakeAmount_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "UpcomingWorkingGroupOpeningUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "createdInEvent", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "expectedStart", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "group", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "metadata", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardPerBlock", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakeAmount", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "UpcomingWorkingGroupOpeningWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UpcomingWorkingGroupOpeningWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UpcomingWorkingGroupOpeningWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UpcomingWorkingGroupOpeningWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdInEvent", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "StatusTextChangedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "expectedStart_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "expectedStart_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "expectedStart_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "expectedStart_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "expectedStart_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "group", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkingGroupWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "metadata", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkingGroupOpeningMetadataWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardPerBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardPerBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardPerBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardPerBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardPerBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardPerBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakeAmount_eq", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakeAmount_gt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakeAmount_gte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakeAmount_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakeAmount_lt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakeAmount_lte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "UpcomingWorkingGroupOpeningWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UpdateWorkingGroupBudgetProposalDetails", "description": null, "fields": [ { "name": "amount", "description": "Amount to increase / decrease the working group budget by (will be decudted from / appended to council budget accordingly)", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "group", "description": "Related working group", "args": [], "type": { "kind": "OBJECT", "name": "WorkingGroup", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "VariantNone", "description": null, "fields": [ { "name": "phantom", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "VetoProposalDetails", "description": null, "fields": [ { "name": "proposal", "description": "Proposal to be vetoed", "args": [], "type": { "kind": "OBJECT", "name": "Proposal", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "Video", "description": null, "fields": [ { "name": "auctionbidcanceledeventvideo", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "AuctionBidCanceledEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "auctionbidmadeeventvideo", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "AuctionBidMadeEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "auctioncanceledeventvideo", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "AuctionCanceledEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "bidmadecompletingauctioneventvideo", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BidMadeCompletingAuctionEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "buynowcanceledeventvideo", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BuyNowCanceledEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "buynowpriceupdatedeventvideo", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BuyNowPriceUpdatedEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "category", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "VideoCategory", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "categoryId", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "channel", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Channel", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "channelId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "commentcreatedeventvideo", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CommentCreatedEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "commentdeletedeventvideo", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CommentDeletedEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "commentmoderatedeventvideo", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CommentModeratedEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "commentpinnedeventvideo", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CommentPinnedEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "commentreactedeventvideo", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CommentReactedEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "commentreactionscountbyreactionidvideo", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CommentReactionsCountByReactionId", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "commentreactionvideo", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CommentReaction", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "comments", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Comment", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "commentsCount", "description": "Comments count", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "commenttextupdatedeventvideo", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CommentTextUpdatedEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdInBlock", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "description", "description": "The description of the Video", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "duration", "description": "Video duration in seconds", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "englishauctionsettledeventvideo", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "EnglishAuctionSettledEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "englishauctionstartedeventvideo", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "EnglishAuctionStartedEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "hasMarketing", "description": "Whether or not Video contains marketing", "args": [], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isCensored", "description": "Flag signaling whether a video is censored.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isCommentSectionEnabled", "description": "Is comment section enabled (true if enabled)", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isExplicit", "description": "Whether the Video contains explicit material.", "args": [], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "isFeatured", "description": "Is video featured or not", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isPublic", "description": "Whether the Video is supposed to be publically displayed", "args": [], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "isReactionFeatureEnabled", "description": "Is reactions feature enabled on video (true if enabled i.e. video can be reacted)", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "language", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "Language", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "languageId", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "license", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "License", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "licenseId", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "media", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "StorageDataObject", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "mediaId", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "mediaMetadata", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "VideoMediaMetadata", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "mediaMetadataId", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "nft", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "OwnedNft", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "nftId", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "nftboughteventvideo", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "NftBoughtEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nftissuedeventvideo", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "NftIssuedEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nftsellordermadeeventvideo", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "NftSellOrderMadeEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nftslingedbacktotheoriginalartisteventvideo", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "NftSlingedBackToTheOriginalArtistEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "offeracceptedeventvideo", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OfferAcceptedEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "offercanceledeventvideo", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OfferCanceledEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "offerstartedeventvideo", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OfferStartedEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "openauctionbidacceptedeventvideo", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OpenAuctionBidAcceptedEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "openauctionstartedeventvideo", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OpenAuctionStartedEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pinnedComment", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "Comment", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "publishedBeforeJoystream", "description": "If the Video was published on other platform before beeing published on Joystream - the original publication date", "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "reactions", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "VideoReaction", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "reactionsCount", "description": "Reactions count", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "reactionsCountByReactionId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "VideoReactionsCountByReactionType", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "subtitles", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "VideoSubtitle", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "thumbnailPhoto", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "StorageDataObject", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "thumbnailPhotoId", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "title", "description": "The title of the video", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "videoStateBloatBond", "description": "Value of video state bloat bond fee paid by channel owner", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "videoreactedeventvideo", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "VideoReactedEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "videoreactionspreferenceeventvideo", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "VideoReactionsPreferenceEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "views", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "VideoAssetsDeletedByModeratorEvent", "description": null, "fields": [ { "name": "actor", "description": "Actor that deleted the channel assets.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "UNION", "name": "ContentActor", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "areNftAssets", "description": "Does deleted video assets belongs to NFT", "args": [], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "assetIds", "description": "ID of the deleted video", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale", "description": "why the channel assets were deleted", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "videoId", "description": "Video whose assets are being deleted", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "VideoAssetsDeletedByModeratorEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "VideoAssetsDeletedByModeratorEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "VideoAssetsDeletedByModeratorEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "actor", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "JSONObject", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "areNftAssets", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "assetIds", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videoId", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "VideoAssetsDeletedByModeratorEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "VideoAssetsDeletedByModeratorEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "VideoAssetsDeletedByModeratorEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "areNftAssets_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "areNftAssets_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videoId_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videoId_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "VideoAssetsDeletedByModeratorEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "actor", "description": null, "type": { "kind": "SCALAR", "name": "JSONObject", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "areNftAssets", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "assetIds", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videoId", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "VideoAssetsDeletedByModeratorEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "VideoAssetsDeletedByModeratorEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "VideoAssetsDeletedByModeratorEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "VideoAssetsDeletedByModeratorEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "actor_json", "description": null, "type": { "kind": "SCALAR", "name": "JSONObject", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "areNftAssets_eq", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "areNftAssets_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "assetIds_containsAll", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "assetIds_containsAny", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "assetIds_containsNone", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videoId_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videoId_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videoId_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videoId_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videoId_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videoId_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "VideoAssetsDeletedByModeratorEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "VideoCategoriesByNameFTSOutput", "description": null, "fields": [ { "name": "highlight", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isTypeOf", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "item", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "UNION", "name": "VideoCategoriesByNameSearchResult", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "rank", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "UNION", "name": "VideoCategoriesByNameSearchResult", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "VideoCategory", "ofType": null } ] }, { "kind": "OBJECT", "name": "VideoCategory", "description": null, "fields": [ { "name": "activeVideosCounter", "description": "Count of category's videos with an uploaded asset that are public and not censored.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdInBlock", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "description", "description": "The description of the category", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": "The name of the category", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "nftissuedeventvideoCategory", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "NftIssuedEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nfts", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OwnedNft", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "parentCategory", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "VideoCategory", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "parentCategoryId", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "videocategoryparentCategory", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "VideoCategory", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "videos", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Video", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "VideoCategoryConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "VideoCategoryEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "VideoCategoryCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "activeVideosCounter", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "description", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "parentCategory", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "VideoCategoryEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "VideoCategory", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "VideoCategoryOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "activeVideosCounter_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "activeVideosCounter_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "description_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "description_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "name_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "name_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "parentCategory_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "parentCategory_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "VideoCategoryUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "activeVideosCounter", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "description", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "parentCategory", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "VideoCategoryWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "VideoCategoryWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "VideoCategoryWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "VideoCategoryWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "activeVideosCounter_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "activeVideosCounter_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "activeVideosCounter_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "activeVideosCounter_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "activeVideosCounter_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "activeVideosCounter_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "description_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "description_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "description_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "description_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "description_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "name_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "name_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "name_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "name_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "name_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "nftissuedeventvideoCategory_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "NftIssuedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "nftissuedeventvideoCategory_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "NftIssuedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "nftissuedeventvideoCategory_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "NftIssuedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "nfts_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "OwnedNftWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "nfts_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "OwnedNftWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "nfts_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "OwnedNftWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "parentCategory", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VideoCategoryWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videocategoryparentCategory_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VideoCategoryWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videocategoryparentCategory_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VideoCategoryWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videocategoryparentCategory_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VideoCategoryWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videos_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VideoWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videos_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VideoWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videos_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VideoWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "VideoCategoryWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "VideoConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "VideoEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "VideoCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "category", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "channel", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "commentsCount", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "description", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "duration", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "hasMarketing", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isCensored", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isCommentSectionEnabled", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isExplicit", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isFeatured", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isPublic", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isReactionFeatureEnabled", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "language", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "license", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "media", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "mediaMetadata", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "nft", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "publishedBeforeJoystream", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "reactionsCount", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "thumbnailPhoto", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "title", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videoStateBloatBond", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "VideoDeletedByModeratorEvent", "description": null, "fields": [ { "name": "actor", "description": "Actor that deleted the video.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "UNION", "name": "ContentActor", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale", "description": "Why the video was deleted", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "videoId", "description": "ID of the deleted video", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "VideoDeletedByModeratorEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "VideoDeletedByModeratorEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "VideoDeletedByModeratorEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "actor", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "JSONObject", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videoId", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "VideoDeletedByModeratorEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "VideoDeletedByModeratorEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "VideoDeletedByModeratorEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videoId_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videoId_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "VideoDeletedByModeratorEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "actor", "description": null, "type": { "kind": "SCALAR", "name": "JSONObject", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videoId", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "VideoDeletedByModeratorEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "VideoDeletedByModeratorEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "VideoDeletedByModeratorEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "VideoDeletedByModeratorEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "actor_json", "description": null, "type": { "kind": "SCALAR", "name": "JSONObject", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videoId_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videoId_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videoId_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videoId_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videoId_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videoId_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "VideoDeletedByModeratorEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "VideoDeletedEvent", "description": null, "fields": [ { "name": "actor", "description": "Actor that deleted the video.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "UNION", "name": "ContentActor", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "videoId", "description": "ID of the deleted video", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "VideoDeletedEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "VideoDeletedEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "VideoDeletedEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "actor", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "JSONObject", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videoId", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "VideoDeletedEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "VideoDeletedEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "VideoDeletedEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videoId_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videoId_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "VideoDeletedEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "actor", "description": null, "type": { "kind": "SCALAR", "name": "JSONObject", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videoId", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "VideoDeletedEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "VideoDeletedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "VideoDeletedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "VideoDeletedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "actor_json", "description": null, "type": { "kind": "SCALAR", "name": "JSONObject", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videoId_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videoId_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videoId_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videoId_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videoId_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videoId_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "VideoDeletedEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "VideoEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Video", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "VideoHero", "description": null, "fields": [ { "name": "heroPosterUrl", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "heroTitle", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "heroVideoCutUrl", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Video", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "videoId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "VideoHeroInput", "description": null, "fields": null, "inputFields": [ { "name": "heroPosterUrl", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "heroTitle", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "heroVideoCutUrl", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videoId", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "VideoMediaEncoding", "description": null, "fields": [ { "name": "codecName", "description": "Encoding of the video media object", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "container", "description": "Media container format", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "mimeMediaType", "description": "Content MIME type", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "videomediametadataencoding", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "VideoMediaMetadata", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "VideoMediaEncodingConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "VideoMediaEncodingEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "VideoMediaEncodingCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "codecName", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "container", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "mimeMediaType", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "VideoMediaEncodingEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "VideoMediaEncoding", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "VideoMediaEncodingOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "codecName_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "codecName_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "container_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "container_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "mimeMediaType_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "mimeMediaType_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "VideoMediaEncodingUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "codecName", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "container", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "mimeMediaType", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "VideoMediaEncodingWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "VideoMediaEncodingWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "VideoMediaEncodingWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "VideoMediaEncodingWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "codecName_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "codecName_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "codecName_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "codecName_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "codecName_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "container_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "container_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "container_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "container_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "container_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "mimeMediaType_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "mimeMediaType_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "mimeMediaType_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "mimeMediaType_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "mimeMediaType_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videomediametadataencoding_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VideoMediaMetadataWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videomediametadataencoding_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VideoMediaMetadataWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videomediametadataencoding_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VideoMediaMetadataWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "VideoMediaEncodingWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "VideoMediaMetadata", "description": null, "fields": [ { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdInBlock", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "encoding", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "VideoMediaEncoding", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "encodingId", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pixelHeight", "description": "Video media height in pixels", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "pixelWidth", "description": "Video media width in pixels", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "size", "description": "Video media size in bytes", "args": [], "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "Video", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "VideoMediaMetadataConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "VideoMediaMetadataEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "VideoMediaMetadataCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "createdInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "encoding", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "pixelHeight", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "pixelWidth", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "size", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "VideoMediaMetadataEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "VideoMediaMetadata", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "VideoMediaMetadataOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "encoding_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "encoding_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "pixelHeight_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "pixelHeight_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "pixelWidth_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "pixelWidth_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "size_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "size_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "VideoMediaMetadataUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "createdInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "encoding", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "pixelHeight", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "pixelWidth", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "size", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "VideoMediaMetadataWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "VideoMediaMetadataWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "VideoMediaMetadataWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "VideoMediaMetadataWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "encoding", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VideoMediaEncodingWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "pixelHeight_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "pixelHeight_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "pixelHeight_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "pixelHeight_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "pixelHeight_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "pixelHeight_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "pixelWidth_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "pixelWidth_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "pixelWidth_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "pixelWidth_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "pixelWidth_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "pixelWidth_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "size_eq", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "size_gt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "size_gte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "size_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "size_lt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "size_lte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VideoWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "VideoMediaMetadataWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "VideoOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "category_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "category_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "channel_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "channel_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "commentsCount_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "commentsCount_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "description_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "description_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "duration_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "duration_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "hasMarketing_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "hasMarketing_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isCensored_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isCensored_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isCommentSectionEnabled_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isCommentSectionEnabled_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isExplicit_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isExplicit_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isFeatured_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isFeatured_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isPublic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isPublic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isReactionFeatureEnabled_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isReactionFeatureEnabled_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "language_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "language_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "license_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "license_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "mediaMetadata_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "mediaMetadata_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "media_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "media_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "nft_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "nft_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "publishedBeforeJoystream_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "publishedBeforeJoystream_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "reactionsCount_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "reactionsCount_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "thumbnailPhoto_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "thumbnailPhoto_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "title_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "title_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videoStateBloatBond_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videoStateBloatBond_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "VideoReactedEvent", "description": null, "fields": [ { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "reactingMember", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Membership", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "reactingMemberId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "reactionResult", "description": "The reaction result", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "VideoReactionOptions", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Filtering options for interface implementers", "args": [], "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Video", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "videoChannel", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Channel", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "videoChannelId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "videoId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null }, { "kind": "INTERFACE", "name": "Event", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "VideoReactedEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "VideoReactedEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "VideoReactedEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "reactingMember", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "reactionResult", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "VideoReactionOptions", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videoChannel", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "VideoReactedEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "VideoReactedEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "VideoReactedEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "reactingMember_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "reactingMember_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "reactionResult_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "reactionResult_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videoChannel_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videoChannel_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "VideoReactedEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "reactingMember", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "reactionResult", "description": null, "type": { "kind": "ENUM", "name": "VideoReactionOptions", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videoChannel", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "VideoReactedEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "VideoReactedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "VideoReactedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "VideoReactedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "reactingMember", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "reactionResult_eq", "description": null, "type": { "kind": "ENUM", "name": "VideoReactionOptions", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "reactionResult_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "VideoReactionOptions", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VideoWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videoChannel", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ChannelWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "VideoReactedEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "VideoReaction", "description": null, "fields": [ { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "member", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Membership", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "memberId", "description": "ID of the member that reacted", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "reaction", "description": "The Reaction", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "VideoReactionOptions", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Video", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "videoId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "VideoReactionConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "VideoReactionEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "VideoReactionCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "member", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "memberId", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "reaction", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "VideoReactionOptions", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "VideoReactionEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "VideoReaction", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "VideoReactionOptions", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "LIKE", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "UNLIKE", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "ENUM", "name": "VideoReactionOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "memberId_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "memberId_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "member_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "member_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "reaction_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "reaction_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "VideoReactionUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "member", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "memberId", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "reaction", "description": null, "type": { "kind": "ENUM", "name": "VideoReactionOptions", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "VideoReactionWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "VideoReactionWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "VideoReactionWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "VideoReactionWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "member", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "memberId_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "memberId_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "memberId_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "memberId_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "memberId_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "reaction_eq", "description": null, "type": { "kind": "ENUM", "name": "VideoReactionOptions", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "reaction_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "VideoReactionOptions", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VideoWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "VideoReactionWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "VideoReactionsCountByReactionType", "description": null, "fields": [ { "name": "count", "description": "No of times the video has been reacted with given reaction", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "reaction", "description": "The reaction option", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "VideoReactionOptions", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Video", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "videoId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "VideoReactionsCountByReactionTypeConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "VideoReactionsCountByReactionTypeEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "VideoReactionsCountByReactionTypeCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "count", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "reaction", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "VideoReactionOptions", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "VideoReactionsCountByReactionTypeEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "VideoReactionsCountByReactionType", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "VideoReactionsCountByReactionTypeOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "count_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "count_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "reaction_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "reaction_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "VideoReactionsCountByReactionTypeUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "count", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "reaction", "description": null, "type": { "kind": "ENUM", "name": "VideoReactionOptions", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "VideoReactionsCountByReactionTypeWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "VideoReactionsCountByReactionTypeWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "VideoReactionsCountByReactionTypeWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "VideoReactionsCountByReactionTypeWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "count_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "count_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "count_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "count_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "count_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "count_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "reaction_eq", "description": null, "type": { "kind": "ENUM", "name": "VideoReactionOptions", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "reaction_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "VideoReactionOptions", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VideoWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "VideoReactionsCountByReactionTypeWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "VideoReactionsPreferenceEvent", "description": null, "fields": [ { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "reactionsStatus", "description": "Is comment section enabled (true if enabled)", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Filtering options for interface implementers", "args": [], "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Video", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "videoId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null }, { "kind": "INTERFACE", "name": "Event", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "VideoReactionsPreferenceEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "VideoReactionsPreferenceEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "VideoReactionsPreferenceEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "reactionsStatus", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "VideoReactionsPreferenceEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "VideoReactionsPreferenceEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "VideoReactionsPreferenceEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "reactionsStatus_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "reactionsStatus_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "VideoReactionsPreferenceEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "reactionsStatus", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "VideoReactionsPreferenceEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "VideoReactionsPreferenceEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "VideoReactionsPreferenceEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "VideoReactionsPreferenceEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "reactionsStatus_eq", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "reactionsStatus_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VideoWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "VideoReactionsPreferenceEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "VideoReportInfo", "description": null, "fields": [ { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "reporterIp", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "videoId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "VideoReportOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "VideoReportsWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "reporterIp", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videoId", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "VideoSubtitle", "description": null, "fields": [ { "name": "asset", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "StorageDataObject", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "assetId", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "language", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "Language", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "languageId", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "mimeType", "description": "MIME type description of format used for this subtitle", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Subtitle's type", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Video", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "videoId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "VideoSubtitleConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "VideoSubtitleEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "VideoSubtitleCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "asset", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "language", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "mimeType", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "VideoSubtitleEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "VideoSubtitle", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "VideoSubtitleOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "asset_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "asset_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "language_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "language_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "mimeType_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "mimeType_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "type_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "type_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "VideoSubtitleUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "asset", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "language", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "mimeType", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "VideoSubtitleWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "VideoSubtitleWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "VideoSubtitleWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "VideoSubtitleWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "asset", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "StorageDataObjectWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "language", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "LanguageWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "mimeType_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "mimeType_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "mimeType_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "mimeType_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "mimeType_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "type_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "type_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "type_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "type_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "type_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "video", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VideoWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "VideoSubtitleWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "VideoUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "category", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "channel", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "commentsCount", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "description", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "duration", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "hasMarketing", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isCensored", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isCommentSectionEnabled", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isExplicit", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isFeatured", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isPublic", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isReactionFeatureEnabled", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "language", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "license", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "media", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "mediaMetadata", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "nft", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "publishedBeforeJoystream", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "reactionsCount", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "thumbnailPhoto", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "title", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videoStateBloatBond", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "VideoVisibilitySetByModeratorEvent", "description": null, "fields": [ { "name": "actor", "description": "Actor that deleted the channel assets.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "UNION", "name": "ContentActor", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isHidden", "description": "Is video being censored/hidden (yes if true)", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale", "description": "Why video's visibility status was set", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "videoId", "description": "Video whose visibility/censorship status is changed", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "VideoVisibilitySetByModeratorEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "VideoVisibilitySetByModeratorEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "VideoVisibilitySetByModeratorEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "actor", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "JSONObject", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isHidden", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videoId", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "VideoVisibilitySetByModeratorEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "VideoVisibilitySetByModeratorEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "VideoVisibilitySetByModeratorEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isHidden_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isHidden_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videoId_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videoId_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "VideoVisibilitySetByModeratorEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "actor", "description": null, "type": { "kind": "SCALAR", "name": "JSONObject", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isHidden", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videoId", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "VideoVisibilitySetByModeratorEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "VideoVisibilitySetByModeratorEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "VideoVisibilitySetByModeratorEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "VideoVisibilitySetByModeratorEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "actor_json", "description": null, "type": { "kind": "SCALAR", "name": "JSONObject", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isHidden_eq", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isHidden_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videoId_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videoId_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videoId_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videoId_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videoId_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videoId_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "VideoVisibilitySetByModeratorEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "VideoWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "VideoWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "VideoWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "VideoWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "auctionbidcanceledeventvideo_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "AuctionBidCanceledEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "auctionbidcanceledeventvideo_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "AuctionBidCanceledEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "auctionbidcanceledeventvideo_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "AuctionBidCanceledEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "auctionbidmadeeventvideo_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "AuctionBidMadeEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "auctionbidmadeeventvideo_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "AuctionBidMadeEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "auctionbidmadeeventvideo_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "AuctionBidMadeEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "auctioncanceledeventvideo_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "AuctionCanceledEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "auctioncanceledeventvideo_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "AuctionCanceledEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "auctioncanceledeventvideo_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "AuctionCanceledEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bidmadecompletingauctioneventvideo_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BidMadeCompletingAuctionEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bidmadecompletingauctioneventvideo_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BidMadeCompletingAuctionEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bidmadecompletingauctioneventvideo_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BidMadeCompletingAuctionEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "buynowcanceledeventvideo_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BuyNowCanceledEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "buynowcanceledeventvideo_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BuyNowCanceledEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "buynowcanceledeventvideo_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BuyNowCanceledEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "buynowpriceupdatedeventvideo_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BuyNowPriceUpdatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "buynowpriceupdatedeventvideo_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BuyNowPriceUpdatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "buynowpriceupdatedeventvideo_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BuyNowPriceUpdatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "category", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VideoCategoryWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "channel", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ChannelWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "commentcreatedeventvideo_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CommentCreatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "commentcreatedeventvideo_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CommentCreatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "commentcreatedeventvideo_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CommentCreatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "commentdeletedeventvideo_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CommentDeletedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "commentdeletedeventvideo_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CommentDeletedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "commentdeletedeventvideo_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CommentDeletedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "commentmoderatedeventvideo_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CommentModeratedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "commentmoderatedeventvideo_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CommentModeratedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "commentmoderatedeventvideo_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CommentModeratedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "commentpinnedeventvideo_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CommentPinnedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "commentpinnedeventvideo_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CommentPinnedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "commentpinnedeventvideo_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CommentPinnedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "commentreactedeventvideo_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CommentReactedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "commentreactedeventvideo_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CommentReactedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "commentreactedeventvideo_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CommentReactedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "commentreactionscountbyreactionidvideo_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CommentReactionsCountByReactionIdWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "commentreactionscountbyreactionidvideo_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CommentReactionsCountByReactionIdWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "commentreactionscountbyreactionidvideo_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CommentReactionsCountByReactionIdWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "commentreactionvideo_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CommentReactionWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "commentreactionvideo_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CommentReactionWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "commentreactionvideo_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CommentReactionWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "commentsCount_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "commentsCount_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "commentsCount_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "commentsCount_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "commentsCount_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "commentsCount_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "comments_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CommentWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "comments_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CommentWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "comments_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CommentWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "commenttextupdatedeventvideo_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CommentTextUpdatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "commenttextupdatedeventvideo_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CommentTextUpdatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "commenttextupdatedeventvideo_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CommentTextUpdatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "description_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "description_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "description_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "description_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "description_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "duration_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "duration_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "duration_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "duration_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "duration_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "duration_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "englishauctionsettledeventvideo_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "EnglishAuctionSettledEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "englishauctionsettledeventvideo_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "EnglishAuctionSettledEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "englishauctionsettledeventvideo_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "EnglishAuctionSettledEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "englishauctionstartedeventvideo_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "EnglishAuctionStartedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "englishauctionstartedeventvideo_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "EnglishAuctionStartedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "englishauctionstartedeventvideo_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "EnglishAuctionStartedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "hasMarketing_eq", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "hasMarketing_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isCensored_eq", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isCensored_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isCommentSectionEnabled_eq", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isCommentSectionEnabled_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isExplicit_eq", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isExplicit_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isFeatured_eq", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isFeatured_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isPublic_eq", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isPublic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isReactionFeatureEnabled_eq", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isReactionFeatureEnabled_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "language", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "LanguageWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "license", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "LicenseWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "media", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "StorageDataObjectWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "mediaMetadata", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VideoMediaMetadataWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "nft", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "OwnedNftWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "nftboughteventvideo_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "NftBoughtEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "nftboughteventvideo_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "NftBoughtEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "nftboughteventvideo_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "NftBoughtEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "nftissuedeventvideo_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "NftIssuedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "nftissuedeventvideo_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "NftIssuedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "nftissuedeventvideo_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "NftIssuedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "nftsellordermadeeventvideo_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "NftSellOrderMadeEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "nftsellordermadeeventvideo_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "NftSellOrderMadeEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "nftsellordermadeeventvideo_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "NftSellOrderMadeEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "nftslingedbacktotheoriginalartisteventvideo_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "NftSlingedBackToTheOriginalArtistEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "nftslingedbacktotheoriginalartisteventvideo_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "NftSlingedBackToTheOriginalArtistEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "nftslingedbacktotheoriginalartisteventvideo_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "NftSlingedBackToTheOriginalArtistEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "offeracceptedeventvideo_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "OfferAcceptedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "offeracceptedeventvideo_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "OfferAcceptedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "offeracceptedeventvideo_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "OfferAcceptedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "offercanceledeventvideo_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "OfferCanceledEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "offercanceledeventvideo_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "OfferCanceledEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "offercanceledeventvideo_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "OfferCanceledEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "offerstartedeventvideo_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "OfferStartedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "offerstartedeventvideo_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "OfferStartedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "offerstartedeventvideo_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "OfferStartedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "openauctionbidacceptedeventvideo_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "OpenAuctionBidAcceptedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "openauctionbidacceptedeventvideo_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "OpenAuctionBidAcceptedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "openauctionbidacceptedeventvideo_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "OpenAuctionBidAcceptedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "openauctionstartedeventvideo_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "OpenAuctionStartedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "openauctionstartedeventvideo_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "OpenAuctionStartedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "openauctionstartedeventvideo_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "OpenAuctionStartedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "pinnedComment", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CommentWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "publishedBeforeJoystream_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "publishedBeforeJoystream_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "publishedBeforeJoystream_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "publishedBeforeJoystream_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "publishedBeforeJoystream_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "reactionsCountByReactionId_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VideoReactionsCountByReactionTypeWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "reactionsCountByReactionId_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VideoReactionsCountByReactionTypeWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "reactionsCountByReactionId_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VideoReactionsCountByReactionTypeWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "reactionsCount_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "reactionsCount_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "reactionsCount_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "reactionsCount_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "reactionsCount_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "reactionsCount_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "reactions_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VideoReactionWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "reactions_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VideoReactionWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "reactions_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VideoReactionWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "subtitles_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VideoSubtitleWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "subtitles_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VideoSubtitleWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "subtitles_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VideoSubtitleWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "thumbnailPhoto", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "StorageDataObjectWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "title_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "title_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "title_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "title_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "title_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videoStateBloatBond_eq", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videoStateBloatBond_gt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videoStateBloatBond_gte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videoStateBloatBond_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videoStateBloatBond_lt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videoStateBloatBond_lte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videoreactedeventvideo_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VideoReactedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videoreactedeventvideo_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VideoReactedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videoreactedeventvideo_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VideoReactedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videoreactionspreferenceeventvideo_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VideoReactionsPreferenceEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videoreactionspreferenceeventvideo_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VideoReactionsPreferenceEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "videoreactionspreferenceeventvideo_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "VideoReactionsPreferenceEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "VideoWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "VoteCastEvent", "description": null, "fields": [ { "name": "castVote", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CastVote", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "castVoteId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Filtering options for interface implementers", "args": [], "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null }, { "kind": "INTERFACE", "name": "Event", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "VoteCastEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "VoteCastEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "VoteCastEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "castVote", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "VoteCastEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "VoteCastEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "VoteCastEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "castVote_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "castVote_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "VoteCastEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "castVote", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "VoteCastEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "VoteCastEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "VoteCastEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "VoteCastEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "castVote", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CastVoteWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "VoteCastEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "VoteRevealedEvent", "description": null, "fields": [ { "name": "castVote", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CastVote", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "castVoteId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Filtering options for interface implementers", "args": [], "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null }, { "kind": "INTERFACE", "name": "Event", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "VoteRevealedEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "VoteRevealedEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "VoteRevealedEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "castVote", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "VoteRevealedEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "VoteRevealedEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "VoteRevealedEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "castVote_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "castVote_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "VoteRevealedEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "castVote", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "VoteRevealedEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "VoteRevealedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "VoteRevealedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "VoteRevealedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "castVote", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CastVoteWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "VoteRevealedEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "VotingPeriodStartedEvent", "description": null, "fields": [ { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "numOfCandidates", "description": "Number of candidates in the election.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Filtering options for interface implementers", "args": [], "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null }, { "kind": "INTERFACE", "name": "Event", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "VotingPeriodStartedEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "VotingPeriodStartedEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "VotingPeriodStartedEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "numOfCandidates", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "VotingPeriodStartedEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "VotingPeriodStartedEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "VotingPeriodStartedEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "numOfCandidates_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "numOfCandidates_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "VotingPeriodStartedEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "numOfCandidates", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "VotingPeriodStartedEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "VotingPeriodStartedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "VotingPeriodStartedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "VotingPeriodStartedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "numOfCandidates_eq", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "numOfCandidates_gt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "numOfCandidates_gte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "numOfCandidates_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "numOfCandidates_lt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "numOfCandidates_lte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "VotingPeriodStartedEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "WorkEntrantFundsWithdrawnEvent", "description": null, "fields": [ { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "entry", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BountyEntry", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "entryId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Filtering options for interface implementers", "args": [], "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null }, { "kind": "INTERFACE", "name": "Event", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "WorkEntrantFundsWithdrawnEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkEntrantFundsWithdrawnEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "WorkEntrantFundsWithdrawnEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "entry", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "WorkEntrantFundsWithdrawnEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkEntrantFundsWithdrawnEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "WorkEntrantFundsWithdrawnEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "entry_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "entry_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "WorkEntrantFundsWithdrawnEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "entry", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "WorkEntrantFundsWithdrawnEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "WorkEntrantFundsWithdrawnEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "WorkEntrantFundsWithdrawnEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "WorkEntrantFundsWithdrawnEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "entry", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BountyEntryWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "WorkEntrantFundsWithdrawnEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "WorkEntryAnnouncedEvent", "description": null, "fields": [ { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "entry", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BountyEntry", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "entryId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Filtering options for interface implementers", "args": [], "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null }, { "kind": "INTERFACE", "name": "Event", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "WorkEntryAnnouncedEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkEntryAnnouncedEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "WorkEntryAnnouncedEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "entry", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "WorkEntryAnnouncedEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkEntryAnnouncedEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "WorkEntryAnnouncedEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "entry_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "entry_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "WorkEntryAnnouncedEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "entry", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "WorkEntryAnnouncedEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "WorkEntryAnnouncedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "WorkEntryAnnouncedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "WorkEntryAnnouncedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "entry", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BountyEntryWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "WorkEntryAnnouncedEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "WorkEntrySlashedEvent", "description": null, "fields": [ { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "entry", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BountyEntry", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "entryId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Filtering options for interface implementers", "args": [], "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null }, { "kind": "INTERFACE", "name": "Event", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "WorkEntrySlashedEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkEntrySlashedEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "WorkEntrySlashedEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "entry", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "WorkEntrySlashedEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkEntrySlashedEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "WorkEntrySlashedEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "entry_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "entry_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "WorkEntrySlashedEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "entry", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "WorkEntrySlashedEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "WorkEntrySlashedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "WorkEntrySlashedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "WorkEntrySlashedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "entry", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BountyEntryWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "WorkEntrySlashedEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "WorkEntryWithdrawnEvent", "description": null, "fields": [ { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "entry", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BountyEntry", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "entryId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Filtering options for interface implementers", "args": [], "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null }, { "kind": "INTERFACE", "name": "Event", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "WorkEntryWithdrawnEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkEntryWithdrawnEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "WorkEntryWithdrawnEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "entry", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "WorkEntryWithdrawnEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkEntryWithdrawnEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "WorkEntryWithdrawnEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "entry_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "entry_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "WorkEntryWithdrawnEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "entry", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "WorkEntryWithdrawnEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "WorkEntryWithdrawnEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "WorkEntryWithdrawnEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "WorkEntryWithdrawnEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "entry", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BountyEntryWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "WorkEntryWithdrawnEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "WorkSubmittedEvent", "description": null, "fields": [ { "name": "bounty", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Bounty", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "bountyId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "description", "description": "Description which contains the work itself as a URL, a BLOB, or just text", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "entry", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BountyEntry", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "entryId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "title", "description": "Title of the work", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Filtering options for interface implementers", "args": [], "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null }, { "kind": "INTERFACE", "name": "Event", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "WorkSubmittedEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkSubmittedEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "WorkSubmittedEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "bounty", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "description", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "entry", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "title", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "WorkSubmittedEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkSubmittedEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "WorkSubmittedEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "bounty_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bounty_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "description_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "description_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "entry_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "entry_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "title_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "title_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "WorkSubmittedEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "bounty", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "description", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "entry", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "title", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "WorkSubmittedEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "WorkSubmittedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "WorkSubmittedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "WorkSubmittedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "bounty", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BountyWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "description_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "description_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "description_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "description_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "description_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "entry", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BountyEntryWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "title_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "title_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "title_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "title_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "title_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "WorkSubmittedEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "Worker", "description": null, "fields": [ { "name": "application", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkingGroupApplication", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "applicationId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "categoryarchivalstatusupdatedeventactor", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CategoryArchivalStatusUpdatedEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "categorydeletedeventactor", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CategoryDeletedEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "categorymembershipofmoderatorupdatedeventmoderator", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CategoryMembershipOfModeratorUpdatedEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "categorystickythreadupdateeventactor", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CategoryStickyThreadUpdateEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "entry", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OpeningFilledEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "entryId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "group", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkingGroup", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "groupId", "description": "The id the group that the worker belongs to", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isActive", "description": "Whether the worker is currently active", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isLead", "description": "Whether the worker is also the working group lead", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "leaderseteventworker", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "LeaderSetEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "leaderunseteventleader", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "LeaderUnsetEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "managedForumCategories", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ForumCategory", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "membership", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Membership", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "membershipId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "memberverificationstatusupdatedeventworker", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "MemberVerificationStatusUpdatedEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "missingRewardAmount", "description": "The reward amount the worker is currently missing (due to empty working group budget)", "args": [], "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "newmissedrewardlevelreachedeventworker", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "NewMissedRewardLevelReachedEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "payouts", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "RewardPaidEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "postmoderatedeventactor", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PostModeratedEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardAccount", "description": "Worker's reward account", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardPerBlock", "description": "Current reward per block", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "roleAccount", "description": "Worker's role account", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "runtimeId", "description": "WorkerId in specific working group module", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "slashes", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "StakeSlashedEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "stake", "description": "Current role stake (in JOY)", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "stakeAccount", "description": "Worker's staking account", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "stakedecreasedeventworker", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "StakeDecreasedEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "stakeincreasedeventworker", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "StakeIncreasedEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "status", "description": "Current worker status", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "UNION", "name": "WorkerStatus", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "storage", "description": "Worker's storage data", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "terminatedleadereventworker", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TerminatedLeaderEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "terminatedworkereventworker", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TerminatedWorkerEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "threadmoderatedeventactor", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ThreadModeratedEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "threadmovedeventactor", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ThreadMovedEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "workerexitedeventworker", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkerExitedEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "workerrewardaccountupdatedeventworker", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkerRewardAccountUpdatedEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "workerrewardamountupdatedeventworker", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkerRewardAmountUpdatedEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "workerroleaccountupdatedeventworker", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkerRoleAccountUpdatedEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "workerstartedleavingeventworker", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkerStartedLeavingEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "workinggroupleader", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkingGroup", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "WorkerConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkerEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "WorkerCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "application", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "entry", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "group", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "groupId", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isActive", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isLead", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "membership", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "missingRewardAmount", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardAccount", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardPerBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "roleAccount", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "runtimeId", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stake", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakeAccount", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "status", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "JSONObject", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "storage", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "WorkerEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Worker", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "WorkerExitedEvent", "description": null, "fields": [ { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "group", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkingGroup", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "groupId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Filtering options for interface implementers", "args": [], "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "worker", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Worker", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "workerId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null }, { "kind": "INTERFACE", "name": "Event", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "WorkerExitedEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkerExitedEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "WorkerExitedEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "group", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "worker", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "WorkerExitedEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkerExitedEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "WorkerExitedEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "group_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "group_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "worker_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "worker_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "WorkerExitedEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "group", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "worker", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "WorkerExitedEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "WorkerExitedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "WorkerExitedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "WorkerExitedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "group", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkingGroupWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "worker", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkerWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "WorkerExitedEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "WorkerOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "application_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "application_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "entry_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "entry_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "groupId_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "groupId_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "group_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "group_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isActive_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isActive_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isLead_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isLead_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "membership_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "membership_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "missingRewardAmount_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "missingRewardAmount_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardAccount_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardAccount_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardPerBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardPerBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "roleAccount_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "roleAccount_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "runtimeId_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "runtimeId_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakeAccount_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakeAccount_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stake_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stake_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "storage_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "storage_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "WorkerRewardAccountUpdatedEvent", "description": null, "fields": [ { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "group", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkingGroup", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "groupId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "newRewardAccount", "description": "New reward account", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Filtering options for interface implementers", "args": [], "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "worker", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Worker", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "workerId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null }, { "kind": "INTERFACE", "name": "Event", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "WorkerRewardAccountUpdatedEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkerRewardAccountUpdatedEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "WorkerRewardAccountUpdatedEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "group", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newRewardAccount", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "worker", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "WorkerRewardAccountUpdatedEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkerRewardAccountUpdatedEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "WorkerRewardAccountUpdatedEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "group_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "group_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newRewardAccount_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newRewardAccount_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "worker_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "worker_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "WorkerRewardAccountUpdatedEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "group", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newRewardAccount", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "worker", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "WorkerRewardAccountUpdatedEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "WorkerRewardAccountUpdatedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "WorkerRewardAccountUpdatedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "WorkerRewardAccountUpdatedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "group", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkingGroupWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newRewardAccount_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newRewardAccount_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newRewardAccount_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newRewardAccount_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newRewardAccount_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "worker", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkerWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "WorkerRewardAccountUpdatedEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "WorkerRewardAmountUpdatedEvent", "description": null, "fields": [ { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "group", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkingGroup", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "groupId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "newRewardPerBlock", "description": "New worker reward per block", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Filtering options for interface implementers", "args": [], "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "worker", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Worker", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "workerId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null }, { "kind": "INTERFACE", "name": "Event", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "WorkerRewardAmountUpdatedEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkerRewardAmountUpdatedEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "WorkerRewardAmountUpdatedEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "group", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newRewardPerBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "worker", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "WorkerRewardAmountUpdatedEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkerRewardAmountUpdatedEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "WorkerRewardAmountUpdatedEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "group_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "group_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newRewardPerBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newRewardPerBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "worker_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "worker_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "WorkerRewardAmountUpdatedEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "group", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newRewardPerBlock", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "worker", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "WorkerRewardAmountUpdatedEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "WorkerRewardAmountUpdatedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "WorkerRewardAmountUpdatedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "WorkerRewardAmountUpdatedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "group", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkingGroupWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newRewardPerBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newRewardPerBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newRewardPerBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newRewardPerBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newRewardPerBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newRewardPerBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "worker", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkerWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "WorkerRewardAmountUpdatedEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "WorkerRoleAccountUpdatedEvent", "description": null, "fields": [ { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "group", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkingGroup", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "groupId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "newRoleAccount", "description": "New role account", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Filtering options for interface implementers", "args": [], "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "worker", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Worker", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "workerId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null }, { "kind": "INTERFACE", "name": "Event", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "WorkerRoleAccountUpdatedEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkerRoleAccountUpdatedEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "WorkerRoleAccountUpdatedEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "group", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newRoleAccount", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "worker", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "WorkerRoleAccountUpdatedEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkerRoleAccountUpdatedEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "WorkerRoleAccountUpdatedEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "group_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "group_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newRoleAccount_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newRoleAccount_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "worker_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "worker_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "WorkerRoleAccountUpdatedEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "group", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newRoleAccount", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "worker", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "WorkerRoleAccountUpdatedEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "WorkerRoleAccountUpdatedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "WorkerRoleAccountUpdatedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "WorkerRoleAccountUpdatedEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "group", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkingGroupWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newRoleAccount_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newRoleAccount_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newRoleAccount_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newRoleAccount_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newRoleAccount_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "worker", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkerWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "WorkerRoleAccountUpdatedEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "WorkerStartedLeavingEvent", "description": null, "fields": [ { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "group", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkingGroup", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "groupId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": "Blocknumber of the block in which the event was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": "Hash of the extrinsic which caused the event to be emitted", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": "Index of event in block from which it was emitted.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": "Network the block was produced in", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale", "description": "Optional rationale", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Filtering options for interface implementers", "args": [], "type": { "kind": "ENUM", "name": "EventTypeOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "worker", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Worker", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "workerId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null }, { "kind": "INTERFACE", "name": "Event", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "WorkerStartedLeavingEventConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkerStartedLeavingEventEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "WorkerStartedLeavingEventCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "group", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "worker", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "WorkerStartedLeavingEventEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkerStartedLeavingEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "WorkerStartedLeavingEventOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "group_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "group_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "worker_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "worker_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "WorkerStartedLeavingEventUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "group", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "worker", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "WorkerStartedLeavingEventWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "WorkerStartedLeavingEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "WorkerStartedLeavingEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "WorkerStartedLeavingEventWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "group", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkingGroupWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "inExtrinsic_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "indexInBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_eq", "description": null, "type": { "kind": "ENUM", "name": "Network", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "network_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Network", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rationale_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "worker", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkerWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "WorkerStartedLeavingEventWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "UNION", "name": "WorkerStatus", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "WorkerStatusActive", "ofType": null }, { "kind": "OBJECT", "name": "WorkerStatusLeaving", "ofType": null }, { "kind": "OBJECT", "name": "WorkerStatusLeft", "ofType": null }, { "kind": "OBJECT", "name": "WorkerStatusTerminated", "ofType": null } ] }, { "kind": "OBJECT", "name": "WorkerStatusActive", "description": null, "fields": [ { "name": "phantom", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "WorkerStatusLeaving", "description": null, "fields": [ { "name": "workerStartedLeavingEvent", "description": "Related event emitted on leaving initialization", "args": [], "type": { "kind": "OBJECT", "name": "WorkerStartedLeavingEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "WorkerStatusLeft", "description": null, "fields": [ { "name": "workerExitedEvent", "description": "Related event emitted once the worker has exited the role (after the unstaking period)", "args": [], "type": { "kind": "OBJECT", "name": "WorkerExitedEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "workerStartedLeavingEvent", "description": "Related event emitted on leaving initialization", "args": [], "type": { "kind": "OBJECT", "name": "WorkerStartedLeavingEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "WorkerStatusTerminated", "description": null, "fields": [ { "name": "terminatedWorkerEvent", "description": "Related event emitted on worker termination", "args": [], "type": { "kind": "OBJECT", "name": "TerminatedWorkerEvent", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "WorkerUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "application", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "entry", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "group", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "groupId", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isActive", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isLead", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "membership", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "missingRewardAmount", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardAccount", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardPerBlock", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "roleAccount", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "runtimeId", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stake", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakeAccount", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "status", "description": null, "type": { "kind": "SCALAR", "name": "JSONObject", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "storage", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "WorkerWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "WorkerWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "WorkerWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "WorkerWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "application", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkingGroupApplicationWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "categoryarchivalstatusupdatedeventactor_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CategoryArchivalStatusUpdatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "categoryarchivalstatusupdatedeventactor_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CategoryArchivalStatusUpdatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "categoryarchivalstatusupdatedeventactor_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CategoryArchivalStatusUpdatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "categorydeletedeventactor_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CategoryDeletedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "categorydeletedeventactor_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CategoryDeletedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "categorydeletedeventactor_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CategoryDeletedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "categorymembershipofmoderatorupdatedeventmoderator_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CategoryMembershipOfModeratorUpdatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "categorymembershipofmoderatorupdatedeventmoderator_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CategoryMembershipOfModeratorUpdatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "categorymembershipofmoderatorupdatedeventmoderator_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CategoryMembershipOfModeratorUpdatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "categorystickythreadupdateeventactor_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CategoryStickyThreadUpdateEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "categorystickythreadupdateeventactor_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CategoryStickyThreadUpdateEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "categorystickythreadupdateeventactor_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CategoryStickyThreadUpdateEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "entry", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "OpeningFilledEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "group", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkingGroupWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "groupId_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "groupId_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "groupId_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "groupId_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "groupId_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isActive_eq", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isActive_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isLead_eq", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "isLead_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "leaderseteventworker_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "LeaderSetEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "leaderseteventworker_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "LeaderSetEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "leaderseteventworker_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "LeaderSetEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "leaderunseteventleader_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "LeaderUnsetEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "leaderunseteventleader_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "LeaderUnsetEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "leaderunseteventleader_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "LeaderUnsetEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "managedForumCategories_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ForumCategoryWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "managedForumCategories_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ForumCategoryWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "managedForumCategories_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ForumCategoryWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "membership", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "memberverificationstatusupdatedeventworker_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MemberVerificationStatusUpdatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "memberverificationstatusupdatedeventworker_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MemberVerificationStatusUpdatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "memberverificationstatusupdatedeventworker_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MemberVerificationStatusUpdatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "missingRewardAmount_eq", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "missingRewardAmount_gt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "missingRewardAmount_gte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "missingRewardAmount_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "missingRewardAmount_lt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "missingRewardAmount_lte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newmissedrewardlevelreachedeventworker_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "NewMissedRewardLevelReachedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newmissedrewardlevelreachedeventworker_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "NewMissedRewardLevelReachedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newmissedrewardlevelreachedeventworker_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "NewMissedRewardLevelReachedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "payouts_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "RewardPaidEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "payouts_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "RewardPaidEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "payouts_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "RewardPaidEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "postmoderatedeventactor_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "PostModeratedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "postmoderatedeventactor_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "PostModeratedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "postmoderatedeventactor_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "PostModeratedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardAccount_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardAccount_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardAccount_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardAccount_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardAccount_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardPerBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardPerBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardPerBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardPerBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardPerBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardPerBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "roleAccount_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "roleAccount_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "roleAccount_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "roleAccount_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "roleAccount_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "runtimeId_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "runtimeId_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "runtimeId_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "runtimeId_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "runtimeId_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "runtimeId_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "slashes_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "StakeSlashedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "slashes_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "StakeSlashedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "slashes_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "StakeSlashedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakeAccount_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakeAccount_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakeAccount_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakeAccount_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakeAccount_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stake_eq", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stake_gt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stake_gte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stake_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stake_lt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stake_lte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakedecreasedeventworker_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "StakeDecreasedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakedecreasedeventworker_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "StakeDecreasedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakedecreasedeventworker_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "StakeDecreasedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakeincreasedeventworker_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "StakeIncreasedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakeincreasedeventworker_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "StakeIncreasedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakeincreasedeventworker_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "StakeIncreasedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "status_json", "description": null, "type": { "kind": "SCALAR", "name": "JSONObject", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "storage_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "storage_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "storage_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "storage_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "storage_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "terminatedleadereventworker_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "TerminatedLeaderEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "terminatedleadereventworker_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "TerminatedLeaderEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "terminatedleadereventworker_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "TerminatedLeaderEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "terminatedworkereventworker_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "TerminatedWorkerEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "terminatedworkereventworker_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "TerminatedWorkerEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "terminatedworkereventworker_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "TerminatedWorkerEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "threadmoderatedeventactor_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ThreadModeratedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "threadmoderatedeventactor_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ThreadModeratedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "threadmoderatedeventactor_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ThreadModeratedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "threadmovedeventactor_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ThreadMovedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "threadmovedeventactor_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ThreadMovedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "threadmovedeventactor_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ThreadMovedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "workerexitedeventworker_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkerExitedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "workerexitedeventworker_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkerExitedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "workerexitedeventworker_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkerExitedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "workerrewardaccountupdatedeventworker_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkerRewardAccountUpdatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "workerrewardaccountupdatedeventworker_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkerRewardAccountUpdatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "workerrewardaccountupdatedeventworker_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkerRewardAccountUpdatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "workerrewardamountupdatedeventworker_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkerRewardAmountUpdatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "workerrewardamountupdatedeventworker_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkerRewardAmountUpdatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "workerrewardamountupdatedeventworker_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkerRewardAmountUpdatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "workerroleaccountupdatedeventworker_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkerRoleAccountUpdatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "workerroleaccountupdatedeventworker_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkerRoleAccountUpdatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "workerroleaccountupdatedeventworker_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkerRoleAccountUpdatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "workerstartedleavingeventworker_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkerStartedLeavingEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "workerstartedleavingeventworker_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkerStartedLeavingEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "workerstartedleavingeventworker_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkerStartedLeavingEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "workinggroupleader_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkingGroupWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "workinggroupleader_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkingGroupWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "workinggroupleader_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkingGroupWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "WorkerWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "WorkingGroup", "description": null, "fields": [ { "name": "applicationwithdrawneventgroup", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ApplicationWithdrawnEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "appliedonopeningeventgroup", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "AppliedOnOpeningEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "budget", "description": "Current working group budget (JOY)", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "budgetseteventgroup", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BudgetSetEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "budgetspendingeventgroup", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BudgetSpendingEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "budgetupdatedeventgroup", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BudgetUpdatedEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "leader", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "Worker", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "leaderId", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "leaderseteventgroup", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "LeaderSetEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "leaderunseteventgroup", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "LeaderUnsetEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "metadata", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "WorkingGroupMetadata", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "metadataId", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": "Working group name", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "newmissedrewardlevelreachedeventgroup", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "NewMissedRewardLevelReachedEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "openingaddedeventgroup", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OpeningAddedEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "openingcanceledeventgroup", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OpeningCanceledEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "openingfilledeventgroup", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OpeningFilledEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "openings", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkingGroupOpening", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardpaideventgroup", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "RewardPaidEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "stakedecreasedeventgroup", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "StakeDecreasedEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "stakeincreasedeventgroup", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "StakeIncreasedEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "stakeslashedeventgroup", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "StakeSlashedEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "statustextchangedeventgroup", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "StatusTextChangedEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "terminatedleadereventgroup", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TerminatedLeaderEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "terminatedworkereventgroup", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TerminatedWorkerEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "upcomingworkinggroupopeninggroup", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UpcomingWorkingGroupOpening", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "workerexitedeventgroup", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkerExitedEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "workerrewardaccountupdatedeventgroup", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkerRewardAccountUpdatedEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "workerrewardamountupdatedeventgroup", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkerRewardAmountUpdatedEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "workerroleaccountupdatedeventgroup", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkerRoleAccountUpdatedEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "workers", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Worker", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "workerstartedleavingeventgroup", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkerStartedLeavingEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "workinggroupmetadatagroup", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkingGroupMetadata", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "WorkingGroupApplication", "description": null, "fields": [ { "name": "answers", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ApplicationFormQuestionAnswer", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "applicant", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Membership", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "applicantId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "applicationwithdrawneventapplication", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ApplicationWithdrawnEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdInEvent", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "AppliedOnOpeningEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "opening", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkingGroupOpening", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "openingId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardAccount", "description": "Applicant's initial reward account", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "roleAccount", "description": "Applicant's initial role account", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "runtimeId", "description": "ApplicationId in specific working group module", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "stake", "description": "Application stake", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "stakingAccount", "description": "Applicant's initial staking account", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "status", "description": "Current application status", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "UNION", "name": "WorkingGroupApplicationStatus", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "workerapplication", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Worker", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "WorkingGroupApplicationConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkingGroupApplicationEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "WorkingGroupApplicationCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "applicant", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "opening", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardAccount", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "roleAccount", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "runtimeId", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stake", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakingAccount", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "status", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "JSONObject", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "WorkingGroupApplicationEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkingGroupApplication", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "WorkingGroupApplicationOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "applicant_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "applicant_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "opening_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "opening_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardAccount_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardAccount_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "roleAccount_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "roleAccount_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "runtimeId_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "runtimeId_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stake_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stake_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakingAccount_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakingAccount_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "UNION", "name": "WorkingGroupApplicationStatus", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "ApplicationStatusAccepted", "ofType": null }, { "kind": "OBJECT", "name": "ApplicationStatusCancelled", "ofType": null }, { "kind": "OBJECT", "name": "ApplicationStatusPending", "ofType": null }, { "kind": "OBJECT", "name": "ApplicationStatusRejected", "ofType": null }, { "kind": "OBJECT", "name": "ApplicationStatusWithdrawn", "ofType": null } ] }, { "kind": "INPUT_OBJECT", "name": "WorkingGroupApplicationUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "applicant", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "opening", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardAccount", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "roleAccount", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "runtimeId", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stake", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakingAccount", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "status", "description": null, "type": { "kind": "SCALAR", "name": "JSONObject", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "WorkingGroupApplicationWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "WorkingGroupApplicationWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "WorkingGroupApplicationWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "WorkingGroupApplicationWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "answers_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ApplicationFormQuestionAnswerWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "answers_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ApplicationFormQuestionAnswerWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "answers_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ApplicationFormQuestionAnswerWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "applicant", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "MembershipWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "applicationwithdrawneventapplication_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ApplicationWithdrawnEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "applicationwithdrawneventapplication_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ApplicationWithdrawnEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "applicationwithdrawneventapplication_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ApplicationWithdrawnEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdInEvent", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "AppliedOnOpeningEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "opening", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkingGroupOpeningWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardAccount_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardAccount_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardAccount_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardAccount_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardAccount_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "roleAccount_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "roleAccount_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "roleAccount_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "roleAccount_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "roleAccount_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "runtimeId_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "runtimeId_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "runtimeId_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "runtimeId_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "runtimeId_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "runtimeId_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stake_eq", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stake_gt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stake_gte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stake_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stake_lt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stake_lte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakingAccount_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakingAccount_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakingAccount_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakingAccount_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakingAccount_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "status_json", "description": null, "type": { "kind": "SCALAR", "name": "JSONObject", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "workerapplication_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkerWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "workerapplication_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkerWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "workerapplication_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkerWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "WorkingGroupApplicationWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "WorkingGroupConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkingGroupEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "WorkingGroupCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "budget", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "leader", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "metadata", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "WorkingGroupEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkingGroup", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "WorkingGroupMetadata", "description": null, "fields": [ { "name": "about", "description": "Working group about text", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "description", "description": "Working group description text", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "group", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkingGroup", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "groupId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "setInEvent", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "StatusTextChangedEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "setInEventId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "status", "description": "Working group status", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "statusMessage", "description": "Working group status message", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "workinggroupmetadata", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkingGroup", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "UNION", "name": "WorkingGroupMetadataActionResult", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "InvalidActionMetadata", "ofType": null }, { "kind": "OBJECT", "name": "UpcomingOpeningAdded", "ofType": null }, { "kind": "OBJECT", "name": "UpcomingOpeningRemoved", "ofType": null }, { "kind": "OBJECT", "name": "WorkingGroupMetadataSet", "ofType": null } ] }, { "kind": "OBJECT", "name": "WorkingGroupMetadataConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkingGroupMetadataEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "WorkingGroupMetadataCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "about", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "description", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "group", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "setInEvent", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "status", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "statusMessage", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "WorkingGroupMetadataEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkingGroupMetadata", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "WorkingGroupMetadataOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "about_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "about_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "description_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "description_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "group_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "group_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "setInEvent_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "setInEvent_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "statusMessage_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "statusMessage_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "status_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "status_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "WorkingGroupMetadataSet", "description": null, "fields": [ { "name": "metadata", "description": "The new metadata snapshot resulting from the update", "args": [], "type": { "kind": "OBJECT", "name": "WorkingGroupMetadata", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "WorkingGroupMetadataUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "about", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "description", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "group", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "setInEvent", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "status", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "statusMessage", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "WorkingGroupMetadataWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "WorkingGroupMetadataWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "WorkingGroupMetadataWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "WorkingGroupMetadataWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "about_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "about_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "about_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "about_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "about_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "description_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "description_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "description_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "description_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "description_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "group", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkingGroupWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "setInEvent", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "StatusTextChangedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "statusMessage_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "statusMessage_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "statusMessage_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "statusMessage_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "statusMessage_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "status_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "status_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "status_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "status_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "status_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "workinggroupmetadata_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkingGroupWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "workinggroupmetadata_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkingGroupWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "workinggroupmetadata_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkingGroupWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "WorkingGroupMetadataWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "WorkingGroupOpening", "description": null, "fields": [ { "name": "applications", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkingGroupApplication", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "appliedonopeningeventopening", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "AppliedOnOpeningEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Time of opening creation", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdInEvent", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OpeningAddedEvent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "group", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkingGroup", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "groupId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "metadata", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkingGroupOpeningMetadata", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "metadataId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "openingcanceledeventopening", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OpeningCanceledEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "openingfilledeventopening", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OpeningFilledEvent", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardPerBlock", "description": "Initial workers' reward per block", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "runtimeId", "description": "OpeningId in specific working group module", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "stakeAmount", "description": "Min. application/role stake amount", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "status", "description": "Current opening status", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "UNION", "name": "WorkingGroupOpeningStatus", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "Type of the opening (Leader/Regular)", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "WorkingGroupOpeningType", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "unstakingPeriod", "description": "Role stake unstaking period in blocks", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "WorkingGroupOpeningConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkingGroupOpeningEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "WorkingGroupOpeningCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "createdAt", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "group", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "metadata", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardPerBlock", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "runtimeId", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakeAmount", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "status", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "JSONObject", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "WorkingGroupOpeningType", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "unstakingPeriod", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "WorkingGroupOpeningEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkingGroupOpening", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "WorkingGroupOpeningMetadata", "description": null, "fields": [ { "name": "applicationDetails", "description": "Md-formatted text explaining the application process", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "applicationFormQuestions", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ApplicationFormQuestion", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "description", "description": "Opening description (md-formatted)", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "expectedEnding", "description": "Expected time when the opening will close", "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "hiringLimit", "description": "Expected max. number of applicants that will be hired", "args": [], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "originallyValid", "description": "Whether the originally provided metadata was valid", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "shortDescription", "description": "Opening short description", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "title", "description": "Opening title", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "upcomingworkinggroupopeningmetadata", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UpcomingWorkingGroupOpening", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "workinggroupopeningmetadata", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkingGroupOpening", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "BaseGraphQLObject", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "WorkingGroupOpeningMetadataConnection", "description": null, "fields": [ { "name": "edges", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkingGroupOpeningMetadataEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "WorkingGroupOpeningMetadataCreateInput", "description": null, "fields": null, "inputFields": [ { "name": "applicationDetails", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "description", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "expectedEnding", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "hiringLimit", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "originallyValid", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "shortDescription", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "title", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "WorkingGroupOpeningMetadataEdge", "description": null, "fields": [ { "name": "cursor", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkingGroupOpeningMetadata", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "WorkingGroupOpeningMetadataOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "applicationDetails_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "applicationDetails_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "description_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "description_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "expectedEnding_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "expectedEnding_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "hiringLimit_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "hiringLimit_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "originallyValid_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "originallyValid_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "shortDescription_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "shortDescription_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "title_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "title_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "WorkingGroupOpeningMetadataUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "applicationDetails", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "description", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "expectedEnding", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "hiringLimit", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "originallyValid", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "shortDescription", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "title", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "WorkingGroupOpeningMetadataWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "WorkingGroupOpeningMetadataWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "WorkingGroupOpeningMetadataWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "WorkingGroupOpeningMetadataWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "applicationDetails_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "applicationDetails_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "applicationDetails_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "applicationDetails_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "applicationDetails_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "applicationFormQuestions_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ApplicationFormQuestionWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "applicationFormQuestions_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ApplicationFormQuestionWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "applicationFormQuestions_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ApplicationFormQuestionWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "description_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "description_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "description_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "description_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "description_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "expectedEnding_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "expectedEnding_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "expectedEnding_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "expectedEnding_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "expectedEnding_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "hiringLimit_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "hiringLimit_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "hiringLimit_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "hiringLimit_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "hiringLimit_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "hiringLimit_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "originallyValid_eq", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "originallyValid_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "shortDescription_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "shortDescription_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "shortDescription_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "shortDescription_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "shortDescription_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "title_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "title_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "title_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "title_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "title_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "upcomingworkinggroupopeningmetadata_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "UpcomingWorkingGroupOpeningWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "upcomingworkinggroupopeningmetadata_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "UpcomingWorkingGroupOpeningWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "upcomingworkinggroupopeningmetadata_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "UpcomingWorkingGroupOpeningWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "workinggroupopeningmetadata_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkingGroupOpeningWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "workinggroupopeningmetadata_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkingGroupOpeningWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "workinggroupopeningmetadata_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkingGroupOpeningWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "WorkingGroupOpeningMetadataWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "WorkingGroupOpeningOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "group_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "group_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "metadata_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "metadata_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardPerBlock_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardPerBlock_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "runtimeId_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "runtimeId_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakeAmount_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakeAmount_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "type_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "type_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "unstakingPeriod_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "unstakingPeriod_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "UNION", "name": "WorkingGroupOpeningStatus", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "OpeningStatusCancelled", "ofType": null }, { "kind": "OBJECT", "name": "OpeningStatusFilled", "ofType": null }, { "kind": "OBJECT", "name": "OpeningStatusOpen", "ofType": null } ] }, { "kind": "ENUM", "name": "WorkingGroupOpeningType", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "LEADER", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "REGULAR", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "WorkingGroupOpeningUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "createdAt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "group", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "metadata", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardPerBlock", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "runtimeId", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakeAmount", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "status", "description": null, "type": { "kind": "SCALAR", "name": "JSONObject", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": null, "type": { "kind": "ENUM", "name": "WorkingGroupOpeningType", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "unstakingPeriod", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "WorkingGroupOpeningWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "WorkingGroupOpeningWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "WorkingGroupOpeningWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "WorkingGroupOpeningWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "applications_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkingGroupApplicationWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "applications_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkingGroupApplicationWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "applications_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkingGroupApplicationWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "appliedonopeningeventopening_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "AppliedOnOpeningEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "appliedonopeningeventopening_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "AppliedOnOpeningEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "appliedonopeningeventopening_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "AppliedOnOpeningEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdInEvent", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "OpeningAddedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "group", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkingGroupWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "metadata", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkingGroupOpeningMetadataWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "openingcanceledeventopening_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "OpeningCanceledEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "openingcanceledeventopening_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "OpeningCanceledEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "openingcanceledeventopening_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "OpeningCanceledEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "openingfilledeventopening_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "OpeningFilledEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "openingfilledeventopening_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "OpeningFilledEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "openingfilledeventopening_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "OpeningFilledEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardPerBlock_eq", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardPerBlock_gt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardPerBlock_gte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardPerBlock_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardPerBlock_lt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardPerBlock_lte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "runtimeId_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "runtimeId_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "runtimeId_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "runtimeId_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "runtimeId_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "runtimeId_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakeAmount_eq", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakeAmount_gt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakeAmount_gte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakeAmount_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakeAmount_lt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakeAmount_lte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "status_json", "description": null, "type": { "kind": "SCALAR", "name": "JSONObject", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "type_eq", "description": null, "type": { "kind": "ENUM", "name": "WorkingGroupOpeningType", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "type_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "WorkingGroupOpeningType", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "unstakingPeriod_eq", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "unstakingPeriod_gt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "unstakingPeriod_gte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "unstakingPeriod_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "unstakingPeriod_lt", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "unstakingPeriod_lte", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "WorkingGroupOpeningWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "WorkingGroupOrderByInput", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "budget_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "budget_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "leader_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "leader_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "metadata_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "metadata_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "name_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "name_DESC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "WorkingGroupUpdateInput", "description": null, "fields": null, "inputFields": [ { "name": "budget", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "leader", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "metadata", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "WorkingGroupWhereInput", "description": null, "fields": null, "inputFields": [ { "name": "AND", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "WorkingGroupWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "NOT", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "WorkingGroupWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "OR", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "WorkingGroupWhereInput", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "applicationwithdrawneventgroup_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ApplicationWithdrawnEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "applicationwithdrawneventgroup_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ApplicationWithdrawnEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "applicationwithdrawneventgroup_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ApplicationWithdrawnEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "appliedonopeningeventgroup_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "AppliedOnOpeningEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "appliedonopeningeventgroup_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "AppliedOnOpeningEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "appliedonopeningeventgroup_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "AppliedOnOpeningEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "budget_eq", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "budget_gt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "budget_gte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "budget_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "budget_lt", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "budget_lte", "description": null, "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "budgetseteventgroup_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BudgetSetEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "budgetseteventgroup_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BudgetSetEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "budgetseteventgroup_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BudgetSetEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "budgetspendingeventgroup_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BudgetSpendingEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "budgetspendingeventgroup_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BudgetSpendingEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "budgetspendingeventgroup_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BudgetSpendingEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "budgetupdatedeventgroup_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BudgetUpdatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "budgetupdatedeventgroup_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BudgetUpdatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "budgetupdatedeventgroup_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BudgetUpdatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "createdById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_all", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "deletedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "id_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "leader", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkerWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "leaderseteventgroup_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "LeaderSetEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "leaderseteventgroup_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "LeaderSetEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "leaderseteventgroup_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "LeaderSetEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "leaderunseteventgroup_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "LeaderUnsetEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "leaderunseteventgroup_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "LeaderUnsetEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "leaderunseteventgroup_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "LeaderUnsetEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "metadata", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkingGroupMetadataWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "name_contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "name_endsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "name_eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "name_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "name_startsWith", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newmissedrewardlevelreachedeventgroup_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "NewMissedRewardLevelReachedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newmissedrewardlevelreachedeventgroup_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "NewMissedRewardLevelReachedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "newmissedrewardlevelreachedeventgroup_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "NewMissedRewardLevelReachedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "openingaddedeventgroup_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "OpeningAddedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "openingaddedeventgroup_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "OpeningAddedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "openingaddedeventgroup_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "OpeningAddedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "openingcanceledeventgroup_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "OpeningCanceledEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "openingcanceledeventgroup_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "OpeningCanceledEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "openingcanceledeventgroup_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "OpeningCanceledEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "openingfilledeventgroup_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "OpeningFilledEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "openingfilledeventgroup_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "OpeningFilledEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "openingfilledeventgroup_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "OpeningFilledEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "openings_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkingGroupOpeningWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "openings_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkingGroupOpeningWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "openings_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkingGroupOpeningWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardpaideventgroup_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "RewardPaidEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardpaideventgroup_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "RewardPaidEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "rewardpaideventgroup_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "RewardPaidEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakedecreasedeventgroup_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "StakeDecreasedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakedecreasedeventgroup_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "StakeDecreasedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakedecreasedeventgroup_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "StakeDecreasedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakeincreasedeventgroup_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "StakeIncreasedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakeincreasedeventgroup_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "StakeIncreasedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakeincreasedeventgroup_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "StakeIncreasedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakeslashedeventgroup_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "StakeSlashedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakeslashedeventgroup_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "StakeSlashedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "stakeslashedeventgroup_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "StakeSlashedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "statustextchangedeventgroup_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "StatusTextChangedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "statustextchangedeventgroup_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "StatusTextChangedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "statustextchangedeventgroup_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "StatusTextChangedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "terminatedleadereventgroup_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "TerminatedLeaderEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "terminatedleadereventgroup_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "TerminatedLeaderEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "terminatedleadereventgroup_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "TerminatedLeaderEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "terminatedworkereventgroup_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "TerminatedWorkerEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "terminatedworkereventgroup_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "TerminatedWorkerEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "terminatedworkereventgroup_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "TerminatedWorkerEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "upcomingworkinggroupopeninggroup_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "UpcomingWorkingGroupOpeningWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "upcomingworkinggroupopeninggroup_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "UpcomingWorkingGroupOpeningWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "upcomingworkinggroupopeninggroup_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "UpcomingWorkingGroupOpeningWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_gte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lt", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt_lte", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_eq", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedById_in", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "workerexitedeventgroup_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkerExitedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "workerexitedeventgroup_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkerExitedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "workerexitedeventgroup_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkerExitedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "workerrewardaccountupdatedeventgroup_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkerRewardAccountUpdatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "workerrewardaccountupdatedeventgroup_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkerRewardAccountUpdatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "workerrewardaccountupdatedeventgroup_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkerRewardAccountUpdatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "workerrewardamountupdatedeventgroup_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkerRewardAmountUpdatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "workerrewardamountupdatedeventgroup_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkerRewardAmountUpdatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "workerrewardamountupdatedeventgroup_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkerRewardAmountUpdatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "workerroleaccountupdatedeventgroup_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkerRoleAccountUpdatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "workerroleaccountupdatedeventgroup_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkerRoleAccountUpdatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "workerroleaccountupdatedeventgroup_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkerRoleAccountUpdatedEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "workers_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkerWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "workers_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkerWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "workers_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkerWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "workerstartedleavingeventgroup_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkerStartedLeavingEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "workerstartedleavingeventgroup_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkerStartedLeavingEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "workerstartedleavingeventgroup_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkerStartedLeavingEventWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "workinggroupmetadatagroup_every", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkingGroupMetadataWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "workinggroupmetadatagroup_none", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkingGroupMetadataWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "workinggroupmetadatagroup_some", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "WorkingGroupMetadataWhereInput", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "WorkingGroupWhereUniqueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "__Directive", "description": "A Directive provides a way to describe alternate runtime execution and type validation behavior in a GraphQL document.\n\nIn some cases, you need to provide options to alter GraphQL's execution behavior in ways field arguments will not suffice, such as conditionally including or skipping a field. Directives provide this by describing additional information to the executor.", "fields": [ { "name": "name", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "description", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "isRepeatable", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "locations", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "__DirectiveLocation", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "args", "description": null, "args": [ { "name": "includeDeprecated", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "false", "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "__InputValue", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "__DirectiveLocation", "description": "A Directive can be adjacent to many parts of the GraphQL language, a __DirectiveLocation describes one such possible adjacencies.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "QUERY", "description": "Location adjacent to a query operation.", "isDeprecated": false, "deprecationReason": null }, { "name": "MUTATION", "description": "Location adjacent to a mutation operation.", "isDeprecated": false, "deprecationReason": null }, { "name": "SUBSCRIPTION", "description": "Location adjacent to a subscription operation.", "isDeprecated": false, "deprecationReason": null }, { "name": "FIELD", "description": "Location adjacent to a field.", "isDeprecated": false, "deprecationReason": null }, { "name": "FRAGMENT_DEFINITION", "description": "Location adjacent to a fragment definition.", "isDeprecated": false, "deprecationReason": null }, { "name": "FRAGMENT_SPREAD", "description": "Location adjacent to a fragment spread.", "isDeprecated": false, "deprecationReason": null }, { "name": "INLINE_FRAGMENT", "description": "Location adjacent to an inline fragment.", "isDeprecated": false, "deprecationReason": null }, { "name": "VARIABLE_DEFINITION", "description": "Location adjacent to a variable definition.", "isDeprecated": false, "deprecationReason": null }, { "name": "SCHEMA", "description": "Location adjacent to a schema definition.", "isDeprecated": false, "deprecationReason": null }, { "name": "SCALAR", "description": "Location adjacent to a scalar definition.", "isDeprecated": false, "deprecationReason": null }, { "name": "OBJECT", "description": "Location adjacent to an object type definition.", "isDeprecated": false, "deprecationReason": null }, { "name": "FIELD_DEFINITION", "description": "Location adjacent to a field definition.", "isDeprecated": false, "deprecationReason": null }, { "name": "ARGUMENT_DEFINITION", "description": "Location adjacent to an argument definition.", "isDeprecated": false, "deprecationReason": null }, { "name": "INTERFACE", "description": "Location adjacent to an interface definition.", "isDeprecated": false, "deprecationReason": null }, { "name": "UNION", "description": "Location adjacent to a union definition.", "isDeprecated": false, "deprecationReason": null }, { "name": "ENUM", "description": "Location adjacent to an enum definition.", "isDeprecated": false, "deprecationReason": null }, { "name": "ENUM_VALUE", "description": "Location adjacent to an enum value definition.", "isDeprecated": false, "deprecationReason": null }, { "name": "INPUT_OBJECT", "description": "Location adjacent to an input object type definition.", "isDeprecated": false, "deprecationReason": null }, { "name": "INPUT_FIELD_DEFINITION", "description": "Location adjacent to an input object field definition.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "__EnumValue", "description": "One possible value for a given Enum. Enum values are unique values, not a placeholder for a string or numeric value. However an Enum value is returned in a JSON response as a string.", "fields": [ { "name": "name", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "description", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "isDeprecated", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deprecationReason", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "__Field", "description": "Object and Interface types are described by a list of Fields, each of which has a name, potentially a list of arguments, and a return type.", "fields": [ { "name": "name", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "description", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "args", "description": null, "args": [ { "name": "includeDeprecated", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "false", "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "__InputValue", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "__Type", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isDeprecated", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deprecationReason", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "__InputValue", "description": "Arguments provided to Fields or Directives and the input fields of an InputObject are represented as Input Values which describe their type and optionally a default value.", "fields": [ { "name": "name", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "description", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "__Type", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "defaultValue", "description": "A GraphQL-formatted string representing the default value for this input value.", "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "isDeprecated", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deprecationReason", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "__Schema", "description": "A GraphQL Schema defines the capabilities of a GraphQL server. It exposes all available types and directives on the server, as well as the entry points for query, mutation, and subscription operations.", "fields": [ { "name": "description", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "types", "description": "A list of all types supported by this server.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "__Type", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "queryType", "description": "The type that query operations will be rooted at.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "__Type", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "mutationType", "description": "If this server supports mutation, the type that mutation operations will be rooted at.", "args": [], "type": { "kind": "OBJECT", "name": "__Type", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "subscriptionType", "description": "If this server support subscription, the type that subscription operations will be rooted at.", "args": [], "type": { "kind": "OBJECT", "name": "__Type", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "directives", "description": "A list of all directives supported by this server.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "__Directive", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "__Type", "description": "The fundamental unit of any GraphQL Schema is the type. There are many kinds of types in GraphQL as represented by the `__TypeKind` enum.\n\nDepending on the kind of a type, certain fields describe information about that type. Scalar types provide no information beyond a name, description and optional `specifiedByURL`, while Enum types provide their values. Object and Interface types provide the fields they describe. Abstract types, Union and Interface, provide the Object types possible at runtime. List and NonNull types compose other types.", "fields": [ { "name": "kind", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "__TypeKind", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "description", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "specifiedByURL", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "fields", "description": null, "args": [ { "name": "includeDeprecated", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "false", "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "__Field", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "interfaces", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "__Type", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "possibleTypes", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "__Type", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "enumValues", "description": null, "args": [ { "name": "includeDeprecated", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "false", "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "__EnumValue", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inputFields", "description": null, "args": [ { "name": "includeDeprecated", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "false", "isDeprecated": false, "deprecationReason": null } ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "__InputValue", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "ofType", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "__Type", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "__TypeKind", "description": "An enum describing what kind of type a given `__Type` is.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "SCALAR", "description": "Indicates this type is a scalar.", "isDeprecated": false, "deprecationReason": null }, { "name": "OBJECT", "description": "Indicates this type is an object. `fields` and `interfaces` are valid fields.", "isDeprecated": false, "deprecationReason": null }, { "name": "INTERFACE", "description": "Indicates this type is an interface. `fields`, `interfaces`, and `possibleTypes` are valid fields.", "isDeprecated": false, "deprecationReason": null }, { "name": "UNION", "description": "Indicates this type is a union. `possibleTypes` is a valid field.", "isDeprecated": false, "deprecationReason": null }, { "name": "ENUM", "description": "Indicates this type is an enum. `enumValues` is a valid field.", "isDeprecated": false, "deprecationReason": null }, { "name": "INPUT_OBJECT", "description": "Indicates this type is an input object. `inputFields` is a valid field.", "isDeprecated": false, "deprecationReason": null }, { "name": "LIST", "description": "Indicates this type is a list. `ofType` is a valid field.", "isDeprecated": false, "deprecationReason": null }, { "name": "NON_NULL", "description": "Indicates this type is a non-null. `ofType` is a valid field.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null } ], "directives": [ { "name": "deprecated", "description": "Marks an element of a GraphQL schema as no longer supported.", "isRepeatable": false, "locations": [ "ARGUMENT_DEFINITION", "ENUM_VALUE", "FIELD_DEFINITION", "INPUT_FIELD_DEFINITION" ], "args": [ { "name": "reason", "description": "Explains why this element was deprecated, usually also including a suggestion for how to access supported similar data. Formatted using the Markdown syntax, as specified by [CommonMark](https://commonmark.org/).", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": "\"No longer supported\"", "isDeprecated": false, "deprecationReason": null } ] }, { "name": "include", "description": "Directs the executor to include this field or fragment only when the `if` argument is true.", "isRepeatable": false, "locations": [ "FIELD", "FRAGMENT_SPREAD", "INLINE_FRAGMENT" ], "args": [ { "name": "if", "description": "Included when true.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ] }, { "name": "skip", "description": "Directs the executor to skip this field or fragment when the `if` argument is true.", "isRepeatable": false, "locations": [ "FIELD", "FRAGMENT_SPREAD", "INLINE_FRAGMENT" ], "args": [ { "name": "if", "description": "Skipped when true.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ] }, { "name": "specifiedBy", "description": "Exposes a URL that specifies the behaviour of this scalar.", "isRepeatable": false, "locations": [ "SCALAR" ], "args": [ { "name": "url", "description": "The URL that specifies the behaviour of this scalar.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null, "isDeprecated": false, "deprecationReason": null } ] } ] } }