diff --git a/.graphclientrc.yml b/.graphclientrc.yml index b6c7898..12d8ecd 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 42bc313..317008f 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; @@ -1319,7 +1317,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']; @@ -1335,7 +1333,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; @@ -1390,7 +1388,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; @@ -2475,8 +2473,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; @@ -2576,8 +2574,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; @@ -2616,6 +2614,8 @@ export type GrantShip_max_order_by = { name?: InputMaybe; nonce?: InputMaybe; owner?: InputMaybe; + pastNames?: InputMaybe; + pastProfileIds?: InputMaybe; poolId?: InputMaybe; profileId?: InputMaybe; profileMetadata_id?: InputMaybe; @@ -2650,6 +2650,8 @@ export type GrantShip_min_order_by = { name?: InputMaybe; nonce?: InputMaybe; owner?: InputMaybe; + pastNames?: InputMaybe; + pastProfileIds?: InputMaybe; poolId?: InputMaybe; profileId?: InputMaybe; profileMetadata_id?: InputMaybe; @@ -2894,8 +2896,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; @@ -3438,7 +3440,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 */ @@ -3472,7 +3474,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; @@ -3510,7 +3512,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; }; @@ -4128,7 +4130,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']; @@ -4139,7 +4141,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; @@ -4174,7 +4176,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; @@ -4198,8 +4200,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']; @@ -4233,8 +4235,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; @@ -4315,8 +4317,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; @@ -5229,6 +5231,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; @@ -5520,32 +5539,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']; @@ -6183,6 +6176,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; @@ -9294,6 +9304,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; @@ -9313,10 +9324,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; @@ -9369,6 +9376,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; @@ -9740,6 +9748,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; @@ -9756,10 +9765,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; @@ -9806,6 +9811,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; @@ -9975,7 +9981,7 @@ export type EventPostResolvers = ResolversObject<{ address?: Resolver; - admins?: Resolver; + admins?: Resolver, ParentType, ContextType>; contestBuiltCount?: Resolver; contestCloneCount?: Resolver; contestTemplateCount?: Resolver; @@ -10177,8 +10183,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>; @@ -10229,7 +10235,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>; @@ -10294,7 +10300,7 @@ export type ProfileIdToAnchorResolvers; export type ProfileMemberGroupResolvers = ResolversObject<{ - addresses?: Resolver; + addresses?: Resolver, ParentType, ContextType>; db_write_timestamp?: Resolver, ParentType, ContextType>; id?: Resolver; role?: Resolver; @@ -10315,8 +10321,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; @@ -10466,14 +10472,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; @@ -10907,8 +10905,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; @@ -10977,7 +10973,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 33e56b5..320dd1e 100644 --- a/src/.graphclient/schema.graphql +++ b/src/.graphclient/schema.graphql @@ -1474,7 +1474,7 @@ columns and relationships of "FactoryEventsSummary" """ type FactoryEventsSummary { address: String! - admins: _text! + admins: [String!]! contestBuiltCount: numeric! contestCloneCount: numeric! contestTemplateCount: numeric! @@ -1492,7 +1492,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 @@ -1552,7 +1552,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 @@ -2769,8 +2769,8 @@ type GrantShip { name: String! nonce: numeric! owner: String! - pastNames: _text! - pastProfileIds: _text! + pastNames: [String!]! + pastProfileIds: [String!]! poolActive: Boolean poolFunded: Boolean! poolId: numeric @@ -2866,8 +2866,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 @@ -2908,6 +2908,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 @@ -2944,6 +2946,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 @@ -3199,8 +3203,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 @@ -3813,7 +3817,7 @@ type HatsPoster { """filter the rows returned""" where: EventPost_bool_exp ): [EventPost!]! - hatIds: _numeric! + hatIds: [numeric!]! hatsAddress: String! id: String! """An array relationship""" @@ -3840,7 +3844,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 @@ -3883,7 +3887,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 } @@ -4595,7 +4599,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! @@ -4608,7 +4612,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 @@ -4648,7 +4652,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 @@ -4685,8 +4689,8 @@ type Project { name: String! nonce: numeric! owner: String! - pastNames: _text! - pastProfileIds: _text! + pastNames: [String!]! + pastProfileIds: [String!]! profileId: String! status: Int! totalAmountReceived: numeric! @@ -4712,8 +4716,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 @@ -4799,8 +4803,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 @@ -5853,6 +5857,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'. """ @@ -6181,40 +6204,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" """ @@ -6929,6 +6918,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 d125845..7ff00b9 100644 --- a/src/.graphclient/sources/grant-ships/introspectionSchema.ts +++ b/src/.graphclient/sources/grant-ships/introspectionSchema.ts @@ -13001,10 +13001,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" + } + } } } }, @@ -13238,7 +13244,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "_text_comparison_exp" + "value": "String_array_comparison_exp" } }, "directives": [] @@ -13725,10 +13731,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": [] @@ -25608,10 +25620,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" + } + } } } }, @@ -25627,10 +25645,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" + } + } } } }, @@ -26892,7 +26916,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "_text_comparison_exp" + "value": "String_array_comparison_exp" } }, "directives": [] @@ -26907,7 +26931,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "_text_comparison_exp" + "value": "String_array_comparison_exp" } }, "directives": [] @@ -27437,6 +27461,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": { @@ -27902,6 +27956,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": { @@ -30538,10 +30622,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": [] @@ -30553,10 +30643,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": [] @@ -36723,10 +36819,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" + } + } } } }, @@ -37026,7 +37128,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "_numeric_comparison_exp" + "value": "numeric_array_comparison_exp" } }, "directives": [] @@ -37343,10 +37445,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": [] @@ -43746,10 +43854,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" + } + } } } }, @@ -43892,7 +44006,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "_text_comparison_exp" + "value": "String_array_comparison_exp" } }, "directives": [] @@ -44164,10 +44278,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": [] @@ -44611,10 +44731,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" + } + } } } }, @@ -44630,10 +44756,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" + } + } } } }, @@ -44974,7 +45106,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "_text_comparison_exp" + "value": "String_array_comparison_exp" } }, "directives": [] @@ -44989,7 +45121,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "_text_comparison_exp" + "value": "String_array_comparison_exp" } }, "directives": [] @@ -45764,10 +45896,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": [] @@ -45779,10 +45917,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": [] @@ -54960,35 +55104,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": [] @@ -54997,33 +55163,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": [] @@ -55032,7 +55205,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "_in" + "value": "_gte" }, "type": { "kind": "ListType", @@ -55051,20 +55224,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": [] @@ -58011,346 +58417,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": { @@ -65118,6 +65184,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 33e56b5..320dd1e 100644 --- a/src/.graphclient/sources/grant-ships/schema.graphql +++ b/src/.graphclient/sources/grant-ships/schema.graphql @@ -1474,7 +1474,7 @@ columns and relationships of "FactoryEventsSummary" """ type FactoryEventsSummary { address: String! - admins: _text! + admins: [String!]! contestBuiltCount: numeric! contestCloneCount: numeric! contestTemplateCount: numeric! @@ -1492,7 +1492,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 @@ -1552,7 +1552,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 @@ -2769,8 +2769,8 @@ type GrantShip { name: String! nonce: numeric! owner: String! - pastNames: _text! - pastProfileIds: _text! + pastNames: [String!]! + pastProfileIds: [String!]! poolActive: Boolean poolFunded: Boolean! poolId: numeric @@ -2866,8 +2866,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 @@ -2908,6 +2908,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 @@ -2944,6 +2946,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 @@ -3199,8 +3203,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 @@ -3813,7 +3817,7 @@ type HatsPoster { """filter the rows returned""" where: EventPost_bool_exp ): [EventPost!]! - hatIds: _numeric! + hatIds: [numeric!]! hatsAddress: String! id: String! """An array relationship""" @@ -3840,7 +3844,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 @@ -3883,7 +3887,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 } @@ -4595,7 +4599,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! @@ -4608,7 +4612,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 @@ -4648,7 +4652,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 @@ -4685,8 +4689,8 @@ type Project { name: String! nonce: numeric! owner: String! - pastNames: _text! - pastProfileIds: _text! + pastNames: [String!]! + pastProfileIds: [String!]! profileId: String! status: Int! totalAmountReceived: numeric! @@ -4712,8 +4716,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 @@ -4799,8 +4803,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 @@ -5853,6 +5857,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'. """ @@ -6181,40 +6204,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" """ @@ -6929,6 +6918,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 82a10de..9863015 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; @@ -1297,7 +1295,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']; @@ -1313,7 +1311,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; @@ -1368,7 +1366,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; @@ -2453,8 +2451,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; @@ -2554,8 +2552,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; @@ -2594,6 +2592,8 @@ export type GrantShip_max_order_by = { name?: InputMaybe; nonce?: InputMaybe; owner?: InputMaybe; + pastNames?: InputMaybe; + pastProfileIds?: InputMaybe; poolId?: InputMaybe; profileId?: InputMaybe; profileMetadata_id?: InputMaybe; @@ -2628,6 +2628,8 @@ export type GrantShip_min_order_by = { name?: InputMaybe; nonce?: InputMaybe; owner?: InputMaybe; + pastNames?: InputMaybe; + pastProfileIds?: InputMaybe; poolId?: InputMaybe; profileId?: InputMaybe; profileMetadata_id?: InputMaybe; @@ -2872,8 +2874,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; @@ -3416,7 +3418,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 */ @@ -3450,7 +3452,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; @@ -3488,7 +3490,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; }; @@ -4106,7 +4108,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']; @@ -4117,7 +4119,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; @@ -4152,7 +4154,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; @@ -4176,8 +4178,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']; @@ -4211,8 +4213,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; @@ -4293,8 +4295,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; @@ -5207,6 +5209,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; @@ -5498,32 +5517,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']; @@ -6161,6 +6154,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;