/* eslint-disable */ import { TypedDocumentNode as DocumentNode } from '@graphql-typed-document-node/core'; export type Maybe = T | null; export type InputMaybe = Maybe; export type Exact = { [K in keyof T]: T[K] }; export type MakeOptional = Omit & { [SubKey in K]?: Maybe }; export type MakeMaybe = Omit & { [SubKey in K]: Maybe }; export type MakeEmpty = { [_ in K]?: never }; export type Incremental = T | { [P in keyof T]?: P extends ' $fragmentName' | '__typename' ? T[P] : never }; /** All built-in and custom scalars, mapped to their actual values */ export type Scalars = { ID: { input: string; output: string; } String: { input: string; output: string; } Boolean: { input: boolean; output: boolean; } Int: { input: number; output: number; } Float: { input: number; output: number; } /** Cursor for paging through collections */ ConnectionCursor: { input: any; output: any; } /** A date-time string at UTC, such as 2019-12-03T09:54:33Z, compliant with the date-time format. */ DateTime: { input: any; output: any; } /** The `JSON` scalar type represents JSON values as specified by [ECMA-404](http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf). */ JSON: { input: any; output: any; } }; export type Activity = { __typename?: 'Activity'; activityTargets?: Maybe>; assignee?: Maybe; assigneeId?: Maybe; attachments?: Maybe>; author: User; authorId: Scalars['String']['output']; body?: Maybe; comments?: Maybe>; completedAt?: Maybe; createdAt: Scalars['DateTime']['output']; dueAt?: Maybe; id: Scalars['ID']['output']; reminderAt?: Maybe; title?: Maybe; type: ActivityType; updatedAt: Scalars['DateTime']['output']; workspaceMemberAssignee?: Maybe; workspaceMemberAssigneeId?: Maybe; workspaceMemberAuthor?: Maybe; workspaceMemberAuthorId?: Maybe; }; export type ActivityTarget = { __typename?: 'ActivityTarget'; activity: Activity; activityId: Scalars['String']['output']; company?: Maybe; companyId?: Maybe; createdAt: Scalars['DateTime']['output']; id: Scalars['ID']['output']; person?: Maybe; personId?: Maybe; updatedAt: Scalars['DateTime']['output']; }; export enum ActivityType { Note = 'Note', Task = 'Task' } export type ApiKey = { __typename?: 'ApiKey'; createdAt: Scalars['DateTime']['output']; expiresAt?: Maybe; id: Scalars['ID']['output']; name: Scalars['String']['output']; updatedAt: Scalars['DateTime']['output']; }; export type Attachment = { __typename?: 'Attachment'; activity?: Maybe; activityId?: Maybe; author: User; authorId: Scalars['String']['output']; company?: Maybe; companyId?: Maybe; createdAt: Scalars['DateTime']['output']; fullPath: Scalars['String']['output']; id: Scalars['ID']['output']; name: Scalars['String']['output']; person?: Maybe; personId?: Maybe; type: AttachmentType; updatedAt: Scalars['DateTime']['output']; workspace: Workspace; workspaceMemberAuthor?: Maybe; workspaceMemberAuthorId?: Maybe; }; export enum AttachmentType { Archive = 'Archive', Audio = 'Audio', Image = 'Image', Other = 'Other', Spreadsheet = 'Spreadsheet', TextDocument = 'TextDocument', Video = 'Video' } export type AuthProviders = { __typename?: 'AuthProviders'; google: Scalars['Boolean']['output']; magicLink: Scalars['Boolean']['output']; password: Scalars['Boolean']['output']; }; export type AuthToken = { __typename?: 'AuthToken'; expiresAt: Scalars['DateTime']['output']; token: Scalars['String']['output']; }; export type AuthTokenPair = { __typename?: 'AuthTokenPair'; accessToken: AuthToken; refreshToken: AuthToken; }; export enum ColorScheme { Dark = 'Dark', Light = 'Light', System = 'System' } export type Comment = { __typename?: 'Comment'; activity?: Maybe; activityId?: Maybe; author: User; authorId: Scalars['String']['output']; body: Scalars['String']['output']; commentThreadId?: Maybe; createdAt: Scalars['DateTime']['output']; id: Scalars['ID']['output']; updatedAt: Scalars['DateTime']['output']; workspaceMemberAuthor?: Maybe; workspaceMemberAuthorId?: Maybe; }; export type Company = { __typename?: 'Company'; ActivityTarget?: Maybe>; Attachment?: Maybe>; Favorite?: Maybe>; PipelineProgress?: Maybe>; accountOwner?: Maybe; accountOwnerId?: Maybe; address: Scalars['String']['output']; annualRecurringRevenue?: Maybe; createdAt: Scalars['DateTime']['output']; domainName: Scalars['String']['output']; employees?: Maybe; id: Scalars['ID']['output']; idealCustomerProfile: Scalars['Boolean']['output']; linkedinUrl?: Maybe; name: Scalars['String']['output']; people?: Maybe>; updatedAt: Scalars['DateTime']['output']; workspaceMemberAccountOwner?: Maybe; workspaceMemberAccountOwnerId?: Maybe; xUrl?: Maybe; }; export type CreateFieldInput = { description?: InputMaybe; icon?: InputMaybe; label: Scalars['String']['input']; name: Scalars['String']['input']; objectId: Scalars['String']['input']; type: Scalars['String']['input']; }; export type CreateObjectInput = { description?: InputMaybe; icon?: InputMaybe; labelPlural: Scalars['String']['input']; labelSingular: Scalars['String']['input']; namePlural: Scalars['String']['input']; nameSingular: Scalars['String']['input']; }; export type CreateOneFieldInput = { /** The record to create */ field: CreateFieldInput; }; export type CreateOneObjectInput = { /** The record to create */ object: CreateObjectInput; }; export enum Currency { Aed = 'AED', Afn = 'AFN', All = 'ALL', Amd = 'AMD', Ang = 'ANG', Aoa = 'AOA', Ars = 'ARS', Aud = 'AUD', Awg = 'AWG', Azn = 'AZN', Bam = 'BAM', Bbd = 'BBD', Bdt = 'BDT', Bgn = 'BGN', Bhd = 'BHD', Bif = 'BIF', Bmd = 'BMD', Bnd = 'BND', Bob = 'BOB', Bov = 'BOV', Brl = 'BRL', Bsd = 'BSD', Btn = 'BTN', Bwp = 'BWP', Byn = 'BYN', Bzd = 'BZD', Cad = 'CAD', Cdf = 'CDF', Chf = 'CHF', Clf = 'CLF', Clp = 'CLP', Cny = 'CNY', Cop = 'COP', Cou = 'COU', Crc = 'CRC', Cuc = 'CUC', Cup = 'CUP', Cve = 'CVE', Czk = 'CZK', Djf = 'DJF', Dkk = 'DKK', Dop = 'DOP', Dzd = 'DZD', Egp = 'EGP', Ern = 'ERN', Etb = 'ETB', Eur = 'EUR', Fjd = 'FJD', Fkp = 'FKP', Gbp = 'GBP', Gel = 'GEL', Ghs = 'GHS', Gip = 'GIP', Gmd = 'GMD', Gnf = 'GNF', Gtq = 'GTQ', Gyd = 'GYD', Hkd = 'HKD', Hnl = 'HNL', Hrk = 'HRK', Htg = 'HTG', Huf = 'HUF', Idr = 'IDR', Ils = 'ILS', Inr = 'INR', Iqd = 'IQD', Irr = 'IRR', Isk = 'ISK', Jmd = 'JMD', Jod = 'JOD', Jpy = 'JPY', Kes = 'KES', Kgs = 'KGS', Khr = 'KHR', Kmf = 'KMF', Kpw = 'KPW', Krw = 'KRW', Kwd = 'KWD', Kyd = 'KYD', Kzt = 'KZT', Lak = 'LAK', Lbp = 'LBP', Lkr = 'LKR', Lrd = 'LRD', Lsl = 'LSL', Lyd = 'LYD', Mad = 'MAD', Mdl = 'MDL', Mga = 'MGA', Mkd = 'MKD', Mmk = 'MMK', Mnt = 'MNT', Mop = 'MOP', Mro = 'MRO', Mru = 'MRU', Mur = 'MUR', Mvr = 'MVR', Mwk = 'MWK', Mxn = 'MXN', Mxv = 'MXV', Myr = 'MYR', Mzn = 'MZN', Nad = 'NAD', Ngn = 'NGN', Nio = 'NIO', Nok = 'NOK', Npr = 'NPR', Nzd = 'NZD', Omr = 'OMR', Pab = 'PAB', Pen = 'PEN', Pgk = 'PGK', Php = 'PHP', Pkr = 'PKR', Pln = 'PLN', Pyg = 'PYG', Qar = 'QAR', Ron = 'RON', Rsd = 'RSD', Rub = 'RUB', Rwf = 'RWF', Sar = 'SAR', Sbd = 'SBD', Scr = 'SCR', Sdd = 'SDD', Sdg = 'SDG', Sek = 'SEK', Sgd = 'SGD', Shp = 'SHP', Sll = 'SLL', Sos = 'SOS', Srd = 'SRD', Ssp = 'SSP', Std = 'STD', Stn = 'STN', Svc = 'SVC', Syp = 'SYP', Szl = 'SZL', Thb = 'THB', Tjs = 'TJS', Tmm = 'TMM', Tmt = 'TMT', Tnd = 'TND', Top = 'TOP', Try = 'TRY', Ttd = 'TTD', Twd = 'TWD', Tzs = 'TZS', Uah = 'UAH', Ugx = 'UGX', Usd = 'USD', Uyu = 'UYU', Uzs = 'UZS', Vef = 'VEF', Ves = 'VES', Vnd = 'VND', Vuv = 'VUV', Wst = 'WST', Xaf = 'XAF', Xcd = 'XCD', Xof = 'XOF', Xpf = 'XPF', Xsu = 'XSU', Xua = 'XUA', Yer = 'YER', Zar = 'ZAR', Zmw = 'ZMW', Zwl = 'ZWL' } export type CursorPaging = { /** Paginate after opaque cursor */ after?: InputMaybe; /** Paginate before opaque cursor */ before?: InputMaybe; /** Paginate first */ first?: InputMaybe; /** Paginate last */ last?: InputMaybe; }; export type DeleteOneFieldInput = { /** The id of the record to delete. */ id: Scalars['ID']['input']; }; export type DeleteOneObjectInput = { /** The id of the record to delete. */ id: Scalars['ID']['input']; }; export type Favorite = { __typename?: 'Favorite'; company?: Maybe; companyId?: Maybe; id: Scalars['ID']['output']; person?: Maybe; personId?: Maybe; position: Scalars['Float']['output']; workspaceId?: Maybe; workspaceMember?: Maybe; workspaceMemberId?: Maybe; }; export type FieldConnection = { __typename?: 'FieldConnection'; /** Array of edges. */ edges: Array; /** Paging information */ pageInfo: PageInfo; /** Fetch total count of records */ totalCount: Scalars['Int']['output']; }; export type FieldDeleteResponse = { __typename?: 'FieldDeleteResponse'; createdAt?: Maybe; description?: Maybe; icon?: Maybe; id?: Maybe; isActive?: Maybe; isCustom?: Maybe; isNullable?: Maybe; label?: Maybe; name?: Maybe; /** @deprecated Use label name instead */ placeholder?: Maybe; type?: Maybe; updatedAt?: Maybe; }; export type Mutation = { __typename?: 'Mutation'; createOneField: Field; createOneObject: Object; deleteOneField: FieldDeleteResponse; deleteOneObject: ObjectDeleteResponse; updateOneField: Field; updateOneObject: Object; }; export type MutationCreateOneFieldArgs = { input: CreateOneFieldInput; }; export type MutationCreateOneObjectArgs = { input: CreateOneObjectInput; }; export type MutationDeleteOneFieldArgs = { input: DeleteOneFieldInput; }; export type MutationDeleteOneObjectArgs = { input: DeleteOneObjectInput; }; export type MutationUpdateOneFieldArgs = { input: UpdateOneFieldInput; }; export type MutationUpdateOneObjectArgs = { input: UpdateOneObjectInput; }; export type ObjectConnection = { __typename?: 'ObjectConnection'; /** Array of edges. */ edges: Array; /** Paging information */ pageInfo: PageInfo; /** Fetch total count of records */ totalCount: Scalars['Int']['output']; }; export type ObjectDeleteResponse = { __typename?: 'ObjectDeleteResponse'; createdAt?: Maybe; dataSourceId?: Maybe; description?: Maybe; icon?: Maybe; id?: Maybe; isActive?: Maybe; isCustom?: Maybe; labelPlural?: Maybe; labelSingular?: Maybe; namePlural?: Maybe; nameSingular?: Maybe; updatedAt?: Maybe; }; export type ObjectFieldsConnection = { __typename?: 'ObjectFieldsConnection'; /** Array of edges. */ edges: Array; /** Paging information */ pageInfo: PageInfo; /** Fetch total count of records */ totalCount: Scalars['Int']['output']; }; export type PageInfo = { __typename?: 'PageInfo'; /** The cursor of the last returned record. */ endCursor?: Maybe; /** true if paging forward and there are more records. */ hasNextPage?: Maybe; /** true if paging backwards and there are more records. */ hasPreviousPage?: Maybe; /** The cursor of the first returned record. */ startCursor?: Maybe; }; export type Person = { __typename?: 'Person'; ActivityTarget?: Maybe>; Attachment?: Maybe>; Favorite?: Maybe>; PipelineProgress?: Maybe>; avatarUrl?: Maybe; city?: Maybe; company?: Maybe; companyId?: Maybe; contactPipelineProgresses?: Maybe>; createdAt: Scalars['DateTime']['output']; email?: Maybe; firstName?: Maybe; id: Scalars['ID']['output']; jobTitle?: Maybe; lastName?: Maybe; linkedinUrl?: Maybe; phone?: Maybe; updatedAt: Scalars['DateTime']['output']; xUrl?: Maybe; }; export type Pipeline = { __typename?: 'Pipeline'; createdAt: Scalars['DateTime']['output']; currency: Currency; icon: Scalars['String']['output']; id: Scalars['ID']['output']; name: Scalars['String']['output']; pipelineProgressableType: PipelineProgressableType; pipelineProgresses?: Maybe>; pipelineStages?: Maybe>; updatedAt: Scalars['DateTime']['output']; }; export type PipelineProgress = { __typename?: 'PipelineProgress'; amount?: Maybe; closeDate?: Maybe; company?: Maybe; companyId?: Maybe; createdAt: Scalars['DateTime']['output']; id: Scalars['ID']['output']; person?: Maybe; personId?: Maybe; pipeline: Pipeline; pipelineId: Scalars['String']['output']; pipelineStage: PipelineStage; pipelineStageId: Scalars['String']['output']; pointOfContact?: Maybe; pointOfContactId?: Maybe; probability?: Maybe; updatedAt: Scalars['DateTime']['output']; }; export enum PipelineProgressableType { Company = 'Company', Person = 'Person' } export type PipelineStage = { __typename?: 'PipelineStage'; color: Scalars['String']['output']; createdAt: Scalars['DateTime']['output']; id: Scalars['ID']['output']; index?: Maybe; name: Scalars['String']['output']; pipeline: Pipeline; pipelineId: Scalars['String']['output']; pipelineProgresses?: Maybe>; type: Scalars['String']['output']; updatedAt: Scalars['DateTime']['output']; }; export type Query = { __typename?: 'Query'; field: Field; fields: FieldConnection; object: Object; objects: ObjectConnection; }; export type QueryFieldArgs = { id: Scalars['ID']['input']; }; export type QueryFieldsArgs = { paging?: CursorPaging; }; export type QueryObjectArgs = { id: Scalars['ID']['input']; }; export type QueryObjectsArgs = { paging?: CursorPaging; }; export type Support = { __typename?: 'Support'; supportDriver: Scalars['String']['output']; supportFrontChatId?: Maybe; }; export type Telemetry = { __typename?: 'Telemetry'; anonymizationEnabled: Scalars['Boolean']['output']; enabled: Scalars['Boolean']['output']; }; export type UpdateFieldInput = { description?: InputMaybe; icon?: InputMaybe; isActive?: InputMaybe; label?: InputMaybe; name?: InputMaybe; }; export type UpdateObjectInput = { description?: InputMaybe; icon?: InputMaybe; isActive?: InputMaybe; labelPlural?: InputMaybe; labelSingular?: InputMaybe; namePlural?: InputMaybe; nameSingular?: InputMaybe; }; export type UpdateOneFieldInput = { /** The id of the record to update */ id: Scalars['ID']['input']; /** The update to apply. */ update: UpdateFieldInput; }; export type UpdateOneObjectInput = { /** The id of the record to update */ id: Scalars['ID']['input']; /** The update to apply. */ update: UpdateObjectInput; }; export type User = { __typename?: 'User'; assignedActivities?: Maybe>; authoredActivities?: Maybe>; authoredAttachments?: Maybe>; avatarUrl?: Maybe; canImpersonate: Scalars['Boolean']['output']; comments?: Maybe>; companies?: Maybe>; createdAt: Scalars['DateTime']['output']; disabled: Scalars['Boolean']['output']; email: Scalars['String']['output']; emailVerified: Scalars['Boolean']['output']; firstName?: Maybe; id: Scalars['ID']['output']; lastName?: Maybe; lastSeen?: Maybe; locale: Scalars['String']['output']; metadata?: Maybe; phoneNumber?: Maybe; settings: UserSettings; settingsId: Scalars['String']['output']; updatedAt: Scalars['DateTime']['output']; workspaceMember?: Maybe; }; export type UserSettings = { __typename?: 'UserSettings'; WorkspaceMember?: Maybe>; colorScheme: ColorScheme; createdAt: Scalars['DateTime']['output']; id: Scalars['ID']['output']; locale: Scalars['String']['output']; updatedAt: Scalars['DateTime']['output']; user?: Maybe; }; export type View = { __typename?: 'View'; fields?: Maybe>; filters?: Maybe>; id: Scalars['ID']['output']; name: Scalars['String']['output']; objectId: Scalars['String']['output']; sorts?: Maybe>; type: ViewType; }; export type ViewField = { __typename?: 'ViewField'; index: Scalars['Float']['output']; isVisible: Scalars['Boolean']['output']; key: Scalars['String']['output']; name: Scalars['String']['output']; objectId: Scalars['String']['output']; size?: Maybe; view: View; viewId: Scalars['String']['output']; }; export type ViewFilter = { __typename?: 'ViewFilter'; displayValue: Scalars['String']['output']; key: Scalars['String']['output']; name: Scalars['String']['output']; operand: ViewFilterOperand; value: Scalars['String']['output']; view: View; viewId: Scalars['String']['output']; }; export enum ViewFilterOperand { Contains = 'Contains', DoesNotContain = 'DoesNotContain', GreaterThan = 'GreaterThan', Is = 'Is', IsNot = 'IsNot', IsNotNull = 'IsNotNull', LessThan = 'LessThan' } export type ViewSort = { __typename?: 'ViewSort'; direction: ViewSortDirection; key: Scalars['String']['output']; name: Scalars['String']['output']; view: View; viewId: Scalars['String']['output']; }; export enum ViewSortDirection { Asc = 'asc', Desc = 'desc' } export enum ViewType { Pipeline = 'Pipeline', Table = 'Table' } export type WebHook = { __typename?: 'WebHook'; createdAt: Scalars['DateTime']['output']; id: Scalars['ID']['output']; operation: Scalars['String']['output']; targetUrl: Scalars['String']['output']; updatedAt: Scalars['DateTime']['output']; }; export type Workspace = { __typename?: 'Workspace'; Attachment?: Maybe>; activities?: Maybe>; activityTargets?: Maybe>; apiKeys?: Maybe>; comments?: Maybe>; companies?: Maybe>; createdAt: Scalars['DateTime']['output']; displayName?: Maybe; domainName?: Maybe; id: Scalars['ID']['output']; inviteHash?: Maybe; logo?: Maybe; people?: Maybe>; pipelineProgresses?: Maybe>; pipelineStages?: Maybe>; pipelines?: Maybe>; updatedAt: Scalars['DateTime']['output']; viewFields?: Maybe>; viewFilters?: Maybe>; viewSorts?: Maybe>; views?: Maybe>; webHooks?: Maybe>; workspaceMember?: Maybe>; }; export type WorkspaceMember = { __typename?: 'WorkspaceMember'; Favorite?: Maybe>; allowImpersonation: Scalars['Boolean']['output']; assignedActivities?: Maybe>; authoredActivities?: Maybe>; authoredAttachments?: Maybe>; comments?: Maybe>; companies?: Maybe>; createdAt: Scalars['DateTime']['output']; id: Scalars['ID']['output']; settings?: Maybe; settingsId?: Maybe; updatedAt: Scalars['DateTime']['output']; user: User; userId: Scalars['String']['output']; workspace: Workspace; }; export type Field = { __typename?: 'field'; createdAt: Scalars['DateTime']['output']; description?: Maybe; icon?: Maybe; id: Scalars['ID']['output']; isActive: Scalars['Boolean']['output']; isCustom: Scalars['Boolean']['output']; isNullable: Scalars['Boolean']['output']; label: Scalars['String']['output']; name: Scalars['String']['output']; /** @deprecated Use label name instead */ placeholder?: Maybe; type: Scalars['String']['output']; updatedAt: Scalars['DateTime']['output']; }; export type FieldEdge = { __typename?: 'fieldEdge'; /** Cursor for this node. */ cursor: Scalars['ConnectionCursor']['output']; /** The node containing the field */ node: Field; }; export type Object = { __typename?: 'object'; createdAt: Scalars['DateTime']['output']; dataSourceId: Scalars['String']['output']; description?: Maybe; fields: ObjectFieldsConnection; icon?: Maybe; id: Scalars['ID']['output']; isActive: Scalars['Boolean']['output']; isCustom: Scalars['Boolean']['output']; labelPlural: Scalars['String']['output']; labelSingular: Scalars['String']['output']; namePlural: Scalars['String']['output']; nameSingular: Scalars['String']['output']; updatedAt: Scalars['DateTime']['output']; }; export type ObjectFieldsArgs = { paging?: CursorPaging; }; export type ObjectEdge = { __typename?: 'objectEdge'; /** Cursor for this node. */ cursor: Scalars['ConnectionCursor']['output']; /** The node containing the object */ node: Object; }; export type CreateOneMetadataObjectMutationVariables = Exact<{ input: CreateOneObjectInput; }>; export type CreateOneMetadataObjectMutation = { __typename?: 'Mutation', createOneObject: { __typename?: 'object', id: string, dataSourceId: string, nameSingular: string, namePlural: string, labelSingular: string, labelPlural: string, description?: string | null, icon?: string | null, isCustom: boolean, isActive: boolean, createdAt: any, updatedAt: any } }; export type CreateOneMetadataFieldMutationVariables = Exact<{ input: CreateOneFieldInput; }>; export type CreateOneMetadataFieldMutation = { __typename?: 'Mutation', createOneField: { __typename?: 'field', id: string, type: string, name: string, label: string, description?: string | null, icon?: string | null, placeholder?: string | null, isCustom: boolean, isActive: boolean, isNullable: boolean, createdAt: any, updatedAt: any } }; export type UpdateOneMetadataFieldMutationVariables = Exact<{ idToUpdate: Scalars['ID']['input']; updatePayload: UpdateFieldInput; }>; export type UpdateOneMetadataFieldMutation = { __typename?: 'Mutation', updateOneField: { __typename?: 'field', id: string, type: string, name: string, label: string, description?: string | null, icon?: string | null, placeholder?: string | null, isCustom: boolean, isActive: boolean, isNullable: boolean, createdAt: any, updatedAt: any } }; export type UpdateOneMetadataObjectMutationVariables = Exact<{ idToUpdate: Scalars['ID']['input']; updatePayload: UpdateObjectInput; }>; export type UpdateOneMetadataObjectMutation = { __typename?: 'Mutation', updateOneObject: { __typename?: 'object', id: string, dataSourceId: string, nameSingular: string, namePlural: string, labelSingular: string, labelPlural: string, description?: string | null, icon?: string | null, isCustom: boolean, isActive: boolean, createdAt: any, updatedAt: any } }; export type DeleteOneMetadataObjectMutationVariables = Exact<{ idToDelete: Scalars['ID']['input']; }>; export type DeleteOneMetadataObjectMutation = { __typename?: 'Mutation', deleteOneObject: { __typename?: 'ObjectDeleteResponse', id?: string | null, dataSourceId?: string | null, nameSingular?: string | null, namePlural?: string | null, labelSingular?: string | null, labelPlural?: string | null, description?: string | null, icon?: string | null, isCustom?: boolean | null, isActive?: boolean | null, createdAt?: any | null, updatedAt?: any | null } }; export type DeleteOneMetadataFieldMutationVariables = Exact<{ idToDelete: Scalars['ID']['input']; }>; export type DeleteOneMetadataFieldMutation = { __typename?: 'Mutation', deleteOneField: { __typename?: 'FieldDeleteResponse', id?: string | null, type?: string | null, name?: string | null, label?: string | null, description?: string | null, icon?: string | null, placeholder?: string | null, isCustom?: boolean | null, isActive?: boolean | null, isNullable?: boolean | null, createdAt?: any | null, updatedAt?: any | null } }; export type MetadataObjectsQueryVariables = Exact<{ [key: string]: never; }>; export type MetadataObjectsQuery = { __typename?: 'Query', objects: { __typename?: 'ObjectConnection', totalCount: number, edges: Array<{ __typename?: 'objectEdge', node: { __typename?: 'object', id: string, dataSourceId: string, nameSingular: string, namePlural: string, labelSingular: string, labelPlural: string, description?: string | null, icon?: string | null, isCustom: boolean, isActive: boolean, createdAt: any, updatedAt: any, fields: { __typename?: 'ObjectFieldsConnection', totalCount: number, edges: Array<{ __typename?: 'fieldEdge', node: { __typename?: 'field', id: string, type: string, name: string, label: string, description?: string | null, icon?: string | null, placeholder?: string | null, isCustom: boolean, isActive: boolean, isNullable: boolean, createdAt: any, updatedAt: any } }>, pageInfo: { __typename?: 'PageInfo', hasNextPage?: boolean | null, hasPreviousPage?: boolean | null, startCursor?: any | null, endCursor?: any | null } } } }>, pageInfo: { __typename?: 'PageInfo', hasNextPage?: boolean | null, hasPreviousPage?: boolean | null, startCursor?: any | null, endCursor?: any | null } } }; export const CreateOneMetadataObjectDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"mutation","name":{"kind":"Name","value":"CreateOneMetadataObject"},"variableDefinitions":[{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"input"}},"type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"CreateOneObjectInput"}}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"createOneObject"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"input"},"value":{"kind":"Variable","name":{"kind":"Name","value":"input"}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"dataSourceId"}},{"kind":"Field","name":{"kind":"Name","value":"nameSingular"}},{"kind":"Field","name":{"kind":"Name","value":"namePlural"}},{"kind":"Field","name":{"kind":"Name","value":"labelSingular"}},{"kind":"Field","name":{"kind":"Name","value":"labelPlural"}},{"kind":"Field","name":{"kind":"Name","value":"description"}},{"kind":"Field","name":{"kind":"Name","value":"icon"}},{"kind":"Field","name":{"kind":"Name","value":"isCustom"}},{"kind":"Field","name":{"kind":"Name","value":"isActive"}},{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"updatedAt"}}]}}]}}]} as unknown as DocumentNode; export const CreateOneMetadataFieldDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"mutation","name":{"kind":"Name","value":"CreateOneMetadataField"},"variableDefinitions":[{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"input"}},"type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"CreateOneFieldInput"}}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"createOneField"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"input"},"value":{"kind":"Variable","name":{"kind":"Name","value":"input"}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"type"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"label"}},{"kind":"Field","name":{"kind":"Name","value":"description"}},{"kind":"Field","name":{"kind":"Name","value":"icon"}},{"kind":"Field","name":{"kind":"Name","value":"placeholder"}},{"kind":"Field","name":{"kind":"Name","value":"isCustom"}},{"kind":"Field","name":{"kind":"Name","value":"isActive"}},{"kind":"Field","name":{"kind":"Name","value":"isNullable"}},{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"updatedAt"}}]}}]}}]} as unknown as DocumentNode; export const UpdateOneMetadataFieldDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"mutation","name":{"kind":"Name","value":"UpdateOneMetadataField"},"variableDefinitions":[{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"idToUpdate"}},"type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"ID"}}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"updatePayload"}},"type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"UpdateFieldInput"}}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"updateOneField"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"input"},"value":{"kind":"ObjectValue","fields":[{"kind":"ObjectField","name":{"kind":"Name","value":"id"},"value":{"kind":"Variable","name":{"kind":"Name","value":"idToUpdate"}}},{"kind":"ObjectField","name":{"kind":"Name","value":"update"},"value":{"kind":"Variable","name":{"kind":"Name","value":"updatePayload"}}}]}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"type"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"label"}},{"kind":"Field","name":{"kind":"Name","value":"description"}},{"kind":"Field","name":{"kind":"Name","value":"icon"}},{"kind":"Field","name":{"kind":"Name","value":"placeholder"}},{"kind":"Field","name":{"kind":"Name","value":"isCustom"}},{"kind":"Field","name":{"kind":"Name","value":"isActive"}},{"kind":"Field","name":{"kind":"Name","value":"isNullable"}},{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"updatedAt"}}]}}]}}]} as unknown as DocumentNode; export const UpdateOneMetadataObjectDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"mutation","name":{"kind":"Name","value":"UpdateOneMetadataObject"},"variableDefinitions":[{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"idToUpdate"}},"type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"ID"}}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"updatePayload"}},"type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"UpdateObjectInput"}}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"updateOneObject"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"input"},"value":{"kind":"ObjectValue","fields":[{"kind":"ObjectField","name":{"kind":"Name","value":"id"},"value":{"kind":"Variable","name":{"kind":"Name","value":"idToUpdate"}}},{"kind":"ObjectField","name":{"kind":"Name","value":"update"},"value":{"kind":"Variable","name":{"kind":"Name","value":"updatePayload"}}}]}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"dataSourceId"}},{"kind":"Field","name":{"kind":"Name","value":"nameSingular"}},{"kind":"Field","name":{"kind":"Name","value":"namePlural"}},{"kind":"Field","name":{"kind":"Name","value":"labelSingular"}},{"kind":"Field","name":{"kind":"Name","value":"labelPlural"}},{"kind":"Field","name":{"kind":"Name","value":"description"}},{"kind":"Field","name":{"kind":"Name","value":"icon"}},{"kind":"Field","name":{"kind":"Name","value":"isCustom"}},{"kind":"Field","name":{"kind":"Name","value":"isActive"}},{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"updatedAt"}}]}}]}}]} as unknown as DocumentNode; export const DeleteOneMetadataObjectDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"mutation","name":{"kind":"Name","value":"DeleteOneMetadataObject"},"variableDefinitions":[{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"idToDelete"}},"type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"ID"}}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"deleteOneObject"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"input"},"value":{"kind":"ObjectValue","fields":[{"kind":"ObjectField","name":{"kind":"Name","value":"id"},"value":{"kind":"Variable","name":{"kind":"Name","value":"idToDelete"}}}]}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"dataSourceId"}},{"kind":"Field","name":{"kind":"Name","value":"nameSingular"}},{"kind":"Field","name":{"kind":"Name","value":"namePlural"}},{"kind":"Field","name":{"kind":"Name","value":"labelSingular"}},{"kind":"Field","name":{"kind":"Name","value":"labelPlural"}},{"kind":"Field","name":{"kind":"Name","value":"description"}},{"kind":"Field","name":{"kind":"Name","value":"icon"}},{"kind":"Field","name":{"kind":"Name","value":"isCustom"}},{"kind":"Field","name":{"kind":"Name","value":"isActive"}},{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"updatedAt"}}]}}]}}]} as unknown as DocumentNode; export const DeleteOneMetadataFieldDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"mutation","name":{"kind":"Name","value":"DeleteOneMetadataField"},"variableDefinitions":[{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"idToDelete"}},"type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"ID"}}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"deleteOneField"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"input"},"value":{"kind":"ObjectValue","fields":[{"kind":"ObjectField","name":{"kind":"Name","value":"id"},"value":{"kind":"Variable","name":{"kind":"Name","value":"idToDelete"}}}]}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"type"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"label"}},{"kind":"Field","name":{"kind":"Name","value":"description"}},{"kind":"Field","name":{"kind":"Name","value":"icon"}},{"kind":"Field","name":{"kind":"Name","value":"placeholder"}},{"kind":"Field","name":{"kind":"Name","value":"isCustom"}},{"kind":"Field","name":{"kind":"Name","value":"isActive"}},{"kind":"Field","name":{"kind":"Name","value":"isNullable"}},{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"updatedAt"}}]}}]}}]} as unknown as DocumentNode; export const MetadataObjectsDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"query","name":{"kind":"Name","value":"MetadataObjects"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"objects"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"paging"},"value":{"kind":"ObjectValue","fields":[{"kind":"ObjectField","name":{"kind":"Name","value":"first"},"value":{"kind":"IntValue","value":"100"}}]}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"edges"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"node"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"dataSourceId"}},{"kind":"Field","name":{"kind":"Name","value":"nameSingular"}},{"kind":"Field","name":{"kind":"Name","value":"namePlural"}},{"kind":"Field","name":{"kind":"Name","value":"labelSingular"}},{"kind":"Field","name":{"kind":"Name","value":"labelPlural"}},{"kind":"Field","name":{"kind":"Name","value":"description"}},{"kind":"Field","name":{"kind":"Name","value":"icon"}},{"kind":"Field","name":{"kind":"Name","value":"isCustom"}},{"kind":"Field","name":{"kind":"Name","value":"isActive"}},{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"updatedAt"}},{"kind":"Field","name":{"kind":"Name","value":"fields"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"paging"},"value":{"kind":"ObjectValue","fields":[{"kind":"ObjectField","name":{"kind":"Name","value":"first"},"value":{"kind":"IntValue","value":"100"}}]}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"edges"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"node"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"type"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"label"}},{"kind":"Field","name":{"kind":"Name","value":"description"}},{"kind":"Field","name":{"kind":"Name","value":"icon"}},{"kind":"Field","name":{"kind":"Name","value":"placeholder"}},{"kind":"Field","name":{"kind":"Name","value":"isCustom"}},{"kind":"Field","name":{"kind":"Name","value":"isActive"}},{"kind":"Field","name":{"kind":"Name","value":"isNullable"}},{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"updatedAt"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"pageInfo"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"hasNextPage"}},{"kind":"Field","name":{"kind":"Name","value":"hasPreviousPage"}},{"kind":"Field","name":{"kind":"Name","value":"startCursor"}},{"kind":"Field","name":{"kind":"Name","value":"endCursor"}}]}},{"kind":"Field","name":{"kind":"Name","value":"totalCount"}}]}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"pageInfo"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"hasNextPage"}},{"kind":"Field","name":{"kind":"Name","value":"hasPreviousPage"}},{"kind":"Field","name":{"kind":"Name","value":"startCursor"}},{"kind":"Field","name":{"kind":"Name","value":"endCursor"}}]}},{"kind":"Field","name":{"kind":"Name","value":"totalCount"}}]}}]}}]} as unknown as DocumentNode;