diff --git a/.graphclientrc.yml b/.graphclientrc.yml index b6c78983..12d8ecdd 100644 --- a/.graphclientrc.yml +++ b/.graphclientrc.yml @@ -2,8 +2,8 @@ sources: - name: grant-ships handler: graphql: - # endpoint: https://indexer.bigdevenergy.link/3a96753/v1/graphql - endpoint: http://localhost:8080/v1/graphql + endpoint: https://indexer.bigdevenergy.link/3a96753/v1/graphql + # endpoint: http://localhost:8080/v1/graphql documents: # - './src/**/*.graphql' - './src/graphql/newQueries/**/*.graphql' diff --git a/src/.graphclient/index.ts b/src/.graphclient/index.ts index 6e2222e8..61d2c8ee 100644 --- a/src/.graphclient/index.ts +++ b/src/.graphclient/index.ts @@ -38,8 +38,6 @@ export type Scalars = { Boolean: boolean; Int: number; Float: number; - _numeric: any; - _text: any; contract_type: any; entity_type: any; event_type: any; @@ -793,7 +791,7 @@ export type EventPost_variance_order_by = { /** columns and relationships of "FactoryEventsSummary" */ export type FactoryEventsSummary = { address: Scalars['String']; - admins: Scalars['_text']; + admins: Array; contestBuiltCount: Scalars['numeric']; contestCloneCount: Scalars['numeric']; contestTemplateCount: Scalars['numeric']; @@ -809,7 +807,7 @@ export type FactoryEventsSummary_bool_exp = { _not?: InputMaybe; _or?: InputMaybe>; address?: InputMaybe; - admins?: InputMaybe<_text_comparison_exp>; + admins?: InputMaybe; contestBuiltCount?: InputMaybe; contestCloneCount?: InputMaybe; contestTemplateCount?: InputMaybe; @@ -864,7 +862,7 @@ export type FactoryEventsSummary_stream_cursor_input = { /** Initial value of the column from where the streaming should start */ export type FactoryEventsSummary_stream_cursor_value_input = { address?: InputMaybe; - admins?: InputMaybe; + admins?: InputMaybe>; contestBuiltCount?: InputMaybe; contestCloneCount?: InputMaybe; contestTemplateCount?: InputMaybe; @@ -1888,8 +1886,8 @@ export type GrantShip = { name: Scalars['String']; nonce: Scalars['numeric']; owner: Scalars['String']; - pastNames: Scalars['_text']; - pastProfileIds: Scalars['_text']; + pastNames: Array; + pastProfileIds: Array; poolActive?: Maybe; poolFunded: Scalars['Boolean']; poolId?: Maybe; @@ -1989,8 +1987,8 @@ export type GrantShip_bool_exp = { name?: InputMaybe; nonce?: InputMaybe; owner?: InputMaybe; - pastNames?: InputMaybe<_text_comparison_exp>; - pastProfileIds?: InputMaybe<_text_comparison_exp>; + pastNames?: InputMaybe; + pastProfileIds?: InputMaybe; poolActive?: InputMaybe; poolFunded?: InputMaybe; poolId?: InputMaybe; @@ -2029,6 +2027,8 @@ export type GrantShip_max_order_by = { name?: InputMaybe; nonce?: InputMaybe; owner?: InputMaybe; + pastNames?: InputMaybe; + pastProfileIds?: InputMaybe; poolId?: InputMaybe; profileId?: InputMaybe; profileMetadata_id?: InputMaybe; @@ -2063,6 +2063,8 @@ export type GrantShip_min_order_by = { name?: InputMaybe; nonce?: InputMaybe; owner?: InputMaybe; + pastNames?: InputMaybe; + pastProfileIds?: InputMaybe; poolId?: InputMaybe; profileId?: InputMaybe; profileMetadata_id?: InputMaybe; @@ -2307,8 +2309,8 @@ export type GrantShip_stream_cursor_value_input = { name?: InputMaybe; nonce?: InputMaybe; owner?: InputMaybe; - pastNames?: InputMaybe; - pastProfileIds?: InputMaybe; + pastNames?: InputMaybe>; + pastProfileIds?: InputMaybe>; poolActive?: InputMaybe; poolFunded?: InputMaybe; poolId?: InputMaybe; @@ -2846,7 +2848,7 @@ export type HatsPoster = { db_write_timestamp?: Maybe; /** An array relationship */ eventPosts: Array; - hatIds: Scalars['_numeric']; + hatIds: Array; hatsAddress: Scalars['String']; id: Scalars['String']; /** An array relationship */ @@ -2880,7 +2882,7 @@ export type HatsPoster_bool_exp = { _or?: InputMaybe>; db_write_timestamp?: InputMaybe; eventPosts?: InputMaybe; - hatIds?: InputMaybe<_numeric_comparison_exp>; + hatIds?: InputMaybe; hatsAddress?: InputMaybe; id?: InputMaybe; record?: InputMaybe; @@ -2918,7 +2920,7 @@ export type HatsPoster_stream_cursor_input = { /** Initial value of the column from where the streaming should start */ export type HatsPoster_stream_cursor_value_input = { db_write_timestamp?: InputMaybe; - hatIds?: InputMaybe; + hatIds?: InputMaybe>; hatsAddress?: InputMaybe; id?: InputMaybe; }; @@ -3536,7 +3538,7 @@ export type ProfileIdToAnchor_stream_cursor_value_input = { /** columns and relationships of "ProfileMemberGroup" */ export type ProfileMemberGroup = { - addresses: Scalars['_text']; + addresses: Array; db_write_timestamp?: Maybe; id: Scalars['String']; role: Scalars['String']; @@ -3547,7 +3549,7 @@ export type ProfileMemberGroup_bool_exp = { _and?: InputMaybe>; _not?: InputMaybe; _or?: InputMaybe>; - addresses?: InputMaybe<_text_comparison_exp>; + addresses?: InputMaybe; db_write_timestamp?: InputMaybe; id?: InputMaybe; role?: InputMaybe; @@ -3582,7 +3584,7 @@ export type ProfileMemberGroup_stream_cursor_input = { /** Initial value of the column from where the streaming should start */ export type ProfileMemberGroup_stream_cursor_value_input = { - addresses?: InputMaybe; + addresses?: InputMaybe>; db_write_timestamp?: InputMaybe; id?: InputMaybe; role?: InputMaybe; @@ -3606,8 +3608,8 @@ export type Project = { name: Scalars['String']; nonce: Scalars['numeric']; owner: Scalars['String']; - pastNames: Scalars['_text']; - pastProfileIds: Scalars['_text']; + pastNames: Array; + pastProfileIds: Array; profileId: Scalars['String']; status: Scalars['Int']; totalAmountReceived: Scalars['numeric']; @@ -3641,8 +3643,8 @@ export type Project_bool_exp = { name?: InputMaybe; nonce?: InputMaybe; owner?: InputMaybe; - pastNames?: InputMaybe<_text_comparison_exp>; - pastProfileIds?: InputMaybe<_text_comparison_exp>; + pastNames?: InputMaybe; + pastProfileIds?: InputMaybe; profileId?: InputMaybe; status?: InputMaybe; totalAmountReceived?: InputMaybe; @@ -3723,8 +3725,8 @@ export type Project_stream_cursor_value_input = { name?: InputMaybe; nonce?: InputMaybe; owner?: InputMaybe; - pastNames?: InputMaybe; - pastProfileIds?: InputMaybe; + pastNames?: InputMaybe>; + pastProfileIds?: InputMaybe>; profileId?: InputMaybe; status?: InputMaybe; totalAmountReceived?: InputMaybe; @@ -4519,6 +4521,23 @@ export type StemModule_stream_cursor_value_input = { moduleTemplate_id?: InputMaybe; }; +/** Boolean expression to compare columns of type "String". All fields are combined with logical 'AND'. */ +export type String_array_comparison_exp = { + /** is the array contained in the given array value */ + _contained_in?: InputMaybe>; + /** does the array contain the given value */ + _contains?: InputMaybe>; + _eq?: InputMaybe>; + _gt?: InputMaybe>; + _gte?: InputMaybe>; + _in?: InputMaybe>>; + _is_null?: InputMaybe; + _lt?: InputMaybe>; + _lte?: InputMaybe>; + _neq?: InputMaybe>; + _nin?: InputMaybe>>; +}; + /** Boolean expression to compare columns of type "String". All fields are combined with logical 'AND'. */ export type String_comparison_exp = { _eq?: InputMaybe; @@ -4810,32 +4829,6 @@ export type Update_stream_cursor_value_input = { timestamp?: InputMaybe; }; -/** Boolean expression to compare columns of type "_numeric". All fields are combined with logical 'AND'. */ -export type _numeric_comparison_exp = { - _eq?: InputMaybe; - _gt?: InputMaybe; - _gte?: InputMaybe; - _in?: InputMaybe>; - _is_null?: InputMaybe; - _lt?: InputMaybe; - _lte?: InputMaybe; - _neq?: InputMaybe; - _nin?: InputMaybe>; -}; - -/** Boolean expression to compare columns of type "_text". All fields are combined with logical 'AND'. */ -export type _text_comparison_exp = { - _eq?: InputMaybe; - _gt?: InputMaybe; - _gte?: InputMaybe; - _in?: InputMaybe>; - _is_null?: InputMaybe; - _lt?: InputMaybe; - _lte?: InputMaybe; - _neq?: InputMaybe; - _nin?: InputMaybe>; -}; - /** columns and relationships of "chain_metadata" */ export type chain_metadata = { block_height: Scalars['Int']; @@ -5473,6 +5466,23 @@ export type json_comparison_exp = { _nin?: InputMaybe>; }; +/** Boolean expression to compare columns of type "numeric". All fields are combined with logical 'AND'. */ +export type numeric_array_comparison_exp = { + /** is the array contained in the given array value */ + _contained_in?: InputMaybe>; + /** does the array contain the given value */ + _contains?: InputMaybe>; + _eq?: InputMaybe>; + _gt?: InputMaybe>; + _gte?: InputMaybe>; + _in?: InputMaybe>>; + _is_null?: InputMaybe; + _lt?: InputMaybe>; + _lte?: InputMaybe>; + _neq?: InputMaybe>; + _nin?: InputMaybe>>; +}; + /** Boolean expression to compare columns of type "numeric". All fields are combined with logical 'AND'. */ export type numeric_comparison_exp = { _eq?: InputMaybe; @@ -8256,6 +8266,7 @@ export type ResolversTypes = ResolversObject<{ StemModule_stream_cursor_input: StemModule_stream_cursor_input; StemModule_stream_cursor_value_input: StemModule_stream_cursor_value_input; String: ResolverTypeWrapper; + String_array_comparison_exp: String_array_comparison_exp; String_comparison_exp: String_comparison_exp; TVParams: ResolverTypeWrapper; TVParams_bool_exp: TVParams_bool_exp; @@ -8275,10 +8286,6 @@ export type ResolversTypes = ResolversObject<{ Update_select_column: Update_select_column; Update_stream_cursor_input: Update_stream_cursor_input; Update_stream_cursor_value_input: Update_stream_cursor_value_input; - _numeric: ResolverTypeWrapper; - _numeric_comparison_exp: _numeric_comparison_exp; - _text: ResolverTypeWrapper; - _text_comparison_exp: _text_comparison_exp; chain_metadata: ResolverTypeWrapper; chain_metadata_bool_exp: chain_metadata_bool_exp; chain_metadata_order_by: chain_metadata_order_by; @@ -8331,6 +8338,7 @@ export type ResolversTypes = ResolversObject<{ json: ResolverTypeWrapper; json_comparison_exp: json_comparison_exp; numeric: ResolverTypeWrapper; + numeric_array_comparison_exp: numeric_array_comparison_exp; numeric_comparison_exp: numeric_comparison_exp; order_by: order_by; persisted_state: ResolverTypeWrapper; @@ -8650,6 +8658,7 @@ export type ResolversParentTypes = ResolversObject<{ StemModule_stream_cursor_input: StemModule_stream_cursor_input; StemModule_stream_cursor_value_input: StemModule_stream_cursor_value_input; String: Scalars['String']; + String_array_comparison_exp: String_array_comparison_exp; String_comparison_exp: String_comparison_exp; TVParams: TVParams; TVParams_bool_exp: TVParams_bool_exp; @@ -8666,10 +8675,6 @@ export type ResolversParentTypes = ResolversObject<{ Update_order_by: Update_order_by; Update_stream_cursor_input: Update_stream_cursor_input; Update_stream_cursor_value_input: Update_stream_cursor_value_input; - _numeric: Scalars['_numeric']; - _numeric_comparison_exp: _numeric_comparison_exp; - _text: Scalars['_text']; - _text_comparison_exp: _text_comparison_exp; chain_metadata: chain_metadata; chain_metadata_bool_exp: chain_metadata_bool_exp; chain_metadata_order_by: chain_metadata_order_by; @@ -8716,6 +8721,7 @@ export type ResolversParentTypes = ResolversObject<{ json: Scalars['json']; json_comparison_exp: json_comparison_exp; numeric: Scalars['numeric']; + numeric_array_comparison_exp: numeric_array_comparison_exp; numeric_comparison_exp: numeric_comparison_exp; persisted_state: persisted_state; persisted_state_bool_exp: persisted_state_bool_exp; @@ -8829,7 +8835,7 @@ export type EventPostResolvers = ResolversObject<{ address?: Resolver; - admins?: Resolver; + admins?: Resolver, ParentType, ContextType>; contestBuiltCount?: Resolver; contestCloneCount?: Resolver; contestTemplateCount?: Resolver; @@ -9021,8 +9027,8 @@ export type GrantShipResolvers; nonce?: Resolver; owner?: Resolver; - pastNames?: Resolver; - pastProfileIds?: Resolver; + pastNames?: Resolver, ParentType, ContextType>; + pastProfileIds?: Resolver, ParentType, ContextType>; poolActive?: Resolver, ParentType, ContextType>; poolFunded?: Resolver; poolId?: Resolver, ParentType, ContextType>; @@ -9073,7 +9079,7 @@ export type HALParamsResolvers = ResolversObject<{ db_write_timestamp?: Resolver, ParentType, ContextType>; eventPosts?: Resolver, ParentType, ContextType, Partial>; - hatIds?: Resolver; + hatIds?: Resolver, ParentType, ContextType>; hatsAddress?: Resolver; id?: Resolver; record?: Resolver, ParentType, ContextType, Partial>; @@ -9138,7 +9144,7 @@ export type ProfileIdToAnchorResolvers; export type ProfileMemberGroupResolvers = ResolversObject<{ - addresses?: Resolver; + addresses?: Resolver, ParentType, ContextType>; db_write_timestamp?: Resolver, ParentType, ContextType>; id?: Resolver; role?: Resolver; @@ -9159,8 +9165,8 @@ export type ProjectResolvers; nonce?: Resolver; owner?: Resolver; - pastNames?: Resolver; - pastProfileIds?: Resolver; + pastNames?: Resolver, ParentType, ContextType>; + pastProfileIds?: Resolver, ParentType, ContextType>; profileId?: Resolver; status?: Resolver; totalAmountReceived?: Resolver; @@ -9291,14 +9297,6 @@ export type UpdateResolvers; }>; -export interface _numericScalarConfig extends GraphQLScalarTypeConfig { - name: '_numeric'; -} - -export interface _textScalarConfig extends GraphQLScalarTypeConfig { - name: '_text'; -} - export type chain_metadataResolvers = ResolversObject<{ block_height?: Resolver; chain_id?: Resolver; @@ -9696,8 +9694,6 @@ export type Resolvers = ResolversObject<{ TVParams?: TVParamsResolvers; Transaction?: TransactionResolvers; Update?: UpdateResolvers; - _numeric?: GraphQLScalarType; - _text?: GraphQLScalarType; chain_metadata?: chain_metadataResolvers; contract_type?: GraphQLScalarType; dynamic_contract_registry?: dynamic_contract_registryResolvers; @@ -9766,7 +9762,7 @@ const grantShipsTransforms = []; const additionalTypeDefs = [] as any[]; const grantShipsHandler = new GraphqlHandler({ name: "grant-ships", - config: {"endpoint":"http://localhost:8080/v1/graphql"}, + config: {"endpoint":"https://indexer.bigdevenergy.link/3a96753/v1/graphql"}, baseDir, cache, pubsub, diff --git a/src/.graphclient/schema.graphql b/src/.graphclient/schema.graphql index 23d44e90..4e8f6393 100644 --- a/src/.graphclient/schema.graphql +++ b/src/.graphclient/schema.graphql @@ -866,7 +866,7 @@ columns and relationships of "FactoryEventsSummary" """ type FactoryEventsSummary { address: String! - admins: _text! + admins: [String!]! contestBuiltCount: numeric! contestCloneCount: numeric! contestTemplateCount: numeric! @@ -884,7 +884,7 @@ input FactoryEventsSummary_bool_exp { _not: FactoryEventsSummary_bool_exp _or: [FactoryEventsSummary_bool_exp!] address: String_comparison_exp - admins: _text_comparison_exp + admins: String_array_comparison_exp contestBuiltCount: numeric_comparison_exp contestCloneCount: numeric_comparison_exp contestTemplateCount: numeric_comparison_exp @@ -944,7 +944,7 @@ input FactoryEventsSummary_stream_cursor_input { """Initial value of the column from where the streaming should start""" input FactoryEventsSummary_stream_cursor_value_input { address: String - admins: _text + admins: [String!] contestBuiltCount: numeric contestCloneCount: numeric contestTemplateCount: numeric @@ -2091,8 +2091,8 @@ type GrantShip { name: String! nonce: numeric! owner: String! - pastNames: _text! - pastProfileIds: _text! + pastNames: [String!]! + pastProfileIds: [String!]! poolActive: Boolean poolFunded: Boolean! poolId: numeric @@ -2188,8 +2188,8 @@ input GrantShip_bool_exp { name: String_comparison_exp nonce: numeric_comparison_exp owner: String_comparison_exp - pastNames: _text_comparison_exp - pastProfileIds: _text_comparison_exp + pastNames: String_array_comparison_exp + pastProfileIds: String_array_comparison_exp poolActive: Boolean_comparison_exp poolFunded: Boolean_comparison_exp poolId: numeric_comparison_exp @@ -2230,6 +2230,8 @@ input GrantShip_max_order_by { name: order_by nonce: order_by owner: order_by + pastNames: order_by + pastProfileIds: order_by poolId: order_by profileId: order_by profileMetadata_id: order_by @@ -2266,6 +2268,8 @@ input GrantShip_min_order_by { name: order_by nonce: order_by owner: order_by + pastNames: order_by + pastProfileIds: order_by poolId: order_by profileId: order_by profileMetadata_id: order_by @@ -2521,8 +2525,8 @@ input GrantShip_stream_cursor_value_input { name: String nonce: numeric owner: String - pastNames: _text - pastProfileIds: _text + pastNames: [String!] + pastProfileIds: [String!] poolActive: Boolean poolFunded: Boolean poolId: numeric @@ -3130,7 +3134,7 @@ type HatsPoster { """filter the rows returned""" where: EventPost_bool_exp ): [EventPost!]! - hatIds: _numeric! + hatIds: [numeric!]! hatsAddress: String! id: String! """An array relationship""" @@ -3157,7 +3161,7 @@ input HatsPoster_bool_exp { _or: [HatsPoster_bool_exp!] db_write_timestamp: timestamp_comparison_exp eventPosts: EventPost_bool_exp - hatIds: _numeric_comparison_exp + hatIds: numeric_array_comparison_exp hatsAddress: String_comparison_exp id: String_comparison_exp record: Record_bool_exp @@ -3200,7 +3204,7 @@ input HatsPoster_stream_cursor_input { """Initial value of the column from where the streaming should start""" input HatsPoster_stream_cursor_value_input { db_write_timestamp: timestamp - hatIds: _numeric + hatIds: [numeric!] hatsAddress: String id: String } @@ -3912,7 +3916,7 @@ input ProfileIdToAnchor_stream_cursor_value_input { columns and relationships of "ProfileMemberGroup" """ type ProfileMemberGroup { - addresses: _text! + addresses: [String!]! db_write_timestamp: timestamp id: String! role: String! @@ -3925,7 +3929,7 @@ input ProfileMemberGroup_bool_exp { _and: [ProfileMemberGroup_bool_exp!] _not: ProfileMemberGroup_bool_exp _or: [ProfileMemberGroup_bool_exp!] - addresses: _text_comparison_exp + addresses: String_array_comparison_exp db_write_timestamp: timestamp_comparison_exp id: String_comparison_exp role: String_comparison_exp @@ -3965,7 +3969,7 @@ input ProfileMemberGroup_stream_cursor_input { """Initial value of the column from where the streaming should start""" input ProfileMemberGroup_stream_cursor_value_input { - addresses: _text + addresses: [String!] db_write_timestamp: timestamp id: String role: String @@ -4002,8 +4006,8 @@ type Project { name: String! nonce: numeric! owner: String! - pastNames: _text! - pastProfileIds: _text! + pastNames: [String!]! + pastProfileIds: [String!]! profileId: String! status: Int! totalAmountReceived: numeric! @@ -4029,8 +4033,8 @@ input Project_bool_exp { name: String_comparison_exp nonce: numeric_comparison_exp owner: String_comparison_exp - pastNames: _text_comparison_exp - pastProfileIds: _text_comparison_exp + pastNames: String_array_comparison_exp + pastProfileIds: String_array_comparison_exp profileId: String_comparison_exp status: Int_comparison_exp totalAmountReceived: numeric_comparison_exp @@ -4116,8 +4120,8 @@ input Project_stream_cursor_value_input { name: String nonce: numeric owner: String - pastNames: _text - pastProfileIds: _text + pastNames: [String!] + pastProfileIds: [String!] profileId: String status: Int totalAmountReceived: numeric @@ -5042,6 +5046,25 @@ input StemModule_stream_cursor_value_input { moduleTemplate_id: String } +""" +Boolean expression to compare columns of type "String". All fields are combined with logical 'AND'. +""" +input String_array_comparison_exp { + """is the array contained in the given array value""" + _contained_in: [String!] + """does the array contain the given value""" + _contains: [String!] + _eq: [String!] + _gt: [String!] + _gte: [String!] + _in: [[String!]!] + _is_null: Boolean + _lt: [String!] + _lte: [String!] + _neq: [String!] + _nin: [[String!]!] +} + """ Boolean expression to compare columns of type "String". All fields are combined with logical 'AND'. """ @@ -5370,40 +5393,6 @@ input Update_stream_cursor_value_input { timestamp: Int } -scalar _numeric - -""" -Boolean expression to compare columns of type "_numeric". All fields are combined with logical 'AND'. -""" -input _numeric_comparison_exp { - _eq: _numeric - _gt: _numeric - _gte: _numeric - _in: [_numeric!] - _is_null: Boolean - _lt: _numeric - _lte: _numeric - _neq: _numeric - _nin: [_numeric!] -} - -scalar _text - -""" -Boolean expression to compare columns of type "_text". All fields are combined with logical 'AND'. -""" -input _text_comparison_exp { - _eq: _text - _gt: _text - _gte: _text - _in: [_text!] - _is_null: Boolean - _lt: _text - _lte: _text - _neq: _text - _nin: [_text!] -} - """ columns and relationships of "chain_metadata" """ @@ -6118,6 +6107,25 @@ input json_comparison_exp { scalar numeric +""" +Boolean expression to compare columns of type "numeric". All fields are combined with logical 'AND'. +""" +input numeric_array_comparison_exp { + """is the array contained in the given array value""" + _contained_in: [numeric!] + """does the array contain the given value""" + _contains: [numeric!] + _eq: [numeric!] + _gt: [numeric!] + _gte: [numeric!] + _in: [[numeric!]!] + _is_null: Boolean + _lt: [numeric!] + _lte: [numeric!] + _neq: [numeric!] + _nin: [[numeric!]!] +} + """ Boolean expression to compare columns of type "numeric". All fields are combined with logical 'AND'. """ diff --git a/src/.graphclient/sources/grant-ships/introspectionSchema.ts b/src/.graphclient/sources/grant-ships/introspectionSchema.ts index 1a7c4309..a14fe1cd 100644 --- a/src/.graphclient/sources/grant-ships/introspectionSchema.ts +++ b/src/.graphclient/sources/grant-ships/introspectionSchema.ts @@ -7689,10 +7689,16 @@ const schemaAST = { "type": { "kind": "NonNullType", "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_text" + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } } } }, @@ -7926,7 +7932,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "_text_comparison_exp" + "value": "String_array_comparison_exp" } }, "directives": [] @@ -8413,10 +8419,16 @@ const schemaAST = { "value": "admins" }, "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_text" + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } } }, "directives": [] @@ -19704,10 +19716,16 @@ const schemaAST = { "type": { "kind": "NonNullType", "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_text" + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } } } }, @@ -19723,10 +19741,16 @@ const schemaAST = { "type": { "kind": "NonNullType", "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_text" + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } } } }, @@ -20988,7 +21012,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "_text_comparison_exp" + "value": "String_array_comparison_exp" } }, "directives": [] @@ -21003,7 +21027,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "_text_comparison_exp" + "value": "String_array_comparison_exp" } }, "directives": [] @@ -21533,6 +21557,36 @@ const schemaAST = { }, "directives": [] }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "pastNames" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "order_by" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "pastProfileIds" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "order_by" + } + }, + "directives": [] + }, { "kind": "InputValueDefinition", "name": { @@ -21998,6 +22052,36 @@ const schemaAST = { }, "directives": [] }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "pastNames" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "order_by" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "pastProfileIds" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "order_by" + } + }, + "directives": [] + }, { "kind": "InputValueDefinition", "name": { @@ -24634,10 +24718,16 @@ const schemaAST = { "value": "pastNames" }, "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_text" + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } } }, "directives": [] @@ -24649,10 +24739,16 @@ const schemaAST = { "value": "pastProfileIds" }, "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_text" + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } } }, "directives": [] @@ -30761,10 +30857,16 @@ const schemaAST = { "type": { "kind": "NonNullType", "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_numeric" + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "numeric" + } + } } } }, @@ -31064,7 +31166,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "_numeric_comparison_exp" + "value": "numeric_array_comparison_exp" } }, "directives": [] @@ -31381,10 +31483,16 @@ const schemaAST = { "value": "hatIds" }, "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_numeric" + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "numeric" + } + } } }, "directives": [] @@ -37784,10 +37892,16 @@ const schemaAST = { "type": { "kind": "NonNullType", "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_text" + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } } } }, @@ -37930,7 +38044,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "_text_comparison_exp" + "value": "String_array_comparison_exp" } }, "directives": [] @@ -38202,10 +38316,16 @@ const schemaAST = { "value": "addresses" }, "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_text" + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } } }, "directives": [] @@ -38649,10 +38769,16 @@ const schemaAST = { "type": { "kind": "NonNullType", "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_text" + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } } } }, @@ -38668,10 +38794,16 @@ const schemaAST = { "type": { "kind": "NonNullType", "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_text" + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } } } }, @@ -39012,7 +39144,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "_text_comparison_exp" + "value": "String_array_comparison_exp" } }, "directives": [] @@ -39027,7 +39159,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "_text_comparison_exp" + "value": "String_array_comparison_exp" } }, "directives": [] @@ -39802,10 +39934,16 @@ const schemaAST = { "value": "pastNames" }, "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_text" + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } } }, "directives": [] @@ -39817,10 +39955,16 @@ const schemaAST = { "value": "pastProfileIds" }, "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_text" + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } } }, "directives": [] @@ -47689,35 +47833,57 @@ const schemaAST = { }, "name": { "kind": "Name", - "value": "String_comparison_exp" + "value": "String_array_comparison_exp" }, "fields": [ { "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "is the array contained in the given array value", + "block": true + }, "name": { "kind": "Name", - "value": "_eq" + "value": "_contained_in" }, "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } } }, "directives": [] }, { "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "does the array contain the given value", + "block": true + }, "name": { "kind": "Name", - "value": "_gt" + "value": "_contains" }, "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } } }, "directives": [] @@ -47726,33 +47892,40 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "_gte" + "value": "_eq" }, "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } } }, "directives": [] }, { "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "does the column match the given case-insensitive pattern", - "block": true - }, "name": { "kind": "Name", - "value": "_ilike" + "value": "_gt" }, "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } } }, "directives": [] @@ -47761,7 +47934,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "_in" + "value": "_gte" }, "type": { "kind": "ListType", @@ -47780,20 +47953,253 @@ const schemaAST = { }, { "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "does the column match the given POSIX regular expression, case insensitive", - "block": true - }, "name": { "kind": "Name", - "value": "_iregex" + "value": "_in" }, "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "_is_null" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "_lt" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "_lte" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "_neq" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "_nin" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "description": { + "kind": "StringValue", + "value": "Boolean expression to compare columns of type \"String\". All fields are combined with logical 'AND'.", + "block": true + }, + "name": { + "kind": "Name", + "value": "String_comparison_exp" + }, + "fields": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "_eq" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "does the column match the given case-insensitive pattern", + "block": true + }, + "name": { + "kind": "Name", + "value": "_ilike" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "does the column match the given POSIX regular expression, case insensitive", + "block": true + }, + "name": { + "kind": "Name", + "value": "_iregex" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" } }, "directives": [] @@ -50740,346 +51146,6 @@ const schemaAST = { ], "directives": [] }, - { - "kind": "ScalarTypeDefinition", - "name": { - "kind": "Name", - "value": "_numeric" - }, - "directives": [] - }, - { - "kind": "InputObjectTypeDefinition", - "description": { - "kind": "StringValue", - "value": "Boolean expression to compare columns of type \"_numeric\". All fields are combined with logical 'AND'.", - "block": true - }, - "name": { - "kind": "Name", - "value": "_numeric_comparison_exp" - }, - "fields": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "_eq" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_numeric" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "_gt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_numeric" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "_gte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_numeric" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_numeric" - } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "_is_null" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Boolean" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "_lt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_numeric" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "_lte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_numeric" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "_neq" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_numeric" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "_nin" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_numeric" - } - } - } - }, - "directives": [] - } - ], - "directives": [] - }, - { - "kind": "ScalarTypeDefinition", - "name": { - "kind": "Name", - "value": "_text" - }, - "directives": [] - }, - { - "kind": "InputObjectTypeDefinition", - "description": { - "kind": "StringValue", - "value": "Boolean expression to compare columns of type \"_text\". All fields are combined with logical 'AND'.", - "block": true - }, - "name": { - "kind": "Name", - "value": "_text_comparison_exp" - }, - "fields": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "_eq" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_text" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "_gt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_text" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "_gte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_text" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_text" - } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "_is_null" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Boolean" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "_lt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_text" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "_lte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_text" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "_neq" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_text" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "_nin" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_text" - } - } - } - }, - "directives": [] - } - ], - "directives": [] - }, { "kind": "ObjectTypeDefinition", "description": { @@ -57847,6 +57913,268 @@ const schemaAST = { }, "directives": [] }, + { + "kind": "InputObjectTypeDefinition", + "description": { + "kind": "StringValue", + "value": "Boolean expression to compare columns of type \"numeric\". All fields are combined with logical 'AND'.", + "block": true + }, + "name": { + "kind": "Name", + "value": "numeric_array_comparison_exp" + }, + "fields": [ + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "is the array contained in the given array value", + "block": true + }, + "name": { + "kind": "Name", + "value": "_contained_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "numeric" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "does the array contain the given value", + "block": true + }, + "name": { + "kind": "Name", + "value": "_contains" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "numeric" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "_eq" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "numeric" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "_gt" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "numeric" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "_gte" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "numeric" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "numeric" + } + } + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "_is_null" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "_lt" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "numeric" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "_lte" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "numeric" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "_neq" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "numeric" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "_nin" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "numeric" + } + } + } + } + } + }, + "directives": [] + } + ], + "directives": [] + }, { "kind": "InputObjectTypeDefinition", "description": { diff --git a/src/.graphclient/sources/grant-ships/schema.graphql b/src/.graphclient/sources/grant-ships/schema.graphql index 23d44e90..4e8f6393 100644 --- a/src/.graphclient/sources/grant-ships/schema.graphql +++ b/src/.graphclient/sources/grant-ships/schema.graphql @@ -866,7 +866,7 @@ columns and relationships of "FactoryEventsSummary" """ type FactoryEventsSummary { address: String! - admins: _text! + admins: [String!]! contestBuiltCount: numeric! contestCloneCount: numeric! contestTemplateCount: numeric! @@ -884,7 +884,7 @@ input FactoryEventsSummary_bool_exp { _not: FactoryEventsSummary_bool_exp _or: [FactoryEventsSummary_bool_exp!] address: String_comparison_exp - admins: _text_comparison_exp + admins: String_array_comparison_exp contestBuiltCount: numeric_comparison_exp contestCloneCount: numeric_comparison_exp contestTemplateCount: numeric_comparison_exp @@ -944,7 +944,7 @@ input FactoryEventsSummary_stream_cursor_input { """Initial value of the column from where the streaming should start""" input FactoryEventsSummary_stream_cursor_value_input { address: String - admins: _text + admins: [String!] contestBuiltCount: numeric contestCloneCount: numeric contestTemplateCount: numeric @@ -2091,8 +2091,8 @@ type GrantShip { name: String! nonce: numeric! owner: String! - pastNames: _text! - pastProfileIds: _text! + pastNames: [String!]! + pastProfileIds: [String!]! poolActive: Boolean poolFunded: Boolean! poolId: numeric @@ -2188,8 +2188,8 @@ input GrantShip_bool_exp { name: String_comparison_exp nonce: numeric_comparison_exp owner: String_comparison_exp - pastNames: _text_comparison_exp - pastProfileIds: _text_comparison_exp + pastNames: String_array_comparison_exp + pastProfileIds: String_array_comparison_exp poolActive: Boolean_comparison_exp poolFunded: Boolean_comparison_exp poolId: numeric_comparison_exp @@ -2230,6 +2230,8 @@ input GrantShip_max_order_by { name: order_by nonce: order_by owner: order_by + pastNames: order_by + pastProfileIds: order_by poolId: order_by profileId: order_by profileMetadata_id: order_by @@ -2266,6 +2268,8 @@ input GrantShip_min_order_by { name: order_by nonce: order_by owner: order_by + pastNames: order_by + pastProfileIds: order_by poolId: order_by profileId: order_by profileMetadata_id: order_by @@ -2521,8 +2525,8 @@ input GrantShip_stream_cursor_value_input { name: String nonce: numeric owner: String - pastNames: _text - pastProfileIds: _text + pastNames: [String!] + pastProfileIds: [String!] poolActive: Boolean poolFunded: Boolean poolId: numeric @@ -3130,7 +3134,7 @@ type HatsPoster { """filter the rows returned""" where: EventPost_bool_exp ): [EventPost!]! - hatIds: _numeric! + hatIds: [numeric!]! hatsAddress: String! id: String! """An array relationship""" @@ -3157,7 +3161,7 @@ input HatsPoster_bool_exp { _or: [HatsPoster_bool_exp!] db_write_timestamp: timestamp_comparison_exp eventPosts: EventPost_bool_exp - hatIds: _numeric_comparison_exp + hatIds: numeric_array_comparison_exp hatsAddress: String_comparison_exp id: String_comparison_exp record: Record_bool_exp @@ -3200,7 +3204,7 @@ input HatsPoster_stream_cursor_input { """Initial value of the column from where the streaming should start""" input HatsPoster_stream_cursor_value_input { db_write_timestamp: timestamp - hatIds: _numeric + hatIds: [numeric!] hatsAddress: String id: String } @@ -3912,7 +3916,7 @@ input ProfileIdToAnchor_stream_cursor_value_input { columns and relationships of "ProfileMemberGroup" """ type ProfileMemberGroup { - addresses: _text! + addresses: [String!]! db_write_timestamp: timestamp id: String! role: String! @@ -3925,7 +3929,7 @@ input ProfileMemberGroup_bool_exp { _and: [ProfileMemberGroup_bool_exp!] _not: ProfileMemberGroup_bool_exp _or: [ProfileMemberGroup_bool_exp!] - addresses: _text_comparison_exp + addresses: String_array_comparison_exp db_write_timestamp: timestamp_comparison_exp id: String_comparison_exp role: String_comparison_exp @@ -3965,7 +3969,7 @@ input ProfileMemberGroup_stream_cursor_input { """Initial value of the column from where the streaming should start""" input ProfileMemberGroup_stream_cursor_value_input { - addresses: _text + addresses: [String!] db_write_timestamp: timestamp id: String role: String @@ -4002,8 +4006,8 @@ type Project { name: String! nonce: numeric! owner: String! - pastNames: _text! - pastProfileIds: _text! + pastNames: [String!]! + pastProfileIds: [String!]! profileId: String! status: Int! totalAmountReceived: numeric! @@ -4029,8 +4033,8 @@ input Project_bool_exp { name: String_comparison_exp nonce: numeric_comparison_exp owner: String_comparison_exp - pastNames: _text_comparison_exp - pastProfileIds: _text_comparison_exp + pastNames: String_array_comparison_exp + pastProfileIds: String_array_comparison_exp profileId: String_comparison_exp status: Int_comparison_exp totalAmountReceived: numeric_comparison_exp @@ -4116,8 +4120,8 @@ input Project_stream_cursor_value_input { name: String nonce: numeric owner: String - pastNames: _text - pastProfileIds: _text + pastNames: [String!] + pastProfileIds: [String!] profileId: String status: Int totalAmountReceived: numeric @@ -5042,6 +5046,25 @@ input StemModule_stream_cursor_value_input { moduleTemplate_id: String } +""" +Boolean expression to compare columns of type "String". All fields are combined with logical 'AND'. +""" +input String_array_comparison_exp { + """is the array contained in the given array value""" + _contained_in: [String!] + """does the array contain the given value""" + _contains: [String!] + _eq: [String!] + _gt: [String!] + _gte: [String!] + _in: [[String!]!] + _is_null: Boolean + _lt: [String!] + _lte: [String!] + _neq: [String!] + _nin: [[String!]!] +} + """ Boolean expression to compare columns of type "String". All fields are combined with logical 'AND'. """ @@ -5370,40 +5393,6 @@ input Update_stream_cursor_value_input { timestamp: Int } -scalar _numeric - -""" -Boolean expression to compare columns of type "_numeric". All fields are combined with logical 'AND'. -""" -input _numeric_comparison_exp { - _eq: _numeric - _gt: _numeric - _gte: _numeric - _in: [_numeric!] - _is_null: Boolean - _lt: _numeric - _lte: _numeric - _neq: _numeric - _nin: [_numeric!] -} - -scalar _text - -""" -Boolean expression to compare columns of type "_text". All fields are combined with logical 'AND'. -""" -input _text_comparison_exp { - _eq: _text - _gt: _text - _gte: _text - _in: [_text!] - _is_null: Boolean - _lt: _text - _lte: _text - _neq: _text - _nin: [_text!] -} - """ columns and relationships of "chain_metadata" """ @@ -6118,6 +6107,25 @@ input json_comparison_exp { scalar numeric +""" +Boolean expression to compare columns of type "numeric". All fields are combined with logical 'AND'. +""" +input numeric_array_comparison_exp { + """is the array contained in the given array value""" + _contained_in: [numeric!] + """does the array contain the given value""" + _contains: [numeric!] + _eq: [numeric!] + _gt: [numeric!] + _gte: [numeric!] + _in: [[numeric!]!] + _is_null: Boolean + _lt: [numeric!] + _lte: [numeric!] + _neq: [numeric!] + _nin: [[numeric!]!] +} + """ Boolean expression to compare columns of type "numeric". All fields are combined with logical 'AND'. """ diff --git a/src/.graphclient/sources/grant-ships/types.ts b/src/.graphclient/sources/grant-ships/types.ts index e971acfb..bd6ae929 100644 --- a/src/.graphclient/sources/grant-ships/types.ts +++ b/src/.graphclient/sources/grant-ships/types.ts @@ -16,8 +16,6 @@ export type Scalars = { Boolean: boolean; Int: number; Float: number; - _numeric: any; - _text: any; contract_type: any; entity_type: any; event_type: any; @@ -771,7 +769,7 @@ export type EventPost_variance_order_by = { /** columns and relationships of "FactoryEventsSummary" */ export type FactoryEventsSummary = { address: Scalars['String']; - admins: Scalars['_text']; + admins: Array; contestBuiltCount: Scalars['numeric']; contestCloneCount: Scalars['numeric']; contestTemplateCount: Scalars['numeric']; @@ -787,7 +785,7 @@ export type FactoryEventsSummary_bool_exp = { _not?: InputMaybe; _or?: InputMaybe>; address?: InputMaybe; - admins?: InputMaybe<_text_comparison_exp>; + admins?: InputMaybe; contestBuiltCount?: InputMaybe; contestCloneCount?: InputMaybe; contestTemplateCount?: InputMaybe; @@ -842,7 +840,7 @@ export type FactoryEventsSummary_stream_cursor_input = { /** Initial value of the column from where the streaming should start */ export type FactoryEventsSummary_stream_cursor_value_input = { address?: InputMaybe; - admins?: InputMaybe; + admins?: InputMaybe>; contestBuiltCount?: InputMaybe; contestCloneCount?: InputMaybe; contestTemplateCount?: InputMaybe; @@ -1866,8 +1864,8 @@ export type GrantShip = { name: Scalars['String']; nonce: Scalars['numeric']; owner: Scalars['String']; - pastNames: Scalars['_text']; - pastProfileIds: Scalars['_text']; + pastNames: Array; + pastProfileIds: Array; poolActive?: Maybe; poolFunded: Scalars['Boolean']; poolId?: Maybe; @@ -1967,8 +1965,8 @@ export type GrantShip_bool_exp = { name?: InputMaybe; nonce?: InputMaybe; owner?: InputMaybe; - pastNames?: InputMaybe<_text_comparison_exp>; - pastProfileIds?: InputMaybe<_text_comparison_exp>; + pastNames?: InputMaybe; + pastProfileIds?: InputMaybe; poolActive?: InputMaybe; poolFunded?: InputMaybe; poolId?: InputMaybe; @@ -2007,6 +2005,8 @@ export type GrantShip_max_order_by = { name?: InputMaybe; nonce?: InputMaybe; owner?: InputMaybe; + pastNames?: InputMaybe; + pastProfileIds?: InputMaybe; poolId?: InputMaybe; profileId?: InputMaybe; profileMetadata_id?: InputMaybe; @@ -2041,6 +2041,8 @@ export type GrantShip_min_order_by = { name?: InputMaybe; nonce?: InputMaybe; owner?: InputMaybe; + pastNames?: InputMaybe; + pastProfileIds?: InputMaybe; poolId?: InputMaybe; profileId?: InputMaybe; profileMetadata_id?: InputMaybe; @@ -2285,8 +2287,8 @@ export type GrantShip_stream_cursor_value_input = { name?: InputMaybe; nonce?: InputMaybe; owner?: InputMaybe; - pastNames?: InputMaybe; - pastProfileIds?: InputMaybe; + pastNames?: InputMaybe>; + pastProfileIds?: InputMaybe>; poolActive?: InputMaybe; poolFunded?: InputMaybe; poolId?: InputMaybe; @@ -2824,7 +2826,7 @@ export type HatsPoster = { db_write_timestamp?: Maybe; /** An array relationship */ eventPosts: Array; - hatIds: Scalars['_numeric']; + hatIds: Array; hatsAddress: Scalars['String']; id: Scalars['String']; /** An array relationship */ @@ -2858,7 +2860,7 @@ export type HatsPoster_bool_exp = { _or?: InputMaybe>; db_write_timestamp?: InputMaybe; eventPosts?: InputMaybe; - hatIds?: InputMaybe<_numeric_comparison_exp>; + hatIds?: InputMaybe; hatsAddress?: InputMaybe; id?: InputMaybe; record?: InputMaybe; @@ -2896,7 +2898,7 @@ export type HatsPoster_stream_cursor_input = { /** Initial value of the column from where the streaming should start */ export type HatsPoster_stream_cursor_value_input = { db_write_timestamp?: InputMaybe; - hatIds?: InputMaybe; + hatIds?: InputMaybe>; hatsAddress?: InputMaybe; id?: InputMaybe; }; @@ -3514,7 +3516,7 @@ export type ProfileIdToAnchor_stream_cursor_value_input = { /** columns and relationships of "ProfileMemberGroup" */ export type ProfileMemberGroup = { - addresses: Scalars['_text']; + addresses: Array; db_write_timestamp?: Maybe; id: Scalars['String']; role: Scalars['String']; @@ -3525,7 +3527,7 @@ export type ProfileMemberGroup_bool_exp = { _and?: InputMaybe>; _not?: InputMaybe; _or?: InputMaybe>; - addresses?: InputMaybe<_text_comparison_exp>; + addresses?: InputMaybe; db_write_timestamp?: InputMaybe; id?: InputMaybe; role?: InputMaybe; @@ -3560,7 +3562,7 @@ export type ProfileMemberGroup_stream_cursor_input = { /** Initial value of the column from where the streaming should start */ export type ProfileMemberGroup_stream_cursor_value_input = { - addresses?: InputMaybe; + addresses?: InputMaybe>; db_write_timestamp?: InputMaybe; id?: InputMaybe; role?: InputMaybe; @@ -3584,8 +3586,8 @@ export type Project = { name: Scalars['String']; nonce: Scalars['numeric']; owner: Scalars['String']; - pastNames: Scalars['_text']; - pastProfileIds: Scalars['_text']; + pastNames: Array; + pastProfileIds: Array; profileId: Scalars['String']; status: Scalars['Int']; totalAmountReceived: Scalars['numeric']; @@ -3619,8 +3621,8 @@ export type Project_bool_exp = { name?: InputMaybe; nonce?: InputMaybe; owner?: InputMaybe; - pastNames?: InputMaybe<_text_comparison_exp>; - pastProfileIds?: InputMaybe<_text_comparison_exp>; + pastNames?: InputMaybe; + pastProfileIds?: InputMaybe; profileId?: InputMaybe; status?: InputMaybe; totalAmountReceived?: InputMaybe; @@ -3701,8 +3703,8 @@ export type Project_stream_cursor_value_input = { name?: InputMaybe; nonce?: InputMaybe; owner?: InputMaybe; - pastNames?: InputMaybe; - pastProfileIds?: InputMaybe; + pastNames?: InputMaybe>; + pastProfileIds?: InputMaybe>; profileId?: InputMaybe; status?: InputMaybe; totalAmountReceived?: InputMaybe; @@ -4497,6 +4499,23 @@ export type StemModule_stream_cursor_value_input = { moduleTemplate_id?: InputMaybe; }; +/** Boolean expression to compare columns of type "String". All fields are combined with logical 'AND'. */ +export type String_array_comparison_exp = { + /** is the array contained in the given array value */ + _contained_in?: InputMaybe>; + /** does the array contain the given value */ + _contains?: InputMaybe>; + _eq?: InputMaybe>; + _gt?: InputMaybe>; + _gte?: InputMaybe>; + _in?: InputMaybe>>; + _is_null?: InputMaybe; + _lt?: InputMaybe>; + _lte?: InputMaybe>; + _neq?: InputMaybe>; + _nin?: InputMaybe>>; +}; + /** Boolean expression to compare columns of type "String". All fields are combined with logical 'AND'. */ export type String_comparison_exp = { _eq?: InputMaybe; @@ -4788,32 +4807,6 @@ export type Update_stream_cursor_value_input = { timestamp?: InputMaybe; }; -/** Boolean expression to compare columns of type "_numeric". All fields are combined with logical 'AND'. */ -export type _numeric_comparison_exp = { - _eq?: InputMaybe; - _gt?: InputMaybe; - _gte?: InputMaybe; - _in?: InputMaybe>; - _is_null?: InputMaybe; - _lt?: InputMaybe; - _lte?: InputMaybe; - _neq?: InputMaybe; - _nin?: InputMaybe>; -}; - -/** Boolean expression to compare columns of type "_text". All fields are combined with logical 'AND'. */ -export type _text_comparison_exp = { - _eq?: InputMaybe; - _gt?: InputMaybe; - _gte?: InputMaybe; - _in?: InputMaybe>; - _is_null?: InputMaybe; - _lt?: InputMaybe; - _lte?: InputMaybe; - _neq?: InputMaybe; - _nin?: InputMaybe>; -}; - /** columns and relationships of "chain_metadata" */ export type chain_metadata = { block_height: Scalars['Int']; @@ -5451,6 +5444,23 @@ export type json_comparison_exp = { _nin?: InputMaybe>; }; +/** Boolean expression to compare columns of type "numeric". All fields are combined with logical 'AND'. */ +export type numeric_array_comparison_exp = { + /** is the array contained in the given array value */ + _contained_in?: InputMaybe>; + /** does the array contain the given value */ + _contains?: InputMaybe>; + _eq?: InputMaybe>; + _gt?: InputMaybe>; + _gte?: InputMaybe>; + _in?: InputMaybe>>; + _is_null?: InputMaybe; + _lt?: InputMaybe>; + _lte?: InputMaybe>; + _neq?: InputMaybe>; + _nin?: InputMaybe>>; +}; + /** Boolean expression to compare columns of type "numeric". All fields are combined with logical 'AND'. */ export type numeric_comparison_exp = { _eq?: InputMaybe;