import { ObjectMetadataItemsQuery } from '~/generated-metadata/graphql'; // This file is not designed to be manually edited. // It's an extract from the dev seeded environment metadata call // TODO: automate the generation of this file // ⚠️ WARNING ⚠️: Be sure to activate the workflow feature flag (IsWorkflowEnabled) before updating that mock. export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery = { objects: { __typename: 'ObjectConnection', pageInfo: { __typename: 'PageInfo', hasNextPage: false, hasPreviousPage: false, startCursor: 'YXJyYXljb25uZWN0aW9uOjA=', endCursor: 'YXJyYXljb25uZWN0aW9uOjM2', }, edges: [ { __typename: 'ObjectEdge', node: { __typename: 'Object', id: 'ff17ccda-93cb-43ce-8def-4315fef9a01a', dataSourceId: '819c27d5-2d36-4862-af84-5d0c81c9fd69', nameSingular: 'noteTarget', namePlural: 'noteTargets', labelSingular: 'Note Target', labelPlural: 'Note Targets', description: 'A note target', icon: 'IconCheckbox', isCustom: false, isRemote: false, isActive: true, isSystem: true, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', labelIdentifierFieldMetadataId: '0ec450b8-f341-4f22-86d8-43d24b616861', imageIdentifierFieldMetadataId: null, shortcut: null, isLabelSyncedWithName: false, indexMetadatas: { __typename: 'ObjectIndexMetadatasConnection', edges: [ { __typename: 'IndexEdge', node: { __typename: 'Index', id: 'd2e91bb4-1311-4f73-9b4c-01ba72892d20', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', name: 'IDX_68bce49f4de05facd5365a3a797', indexWhereClause: null, indexType: 'BTREE', isUnique: false, indexFieldMetadatas: { __typename: 'IndexIndexFieldMetadatasConnection', edges: [ { __typename: 'IndexFieldEdge', node: { __typename: 'IndexField', id: '96f99ec7-f5a5-4eff-8fbc-c1d0a81120dd', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', order: 1, fieldMetadataId: '29a1569e-f24f-492b-8bc4-976545bbda52', }, }, ], }, }, }, { __typename: 'IndexEdge', node: { __typename: 'Index', id: 'f76fdff3-db7f-48f5-8df8-2ff21e17ed87', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', name: 'IDX_19ea95ddb39f610f7dcad4c4336', indexWhereClause: null, indexType: 'BTREE', isUnique: false, indexFieldMetadatas: { __typename: 'IndexIndexFieldMetadatasConnection', edges: [ { __typename: 'IndexFieldEdge', node: { __typename: 'IndexField', id: '9e401ecd-0f6b-4ae8-bd5a-7c227970b988', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', order: 0, fieldMetadataId: '4f6c8230-5a03-4852-bd99-20d587a57b48', }, }, ], }, }, }, { __typename: 'IndexEdge', node: { __typename: 'Index', id: '1b3ff010-22c4-44e8-82fd-bed8c31adde8', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', name: 'IDX_56454973bce16e65ee1ae3d2e40', indexWhereClause: null, indexType: 'BTREE', isUnique: false, indexFieldMetadatas: { __typename: 'IndexIndexFieldMetadatasConnection', edges: [ { __typename: 'IndexFieldEdge', node: { __typename: 'IndexField', id: '1a8310d1-30be-4e59-91c2-de421d8bc7dc', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', order: 1, fieldMetadataId: '29a1569e-f24f-492b-8bc4-976545bbda52', }, }, ], }, }, }, { __typename: 'IndexEdge', node: { __typename: 'Index', id: '3086e847-9457-4231-b724-3dd27859b7c0', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', name: 'IDX_241f0cca089399c8c5954086b8d', indexWhereClause: null, indexType: 'BTREE', isUnique: false, indexFieldMetadatas: { __typename: 'IndexIndexFieldMetadatasConnection', edges: [ { __typename: 'IndexFieldEdge', node: { __typename: 'IndexField', id: '5afe9cfc-416a-402a-9987-7c9372728b06', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', order: 0, fieldMetadataId: '59e63a65-4d0b-45bb-b7e8-b83c08523156', }, }, ], }, }, }, ], }, fields: { __typename: 'ObjectFieldsConnection', pageInfo: { __typename: 'PageInfo', hasNextPage: false, hasPreviousPage: false, startCursor: 'YXJyYXljb25uZWN0aW9uOjA=', endCursor: 'YXJyYXljb25uZWN0aW9uOjEz', }, edges: [ { __typename: 'FieldEdge', node: { __typename: 'Field', id: '42a2a5cd-c36b-4dd5-8f13-8f022a4e9470', type: 'RELATION', name: 'opportunity', label: 'Opportunity', description: 'NoteTarget opportunity', icon: 'IconTargetArrow', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: '53ad266e-2b93-4ae4-b4fb-fd96aa4a193d', direction: 'MANY_TO_ONE', sourceObjectMetadata: { __typename: 'Object', id: 'ff17ccda-93cb-43ce-8def-4315fef9a01a', nameSingular: 'noteTarget', namePlural: 'noteTargets', }, sourceFieldMetadata: { __typename: 'Field', id: '42a2a5cd-c36b-4dd5-8f13-8f022a4e9470', name: 'opportunity', }, targetObjectMetadata: { __typename: 'Object', id: '8b1e1c30-3503-4bf8-ad90-882bef627fee', nameSingular: 'opportunity', namePlural: 'opportunities', }, targetFieldMetadata: { __typename: 'Field', id: '474c83dd-fb08-44da-99fe-a00ca82129ab', name: 'noteTargets', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '0ec450b8-f341-4f22-86d8-43d24b616861', type: 'UUID', name: 'id', label: 'Id', description: 'Id', icon: 'Icon123', isCustom: false, isActive: true, isSystem: true, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: 'uuid', options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '91359a06-057f-442b-9d7c-7190554aff81', type: 'RELATION', name: 'note', label: 'Note', description: 'NoteTarget note', icon: 'IconNotes', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: '418e2789-4872-4846-affb-ebbc65acf2a9', direction: 'MANY_TO_ONE', sourceObjectMetadata: { __typename: 'Object', id: 'ff17ccda-93cb-43ce-8def-4315fef9a01a', nameSingular: 'noteTarget', namePlural: 'noteTargets', }, sourceFieldMetadata: { __typename: 'Field', id: '91359a06-057f-442b-9d7c-7190554aff81', name: 'note', }, targetObjectMetadata: { __typename: 'Object', id: 'c15314ec-878b-4e84-93f7-8fa5af3e199f', nameSingular: 'note', namePlural: 'notes', }, targetFieldMetadata: { __typename: 'Field', id: '351f6dd8-eefc-4d35-ac08-9e0ddcb47316', name: 'noteTargets', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '4f6c8230-5a03-4852-bd99-20d587a57b48', type: 'UUID', name: 'opportunityId', label: 'Opportunity id (foreign key)', description: 'NoteTarget opportunity id foreign key', icon: 'IconTargetArrow', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '59e63a65-4d0b-45bb-b7e8-b83c08523156', type: 'UUID', name: 'noteId', label: 'Note id (foreign key)', description: 'NoteTarget note id foreign key', icon: 'IconNotes', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '86854b8d-05e5-4735-b1df-aae6c2e3eb91', type: 'RELATION', name: 'company', label: 'Company', description: 'NoteTarget company', icon: 'IconBuildingSkyscraper', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: 'fde1faca-0913-49a1-be3b-f874b49b0a24', direction: 'MANY_TO_ONE', sourceObjectMetadata: { __typename: 'Object', id: 'ff17ccda-93cb-43ce-8def-4315fef9a01a', nameSingular: 'noteTarget', namePlural: 'noteTargets', }, sourceFieldMetadata: { __typename: 'Field', id: '86854b8d-05e5-4735-b1df-aae6c2e3eb91', name: 'company', }, targetObjectMetadata: { __typename: 'Object', id: 'e2e9bdde-68e5-455f-8459-5c34ef3b7223', nameSingular: 'company', namePlural: 'companies', }, targetFieldMetadata: { __typename: 'Field', id: '8c964342-1a32-48a0-936d-059236999e78', name: 'noteTargets', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '4250ef56-2fe7-4056-a36f-cd3022193b2d', type: 'DATE_TIME', name: 'updatedAt', label: 'Last update', description: 'Last time the record was changed', icon: 'IconCalendarClock', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: 'now', options: null, isLabelSyncedWithName: false, settings: { displayAsRelativeDate: true, }, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '0e5e46ee-9c80-46d7-bc80-62f21a5d26c2', type: 'DATE_TIME', name: 'createdAt', label: 'Creation date', description: 'Creation date', icon: 'IconCalendar', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: 'now', options: null, isLabelSyncedWithName: false, settings: { displayAsRelativeDate: true, }, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '68f44136-bf7e-4bf5-b147-712a0c87e2d2', type: 'RELATION', name: 'rocket', label: 'Rocket', description: 'NoteTarget Rocket', icon: 'IconBuildingSkyscraper', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:39.033Z', updatedAt: '2024-11-06T08:55:39.033Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: 'ba819982-3c86-4b27-b161-39de3e96a4ff', direction: 'MANY_TO_ONE', sourceObjectMetadata: { __typename: 'Object', id: 'ff17ccda-93cb-43ce-8def-4315fef9a01a', nameSingular: 'noteTarget', namePlural: 'noteTargets', }, sourceFieldMetadata: { __typename: 'Field', id: '68f44136-bf7e-4bf5-b147-712a0c87e2d2', name: 'rocket', }, targetObjectMetadata: { __typename: 'Object', id: 'd09f3e9f-9429-4e79-8803-29d5dd1690b3', nameSingular: 'rocket', namePlural: 'rockets', }, targetFieldMetadata: { __typename: 'Field', id: '11d707cd-e047-41c1-ba19-6927af76ce6f', name: 'noteTargets', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '1af33498-6ecf-4525-84ba-81a3e86d651e', type: 'UUID', name: 'companyId', label: 'Company id (foreign key)', description: 'NoteTarget company id foreign key', icon: 'IconBuildingSkyscraper', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '22950597-73be-446d-ad65-0b55ca237e3d', type: 'UUID', name: 'personId', label: 'Person id (foreign key)', description: 'NoteTarget person id foreign key', icon: 'IconUser', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '29a1569e-f24f-492b-8bc4-976545bbda52', type: 'DATE_TIME', name: 'deletedAt', label: 'Deleted at', description: 'Date when the record was deleted', icon: 'IconCalendarMinus', isCustom: false, isActive: true, isSystem: false, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: { displayAsRelativeDate: true, }, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'edb14b40-6ccf-4996-a77b-a8271895ed94', type: 'RELATION', name: 'person', label: 'Person', description: 'NoteTarget person', icon: 'IconUser', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: '75403e5e-7813-49dd-8ca9-7c127f1aff88', direction: 'MANY_TO_ONE', sourceObjectMetadata: { __typename: 'Object', id: 'ff17ccda-93cb-43ce-8def-4315fef9a01a', nameSingular: 'noteTarget', namePlural: 'noteTargets', }, sourceFieldMetadata: { __typename: 'Field', id: 'edb14b40-6ccf-4996-a77b-a8271895ed94', name: 'person', }, targetObjectMetadata: { __typename: 'Object', id: '0da1c90e-54e6-496d-b06e-9318a69f51b2', nameSingular: 'person', namePlural: 'people', }, targetFieldMetadata: { __typename: 'Field', id: '2d482b78-c37c-468d-a0e2-a3bffdfea2f1', name: 'noteTargets', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '7699b375-e725-4bef-8c8b-0dbd64181edd', type: 'UUID', name: 'rocketId', label: 'Rocket ID (foreign key)', description: 'Note Target Rocket id foreign key', icon: null, isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:39.027Z', updatedAt: '2024-11-06T08:55:39.027Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: { isForeignKey: true, }, relationDefinition: null, }, }, ], }, }, }, { __typename: 'ObjectEdge', node: { __typename: 'Object', id: 'fb4cd6b0-33ba-4a33-beec-7570ba883ecf', dataSourceId: '819c27d5-2d36-4862-af84-5d0c81c9fd69', nameSingular: 'viewSort', namePlural: 'viewSorts', labelSingular: 'View Sort', labelPlural: 'View Sorts', description: '(System) View Sorts', icon: 'IconArrowsSort', isCustom: false, isRemote: false, isActive: true, isSystem: true, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', labelIdentifierFieldMetadataId: '279f5e6f-bfe4-4625-b069-94d1bb4de795', imageIdentifierFieldMetadataId: null, shortcut: null, isLabelSyncedWithName: false, indexMetadatas: { __typename: 'ObjectIndexMetadatasConnection', edges: [ { __typename: 'IndexEdge', node: { __typename: 'Index', id: '462293a4-353d-494a-b6a3-88bf84c7e715', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', name: 'IDX_a01889a3e5b30d56447736329aa', indexWhereClause: null, indexType: 'BTREE', isUnique: false, indexFieldMetadatas: { __typename: 'IndexIndexFieldMetadatasConnection', edges: [ { __typename: 'IndexFieldEdge', node: { __typename: 'IndexField', id: 'c83846ce-b50b-4138-8b24-673efef18bd7', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', order: 0, fieldMetadataId: '74f49830-0fad-4b5d-bffc-b7377c5df9bd', }, }, { __typename: 'IndexFieldEdge', node: { __typename: 'IndexField', id: 'c70a3107-0785-4a0b-a5ad-76fcaab39146', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', order: 1, fieldMetadataId: '340abd0e-a1cd-4e41-a348-3a3ff67c6c37', }, }, ], }, }, }, ], }, fields: { __typename: 'ObjectFieldsConnection', pageInfo: { __typename: 'PageInfo', hasNextPage: false, hasPreviousPage: false, startCursor: 'YXJyYXljb25uZWN0aW9uOjA=', endCursor: 'YXJyYXljb25uZWN0aW9uOjc=', }, edges: [ { __typename: 'FieldEdge', node: { __typename: 'Field', id: '74f49830-0fad-4b5d-bffc-b7377c5df9bd', type: 'UUID', name: 'viewId', label: 'View id (foreign key)', description: 'View Sort related view id foreign key', icon: 'IconLayoutCollage', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'a0f078b5-3af3-4acf-89de-1b5bc341a9bc', type: 'UUID', name: 'fieldMetadataId', label: 'Field Metadata Id', description: 'View Sort target field', icon: 'IconTag', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '3aa363bb-a055-4a4b-ab58-1c396f2c6837', type: 'DATE_TIME', name: 'createdAt', label: 'Creation date', description: 'Creation date', icon: 'IconCalendar', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: 'now', options: null, isLabelSyncedWithName: false, settings: { displayAsRelativeDate: true, }, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'abbf3dae-0fe6-4280-b176-ea85a480ae79', type: 'TEXT', name: 'direction', label: 'Direction', description: 'View Sort direction', icon: null, isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: "'asc'", options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '279f5e6f-bfe4-4625-b069-94d1bb4de795', type: 'UUID', name: 'id', label: 'Id', description: 'Id', icon: 'Icon123', isCustom: false, isActive: true, isSystem: true, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: 'uuid', options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '6f90e0bf-e697-42b2-afc3-5fb7495a9ad5', type: 'DATE_TIME', name: 'updatedAt', label: 'Last update', description: 'Last time the record was changed', icon: 'IconCalendarClock', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: 'now', options: null, isLabelSyncedWithName: false, settings: { displayAsRelativeDate: true, }, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '7e6dfbd3-e16a-479d-80c1-446725f2b67c', type: 'RELATION', name: 'view', label: 'View', description: 'View Sort related view', icon: 'IconLayoutCollage', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: '9bc2191c-2de4-4a14-8ae9-48f0de4940b7', direction: 'MANY_TO_ONE', sourceObjectMetadata: { __typename: 'Object', id: 'fb4cd6b0-33ba-4a33-beec-7570ba883ecf', nameSingular: 'viewSort', namePlural: 'viewSorts', }, sourceFieldMetadata: { __typename: 'Field', id: '7e6dfbd3-e16a-479d-80c1-446725f2b67c', name: 'view', }, targetObjectMetadata: { __typename: 'Object', id: '59c24d15-6d80-4f09-a563-0a595f5c83a8', nameSingular: 'view', namePlural: 'views', }, targetFieldMetadata: { __typename: 'Field', id: '8d010fdc-21bb-4eea-9d4d-c88327f29db4', name: 'viewSorts', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '340abd0e-a1cd-4e41-a348-3a3ff67c6c37', type: 'DATE_TIME', name: 'deletedAt', label: 'Deleted at', description: 'Date when the record was deleted', icon: 'IconCalendarMinus', isCustom: false, isActive: true, isSystem: false, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: { displayAsRelativeDate: true, }, relationDefinition: null, }, }, ], }, }, }, { __typename: 'ObjectEdge', node: { __typename: 'Object', id: 'f02912d1-5058-4110-9140-56afba50534e', dataSourceId: '819c27d5-2d36-4862-af84-5d0c81c9fd69', nameSingular: 'viewField', namePlural: 'viewFields', labelSingular: 'View Field', labelPlural: 'View Fields', description: '(System) View Fields', icon: 'IconTag', isCustom: false, isRemote: false, isActive: true, isSystem: true, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', labelIdentifierFieldMetadataId: '15e6a355-41b8-469c-be0b-79ead14aa66c', imageIdentifierFieldMetadataId: null, shortcut: null, isLabelSyncedWithName: false, indexMetadatas: { __typename: 'ObjectIndexMetadatasConnection', edges: [ { __typename: 'IndexEdge', node: { __typename: 'Index', id: '7f5ec45a-cb38-48d1-a8cd-ad090d84dca9', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', name: 'IDX_260f80ae1d2ccc67388995d6d05', indexWhereClause: null, indexType: 'BTREE', isUnique: false, indexFieldMetadatas: { __typename: 'IndexIndexFieldMetadatasConnection', edges: [ { __typename: 'IndexFieldEdge', node: { __typename: 'IndexField', id: 'a2875686-f646-4af9-932b-9b472a4df401', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', order: 0, fieldMetadataId: 'ca7c6bc9-2037-4672-96fb-d5fcd5980051', }, }, { __typename: 'IndexFieldEdge', node: { __typename: 'IndexField', id: '9e178670-481e-4fba-be3c-6db58bf7582a', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', order: 1, fieldMetadataId: 'db4f7174-7242-44dc-8414-617164f1106c', }, }, ], }, }, }, ], }, fields: { __typename: 'ObjectFieldsConnection', pageInfo: { __typename: 'PageInfo', hasNextPage: false, hasPreviousPage: false, startCursor: 'YXJyYXljb25uZWN0aW9uOjA=', endCursor: 'YXJyYXljb25uZWN0aW9uOjk=', }, edges: [ { __typename: 'FieldEdge', node: { __typename: 'Field', id: '55a497be-4dee-4611-ac9b-7d2449ca8b54', type: 'DATE_TIME', name: 'createdAt', label: 'Creation date', description: 'Creation date', icon: 'IconCalendar', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: 'now', options: null, isLabelSyncedWithName: false, settings: { displayAsRelativeDate: true, }, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'ca7c6bc9-2037-4672-96fb-d5fcd5980051', type: 'UUID', name: 'viewId', label: 'View id (foreign key)', description: 'View Field related view id foreign key', icon: 'IconLayoutCollage', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '1dddc195-45d8-44ed-adff-55fc450fccbd', type: 'BOOLEAN', name: 'isVisible', label: 'Visible', description: 'View Field visibility', icon: 'IconEye', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: true, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '8fb85b4b-d8ad-4f53-86c1-0e28e34b9c6c', type: 'NUMBER', name: 'position', label: 'Position', description: 'View Field position', icon: 'IconList', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: 0, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '667ec548-4991-46e5-9a29-8d1fdd0f82a0', type: 'DATE_TIME', name: 'updatedAt', label: 'Last update', description: 'Last time the record was changed', icon: 'IconCalendarClock', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: 'now', options: null, isLabelSyncedWithName: false, settings: { displayAsRelativeDate: true, }, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '99178aec-4bfb-4e1e-a4cb-d3c91d660f35', type: 'UUID', name: 'fieldMetadataId', label: 'Field Metadata Id', description: 'View Field target field', icon: 'IconTag', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'a8eaefb6-2db6-4096-8da4-36b1eac45e0b', type: 'NUMBER', name: 'size', label: 'Size', description: 'View Field size', icon: 'IconEye', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: 0, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'a09c707e-a640-42e1-93cd-f3916f294289', type: 'RELATION', name: 'view', label: 'View', description: 'View Field related view', icon: 'IconLayoutCollage', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: '5dfd3452-78b0-4391-a592-a2086326a533', direction: 'MANY_TO_ONE', sourceObjectMetadata: { __typename: 'Object', id: 'f02912d1-5058-4110-9140-56afba50534e', nameSingular: 'viewField', namePlural: 'viewFields', }, sourceFieldMetadata: { __typename: 'Field', id: 'a09c707e-a640-42e1-93cd-f3916f294289', name: 'view', }, targetObjectMetadata: { __typename: 'Object', id: '59c24d15-6d80-4f09-a563-0a595f5c83a8', nameSingular: 'view', namePlural: 'views', }, targetFieldMetadata: { __typename: 'Field', id: '8608bfab-401a-4aa5-8923-00b4e82e086b', name: 'viewFields', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'db4f7174-7242-44dc-8414-617164f1106c', type: 'DATE_TIME', name: 'deletedAt', label: 'Deleted at', description: 'Date when the record was deleted', icon: 'IconCalendarMinus', isCustom: false, isActive: true, isSystem: false, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: { displayAsRelativeDate: true, }, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '15e6a355-41b8-469c-be0b-79ead14aa66c', type: 'UUID', name: 'id', label: 'Id', description: 'Id', icon: 'Icon123', isCustom: false, isActive: true, isSystem: true, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: 'uuid', options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, ], }, }, }, { __typename: 'ObjectEdge', node: { __typename: 'Object', id: 'e2e9bdde-68e5-455f-8459-5c34ef3b7223', dataSourceId: '819c27d5-2d36-4862-af84-5d0c81c9fd69', nameSingular: 'company', namePlural: 'companies', labelSingular: 'Company', labelPlural: 'Companies', description: 'A company', icon: 'IconBuildingSkyscraper', isCustom: false, isRemote: false, isActive: true, isSystem: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', labelIdentifierFieldMetadataId: '1a8ee7b4-7272-4976-ac90-f3537079a139', imageIdentifierFieldMetadataId: null, shortcut: 'C', isLabelSyncedWithName: false, indexMetadatas: { __typename: 'ObjectIndexMetadatasConnection', edges: [ { __typename: 'IndexEdge', node: { __typename: 'Index', id: 'de4c0396-0387-4456-a25b-f3f362315964', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', name: 'IDX_fb1f4905546cfc6d70a971c76f7', indexWhereClause: null, indexType: 'GIN', isUnique: false, indexFieldMetadatas: { __typename: 'IndexIndexFieldMetadatasConnection', edges: [ { __typename: 'IndexFieldEdge', node: { __typename: 'IndexField', id: '5960b58d-8090-473f-8c50-0937534314c6', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', order: 0, fieldMetadataId: '4f9f2da1-02a8-4101-ba3e-4478192be8ec', }, }, ], }, }, }, { __typename: 'IndexEdge', node: { __typename: 'Index', id: 'ec5cf1a3-05c9-4292-9dcc-7d554c9e0f64', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', name: 'IDX_123501237187c835ede626367b7', indexWhereClause: null, indexType: 'BTREE', isUnique: false, indexFieldMetadatas: { __typename: 'IndexIndexFieldMetadatasConnection', edges: [ { __typename: 'IndexFieldEdge', node: { __typename: 'IndexField', id: 'd2d523f1-18d4-43d4-9e21-dd636b6093da', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', order: 1, fieldMetadataId: '4c6db689-d441-4e71-9b11-420b4a5a2e6a', }, }, { __typename: 'IndexFieldEdge', node: { __typename: 'IndexField', id: 'd66bcbb4-9a99-4217-922d-4571a64d85bd', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', order: 0, fieldMetadataId: '48be2c11-5ac8-4a5e-9b26-3e46a4fc659f', }, }, ], }, }, }, ], }, fields: { __typename: 'ObjectFieldsConnection', pageInfo: { __typename: 'PageInfo', hasNextPage: false, hasPreviousPage: false, startCursor: 'YXJyYXljb25uZWN0aW9uOjA=', endCursor: 'YXJyYXljb25uZWN0aW9uOjI3', }, edges: [ { __typename: 'FieldEdge', node: { __typename: 'Field', id: '03def62a-0989-41ba-af0a-d4dcc420ef55', type: 'RELATION', name: 'accountOwner', label: 'Account Owner', description: 'Your team member responsible for managing the company account', icon: 'IconUserCircle', isCustom: false, isActive: true, isSystem: false, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: '7a03f8ea-bd23-4d15-8793-bbf1cd67de19', direction: 'MANY_TO_ONE', sourceObjectMetadata: { __typename: 'Object', id: 'e2e9bdde-68e5-455f-8459-5c34ef3b7223', nameSingular: 'company', namePlural: 'companies', }, sourceFieldMetadata: { __typename: 'Field', id: '03def62a-0989-41ba-af0a-d4dcc420ef55', name: 'accountOwner', }, targetObjectMetadata: { __typename: 'Object', id: '6c349123-a42c-4f53-a140-41ac74c6718f', nameSingular: 'workspaceMember', namePlural: 'workspaceMembers', }, targetFieldMetadata: { __typename: 'Field', id: '5f41e23c-4279-4ef1-8e72-a5f50fa2ff85', name: 'accountOwnerForCompanies', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'dff3d709-6dc9-4859-ad8a-fd193d6641d6', type: 'DATE_TIME', name: 'updatedAt', label: 'Last update', description: 'Last time the record was changed', icon: 'IconCalendarClock', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: 'now', options: null, isLabelSyncedWithName: false, settings: { displayAsRelativeDate: true, }, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'a300c0ba-4774-4b9c-80b9-df8d12600b41', type: 'TEXT', name: 'tagline', label: 'Tagline', description: "Company's Tagline", icon: 'IconAdCircle', isCustom: true, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:38.211Z', updatedAt: '2024-11-06T08:55:38.211Z', defaultValue: "''", options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '9dec8836-8582-4152-8811-468118c92b73', type: 'LINKS', name: 'linkedinLink', label: 'Linkedin', description: 'The company Linkedin account', icon: 'IconBrandLinkedin', isCustom: false, isActive: true, isSystem: false, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: { primaryLinkUrl: "''", secondaryLinks: null, primaryLinkLabel: "''", }, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '1a8ee7b4-7272-4976-ac90-f3537079a139', type: 'TEXT', name: 'name', label: 'Name', description: 'The company name', icon: 'IconBuildingSkyscraper', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: "''", options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'cd3381f7-de95-4202-bfe0-ce6bb1b1ca03', type: 'DATE_TIME', name: 'createdAt', label: 'Creation date', description: 'Creation date', icon: 'IconCalendar', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: 'now', options: null, isLabelSyncedWithName: false, settings: { displayAsRelativeDate: true, }, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '274e3b07-278f-4649-9cb9-e346266ea78c', type: 'RELATION', name: 'favorites', label: 'Favorites', description: 'Favorites linked to the company', icon: 'IconHeart', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: '43fbba4b-2ccf-45be-9111-afd661bad096', direction: 'ONE_TO_MANY', sourceObjectMetadata: { __typename: 'Object', id: 'e2e9bdde-68e5-455f-8459-5c34ef3b7223', nameSingular: 'company', namePlural: 'companies', }, sourceFieldMetadata: { __typename: 'Field', id: '274e3b07-278f-4649-9cb9-e346266ea78c', name: 'favorites', }, targetObjectMetadata: { __typename: 'Object', id: '5df3abf5-8d68-4591-8c8e-97b15c33046d', nameSingular: 'favorite', namePlural: 'favorites', }, targetFieldMetadata: { __typename: 'Field', id: '84695e0f-8224-4a40-93fe-cd3b95f3b0f9', name: 'company', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'ee2b40fe-a617-4a52-ba83-29f329198e68', type: 'LINKS', name: 'introVideo', label: 'Intro Video', description: "Company's Intro Video", icon: 'IconVideo', isCustom: true, isActive: true, isSystem: false, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:38.305Z', updatedAt: '2024-11-06T08:55:38.305Z', defaultValue: { primaryLinkUrl: "''", secondaryLinks: null, primaryLinkLabel: "''", }, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '3acc184a-36ce-47ac-b2ed-3e6b8711bc5f', type: 'UUID', name: 'id', label: 'Id', description: 'Id', icon: 'Icon123', isCustom: false, isActive: true, isSystem: true, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: 'uuid', options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '8c964342-1a32-48a0-936d-059236999e78', type: 'RELATION', name: 'noteTargets', label: 'Notes', description: 'Notes tied to the company', icon: 'IconNotes', isCustom: false, isActive: true, isSystem: false, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: 'fde1faca-0913-49a1-be3b-f874b49b0a24', direction: 'ONE_TO_MANY', sourceObjectMetadata: { __typename: 'Object', id: 'e2e9bdde-68e5-455f-8459-5c34ef3b7223', nameSingular: 'company', namePlural: 'companies', }, sourceFieldMetadata: { __typename: 'Field', id: '8c964342-1a32-48a0-936d-059236999e78', name: 'noteTargets', }, targetObjectMetadata: { __typename: 'Object', id: 'ff17ccda-93cb-43ce-8def-4315fef9a01a', nameSingular: 'noteTarget', namePlural: 'noteTargets', }, targetFieldMetadata: { __typename: 'Field', id: '86854b8d-05e5-4735-b1df-aae6c2e3eb91', name: 'company', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '22257343-77da-407e-a431-09e86a073d66', type: 'RELATION', name: 'people', label: 'People', description: 'People linked to the company.', icon: 'IconUsers', isCustom: false, isActive: true, isSystem: false, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: '1c3476ad-5333-4f56-b87b-d9333a456468', direction: 'ONE_TO_MANY', sourceObjectMetadata: { __typename: 'Object', id: 'e2e9bdde-68e5-455f-8459-5c34ef3b7223', nameSingular: 'company', namePlural: 'companies', }, sourceFieldMetadata: { __typename: 'Field', id: '22257343-77da-407e-a431-09e86a073d66', name: 'people', }, targetObjectMetadata: { __typename: 'Object', id: '0da1c90e-54e6-496d-b06e-9318a69f51b2', nameSingular: 'person', namePlural: 'people', }, targetFieldMetadata: { __typename: 'Field', id: '9af6eece-2ba2-4c04-9f18-62815a9c1ddd', name: 'company', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '15f167d5-89c3-43e1-9d5f-44c9e06bdb9f', type: 'ADDRESS', name: 'address', label: 'Address', description: 'Address of the company', icon: 'IconMap', isCustom: false, isActive: true, isSystem: false, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: { addressLat: null, addressLng: null, addressCity: "''", addressState: "''", addressCountry: "''", addressStreet1: "''", addressStreet2: "''", addressPostcode: "''", }, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'e741dc06-d069-4177-a7c9-d13de72c3983', type: 'BOOLEAN', name: 'idealCustomerProfile', label: 'ICP', description: 'Ideal Customer Profile: Indicates whether the company is the most suitable and valuable customer for you', icon: 'IconTarget', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: false, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'f89eb721-b6e1-425b-a79c-725adb7a7b95', type: 'LINKS', name: 'xLink', label: 'X', description: 'The company Twitter/X account', icon: 'IconBrandX', isCustom: false, isActive: true, isSystem: false, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: { primaryLinkUrl: "''", secondaryLinks: null, primaryLinkLabel: "''", }, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '4cce66e7-644f-4d9b-865e-38226a04d09c', type: 'RELATION', name: 'taskTargets', label: 'Tasks', description: 'Tasks tied to the company', icon: 'IconCheckbox', isCustom: false, isActive: true, isSystem: false, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: '41a1492d-efe5-43f2-8529-6fbc09d5aebd', direction: 'ONE_TO_MANY', sourceObjectMetadata: { __typename: 'Object', id: 'e2e9bdde-68e5-455f-8459-5c34ef3b7223', nameSingular: 'company', namePlural: 'companies', }, sourceFieldMetadata: { __typename: 'Field', id: '4cce66e7-644f-4d9b-865e-38226a04d09c', name: 'taskTargets', }, targetObjectMetadata: { __typename: 'Object', id: '472aafb6-7f56-4984-be83-5520beab4b32', nameSingular: 'taskTarget', namePlural: 'taskTargets', }, targetFieldMetadata: { __typename: 'Field', id: '047c64cf-c3b6-483e-9294-546800e3016a', name: 'company', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '9e3021e0-2705-47cf-966b-4a41eb80c000', type: 'BOOLEAN', name: 'visaSponsorship', label: 'Visa Sponsorship', description: "Company's Visa Sponsorship Policy", icon: 'IconBrandVisa', isCustom: true, isActive: true, isSystem: false, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:38.469Z', updatedAt: '2024-11-06T08:55:38.469Z', defaultValue: false, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '84366fff-63f0-4edb-bc45-7b49a2cf34f1', type: 'NUMBER', name: 'employees', label: 'Employees', description: 'Number of employees in the company', icon: 'IconUsers', isCustom: false, isActive: true, isSystem: false, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '4f9f2da1-02a8-4101-ba3e-4478192be8ec', type: 'TS_VECTOR', name: 'searchVector', label: 'Search vector', description: 'Field used for full-text search', icon: 'IconUser', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '4d4616db-cfa2-4edf-ac84-1cb20645678e', type: 'MULTI_SELECT', name: 'workPolicy', label: 'Work Policy', description: "Company's Work Policy", icon: 'IconHome', isCustom: true, isActive: true, isSystem: false, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:38.389Z', updatedAt: '2024-11-06T08:55:38.389Z', defaultValue: null, options: [ { id: 'fb510e66-5ddf-4daa-8da6-9c0f6a8dd1af', color: 'green', label: 'On-Site', value: 'ON_SITE', position: 0, }, { id: '389e88b8-46bc-4c69-86bf-bef7efa3eb79', color: 'turquoise', label: 'Hybrid', value: 'HYBRID', position: 1, }, { id: '7f9fc75a-7b76-4eb0-9ccb-74e9ea21e4c4', color: 'sky', label: 'Remote Work', value: 'REMOTE_WORK', position: 2, }, ], isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'c35bb58b-ecc5-40d5-b626-5d94b238ddbe', type: 'RELATION', name: 'timelineActivities', label: 'Timeline Activities', description: 'Timeline Activities linked to the company', icon: 'IconIconTimelineEvent', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: 'e5ea55f4-cdf3-4044-bccf-a9815b20aaae', direction: 'ONE_TO_MANY', sourceObjectMetadata: { __typename: 'Object', id: 'e2e9bdde-68e5-455f-8459-5c34ef3b7223', nameSingular: 'company', namePlural: 'companies', }, sourceFieldMetadata: { __typename: 'Field', id: 'c35bb58b-ecc5-40d5-b626-5d94b238ddbe', name: 'timelineActivities', }, targetObjectMetadata: { __typename: 'Object', id: '99c6e57d-11d0-4f1f-af99-0bb49a28e8f3', nameSingular: 'timelineActivity', namePlural: 'timelineActivities', }, targetFieldMetadata: { __typename: 'Field', id: '3f957c3c-5fc3-4f27-a53f-52ffa8f7ac7b', name: 'company', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '71214377-edbf-4203-8cbd-fe4369d96b52', type: 'POSITION', name: 'position', label: 'Position', description: 'Company record position', icon: 'IconHierarchy2', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'b4aaa575-7b9f-411c-a609-f8f89a4f690d', type: 'RELATION', name: 'opportunities', label: 'Opportunities', description: 'Opportunities linked to the company.', icon: 'IconTargetArrow', isCustom: false, isActive: true, isSystem: false, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: '2980cde0-a949-48b4-b70e-72bb2df38693', direction: 'ONE_TO_MANY', sourceObjectMetadata: { __typename: 'Object', id: 'e2e9bdde-68e5-455f-8459-5c34ef3b7223', nameSingular: 'company', namePlural: 'companies', }, sourceFieldMetadata: { __typename: 'Field', id: 'b4aaa575-7b9f-411c-a609-f8f89a4f690d', name: 'opportunities', }, targetObjectMetadata: { __typename: 'Object', id: '8b1e1c30-3503-4bf8-ad90-882bef627fee', nameSingular: 'opportunity', namePlural: 'opportunities', }, targetFieldMetadata: { __typename: 'Field', id: '93ee9e29-f1ab-44bf-a1ae-4637630d49fe', name: 'company', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '6844e4dc-5ac9-472c-b9b0-d70bdccce4f2', type: 'ACTOR', name: 'createdBy', label: 'Created by', description: 'The creator of the record', icon: 'IconCreativeCommonsSa', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: { name: "''", source: "'MANUAL'", }, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '48be2c11-5ac8-4a5e-9b26-3e46a4fc659f', type: 'UUID', name: 'accountOwnerId', label: 'Account Owner id (foreign key)', description: 'Your team member responsible for managing the company account id foreign key', icon: 'IconUserCircle', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '25ff48ae-e491-4920-b98f-269d2f295be0', type: 'CURRENCY', name: 'annualRecurringRevenue', label: 'ARR', description: 'Annual Recurring Revenue: The actual or estimated annual revenue of the company', icon: 'IconMoneybag', isCustom: false, isActive: true, isSystem: false, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: { amountMicros: null, currencyCode: "''", }, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '20beafb4-a087-4988-a42a-ffb6b84e0957', type: 'LINKS', name: 'domainName', label: 'Domain Name', description: 'The company website URL. We use this url to fetch the company icon', icon: 'IconLink', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: { primaryLinkUrl: "''", secondaryLinks: null, primaryLinkLabel: "''", }, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'f567009c-c0c6-497e-b9ff-8ba029acd90c', type: 'RELATION', name: 'attachments', label: 'Attachments', description: 'Attachments linked to the company', icon: 'IconFileImport', isCustom: false, isActive: true, isSystem: false, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: '954b9dd4-9351-4a27-9d2a-fd08ac949078', direction: 'ONE_TO_MANY', sourceObjectMetadata: { __typename: 'Object', id: 'e2e9bdde-68e5-455f-8459-5c34ef3b7223', nameSingular: 'company', namePlural: 'companies', }, sourceFieldMetadata: { __typename: 'Field', id: 'f567009c-c0c6-497e-b9ff-8ba029acd90c', name: 'attachments', }, targetObjectMetadata: { __typename: 'Object', id: 'a9159d73-fb6d-45ee-aff0-e5e15c6ee8f7', nameSingular: 'attachment', namePlural: 'attachments', }, targetFieldMetadata: { __typename: 'Field', id: 'a57d9ded-e8c2-46df-bebe-a69970da3bca', name: 'company', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '4c6db689-d441-4e71-9b11-420b4a5a2e6a', type: 'DATE_TIME', name: 'deletedAt', label: 'Deleted at', description: 'Date when the record was deleted', icon: 'IconCalendarMinus', isCustom: false, isActive: true, isSystem: false, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: { displayAsRelativeDate: true, }, relationDefinition: null, }, }, ], }, }, }, { __typename: 'ObjectEdge', node: { __typename: 'Object', id: 'd87e6d5d-79d9-4cb6-8fa5-fd2de1c1bc5a', dataSourceId: '819c27d5-2d36-4862-af84-5d0c81c9fd69', nameSingular: 'blocklist', namePlural: 'blocklists', labelSingular: 'Blocklist', labelPlural: 'Blocklists', description: 'Blocklist', icon: 'IconForbid2', isCustom: false, isRemote: false, isActive: true, isSystem: true, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', labelIdentifierFieldMetadataId: 'adf5dbc1-a828-4b50-b055-e89c4cd405da', imageIdentifierFieldMetadataId: null, shortcut: null, isLabelSyncedWithName: false, indexMetadatas: { __typename: 'ObjectIndexMetadatasConnection', edges: [ { __typename: 'IndexEdge', node: { __typename: 'Index', id: 'bf5d48fe-1819-4a70-99dd-0005087d11e1', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', name: 'IDX_76a190ab8a6f439791358d63d60', indexWhereClause: null, indexType: 'BTREE', isUnique: false, indexFieldMetadatas: { __typename: 'IndexIndexFieldMetadatasConnection', edges: [ { __typename: 'IndexFieldEdge', node: { __typename: 'IndexField', id: 'a0348b8b-4523-4ec9-9517-b0ede8491c47', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', order: 1, fieldMetadataId: '3fc1e979-fb3f-4066-a594-0ff8716da628', }, }, { __typename: 'IndexFieldEdge', node: { __typename: 'IndexField', id: '97ca6e7f-f729-4580-86f4-9d7855579886', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', order: 0, fieldMetadataId: '5bd120b0-0757-474d-9983-184c33d52030', }, }, ], }, }, }, ], }, fields: { __typename: 'ObjectFieldsConnection', pageInfo: { __typename: 'PageInfo', hasNextPage: false, hasPreviousPage: false, startCursor: 'YXJyYXljb25uZWN0aW9uOjA=', endCursor: 'YXJyYXljb25uZWN0aW9uOjY=', }, edges: [ { __typename: 'FieldEdge', node: { __typename: 'Field', id: '3a2f522a-c324-4f25-b0b2-d52d133ad9e8', type: 'RELATION', name: 'workspaceMember', label: 'WorkspaceMember', description: 'WorkspaceMember', icon: 'IconCircleUser', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: 'ef5e2f4c-c4df-48bc-8b29-166e72bcf87c', direction: 'MANY_TO_ONE', sourceObjectMetadata: { __typename: 'Object', id: 'd87e6d5d-79d9-4cb6-8fa5-fd2de1c1bc5a', nameSingular: 'blocklist', namePlural: 'blocklists', }, sourceFieldMetadata: { __typename: 'Field', id: '3a2f522a-c324-4f25-b0b2-d52d133ad9e8', name: 'workspaceMember', }, targetObjectMetadata: { __typename: 'Object', id: '6c349123-a42c-4f53-a140-41ac74c6718f', nameSingular: 'workspaceMember', namePlural: 'workspaceMembers', }, targetFieldMetadata: { __typename: 'Field', id: 'c407f77f-b4d3-4a3e-a153-9671c7e88473', name: 'blocklist', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '22be5f14-0d67-4a88-b936-0f51747fe8a7', type: 'UUID', name: 'id', label: 'Id', description: 'Id', icon: 'Icon123', isCustom: false, isActive: true, isSystem: true, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: 'uuid', options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '335b5c70-6340-45a0-a463-7c93d6187d22', type: 'DATE_TIME', name: 'updatedAt', label: 'Last update', description: 'Last time the record was changed', icon: 'IconCalendarClock', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: 'now', options: null, isLabelSyncedWithName: false, settings: { displayAsRelativeDate: true, }, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '3fc1e979-fb3f-4066-a594-0ff8716da628', type: 'DATE_TIME', name: 'deletedAt', label: 'Deleted at', description: 'Date when the record was deleted', icon: 'IconCalendarMinus', isCustom: false, isActive: true, isSystem: false, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: { displayAsRelativeDate: true, }, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'fa920640-9604-4026-8dab-add2288b1b0b', type: 'DATE_TIME', name: 'createdAt', label: 'Creation date', description: 'Creation date', icon: 'IconCalendar', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: 'now', options: null, isLabelSyncedWithName: false, settings: { displayAsRelativeDate: true, }, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'adf5dbc1-a828-4b50-b055-e89c4cd405da', type: 'TEXT', name: 'handle', label: 'Handle', description: 'Handle', icon: 'IconAt', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: "''", options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '5bd120b0-0757-474d-9983-184c33d52030', type: 'UUID', name: 'workspaceMemberId', label: 'WorkspaceMember id (foreign key)', description: 'WorkspaceMember id foreign key', icon: 'IconCircleUser', isCustom: false, isActive: true, isSystem: true, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, ], }, }, }, { __typename: 'ObjectEdge', node: { __typename: 'Object', id: 'd7091935-979e-4cca-82a3-49cb218d6ddc', dataSourceId: '819c27d5-2d36-4862-af84-5d0c81c9fd69', nameSingular: 'webhook', namePlural: 'webhooks', labelSingular: 'Webhook', labelPlural: 'Webhooks', description: 'A webhook', icon: 'IconRobot', isCustom: false, isRemote: false, isActive: true, isSystem: true, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', labelIdentifierFieldMetadataId: '976d82dd-8efa-47d4-b3a6-26c6405621b1', imageIdentifierFieldMetadataId: null, shortcut: null, isLabelSyncedWithName: false, indexMetadatas: { __typename: 'ObjectIndexMetadatasConnection', edges: [], }, fields: { __typename: 'ObjectFieldsConnection', pageInfo: { __typename: 'PageInfo', hasNextPage: false, hasPreviousPage: false, startCursor: 'YXJyYXljb25uZWN0aW9uOjA=', endCursor: 'YXJyYXljb25uZWN0aW9uOjY=', }, edges: [ { __typename: 'FieldEdge', node: { __typename: 'Field', id: '0ae0195f-2b46-42dc-b8cc-a37df8c89d79', type: 'DATE_TIME', name: 'createdAt', label: 'Creation date', description: 'Creation date', icon: 'IconCalendar', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: 'now', options: null, isLabelSyncedWithName: false, settings: { displayAsRelativeDate: true, }, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '5d0ff6db-0e9a-438b-b981-490b4138d465', type: 'TEXT', name: 'description', label: 'Description', description: null, icon: 'IconInfo', isCustom: false, isActive: true, isSystem: false, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: "''", options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '69876366-4954-4f2e-919e-e89d728a8c95', type: 'UUID', name: 'id', label: 'Id', description: 'Id', icon: 'Icon123', isCustom: false, isActive: true, isSystem: true, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: 'uuid', options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '976d82dd-8efa-47d4-b3a6-26c6405621b1', type: 'TEXT', name: 'targetUrl', label: 'Target Url', description: 'Webhook target url', icon: 'IconLink', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: "''", options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '504d4e99-94c2-4f2f-8714-7d009dae550c', type: 'ARRAY', name: 'operations', label: 'Operations', description: 'Webhook operations', icon: 'IconCheckbox', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: ['*.*'], options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'b5113e86-5448-43a0-96aa-36d8b16bbbf4', type: 'DATE_TIME', name: 'updatedAt', label: 'Last update', description: 'Last time the record was changed', icon: 'IconCalendarClock', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: 'now', options: null, isLabelSyncedWithName: false, settings: { displayAsRelativeDate: true, }, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '495b0ed4-4e53-43fd-ab8c-52b98b5a4dd2', type: 'DATE_TIME', name: 'deletedAt', label: 'Deleted at', description: 'Date when the record was deleted', icon: 'IconCalendarMinus', isCustom: false, isActive: true, isSystem: false, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: { displayAsRelativeDate: true, }, relationDefinition: null, }, }, ], }, }, }, { __typename: 'ObjectEdge', node: { __typename: 'Object', id: 'd09f3e9f-9429-4e79-8803-29d5dd1690b3', dataSourceId: '819c27d5-2d36-4862-af84-5d0c81c9fd69', nameSingular: 'rocket', namePlural: 'rockets', labelSingular: 'Rocket', labelPlural: 'Rockets', description: 'A rocket', icon: 'IconRocket', isCustom: true, isRemote: false, isActive: true, isSystem: false, createdAt: '2024-11-06T08:55:38.993Z', updatedAt: '2024-11-06T08:55:38.993Z', labelIdentifierFieldMetadataId: '7896a006-eb14-481e-8197-661b7009a22e', imageIdentifierFieldMetadataId: null, shortcut: null, isLabelSyncedWithName: false, indexMetadatas: { __typename: 'ObjectIndexMetadatasConnection', edges: [ { __typename: 'IndexEdge', node: { __typename: 'Index', id: 'f64bf815-401e-430b-bc4e-db8167888b21', createdAt: '2024-11-06T08:55:39.045Z', updatedAt: '2024-11-06T08:55:39.045Z', name: 'IDX_530792e4278e7696c4e3e3e55f8', indexWhereClause: null, indexType: 'GIN', isUnique: false, indexFieldMetadatas: { __typename: 'IndexIndexFieldMetadatasConnection', edges: [ { __typename: 'IndexFieldEdge', node: { __typename: 'IndexField', id: '6546b805-37ff-4922-a160-2b2ecf9fed53', createdAt: '2024-11-06T08:55:39.045Z', updatedAt: '2024-11-06T08:55:39.045Z', order: 0, fieldMetadataId: '4201ff88-7508-4aa5-a0a5-a4ae89efd9ea', }, }, ], }, }, }, ], }, fields: { __typename: 'ObjectFieldsConnection', pageInfo: { __typename: 'PageInfo', hasNextPage: false, hasPreviousPage: false, startCursor: 'YXJyYXljb25uZWN0aW9uOjA=', endCursor: 'YXJyYXljb25uZWN0aW9uOjEy', }, edges: [ { __typename: 'FieldEdge', node: { __typename: 'Field', id: '4201ff88-7508-4aa5-a0a5-a4ae89efd9ea', type: 'TS_VECTOR', name: 'searchVector', label: 'Search vector', description: 'Field used for full-text search', icon: null, isCustom: false, isActive: false, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:39.039Z', updatedAt: '2024-11-06T08:55:39.039Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'dfd44f95-c1c0-43f7-b5f9-2db4090e4114', type: 'DATE_TIME', name: 'updatedAt', label: 'Last update', description: 'Last time the record was changed', icon: 'IconCalendarClock', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:38.993Z', updatedAt: '2024-11-06T08:55:38.993Z', defaultValue: 'now', options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '7896a006-eb14-481e-8197-661b7009a22e', type: 'ACTOR', name: 'createdBy', label: 'Created by', description: 'The creator of the record', icon: 'IconCreativeCommonsSa', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:38.993Z', updatedAt: '2024-11-06T08:55:38.993Z', defaultValue: { name: "''", source: "'MANUAL'", }, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '8ca9ab88-3fd0-42fe-b502-57d3f3b5c8fc', type: 'DATE_TIME', name: 'createdAt', label: 'Creation date', description: 'Creation date', icon: 'IconCalendar', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:38.993Z', updatedAt: '2024-11-06T08:55:38.993Z', defaultValue: 'now', options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '474ca305-4369-4c2c-808f-90e619b93d35', type: 'RELATION', name: 'timelineActivities', label: 'TimelineActivities', description: 'TimelineActivities tied to the Rocket', icon: 'IconTimelineEvent', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:39.014Z', updatedAt: '2024-11-06T08:55:39.014Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: '03ba37c1-b628-40b8-b471-00b0d6056a03', direction: 'ONE_TO_MANY', sourceObjectMetadata: { __typename: 'Object', id: 'd09f3e9f-9429-4e79-8803-29d5dd1690b3', nameSingular: 'rocket', namePlural: 'rockets', }, sourceFieldMetadata: { __typename: 'Field', id: '474ca305-4369-4c2c-808f-90e619b93d35', name: 'timelineActivities', }, targetObjectMetadata: { __typename: 'Object', id: '99c6e57d-11d0-4f1f-af99-0bb49a28e8f3', nameSingular: 'timelineActivity', namePlural: 'timelineActivities', }, targetFieldMetadata: { __typename: 'Field', id: 'fcc362ff-ef42-4319-b06c-02085d9309a3', name: 'rocket', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'b8545663-db22-42a6-aa05-c1a8d75f6fb6', type: 'RELATION', name: 'taskTargets', label: 'TaskTargets', description: 'TaskTargets tied to the Rocket', icon: 'IconCheckbox', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:39.033Z', updatedAt: '2024-11-06T08:55:39.033Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: '3faa21bf-763c-4487-a9e3-049ec2122acc', direction: 'ONE_TO_MANY', sourceObjectMetadata: { __typename: 'Object', id: 'd09f3e9f-9429-4e79-8803-29d5dd1690b3', nameSingular: 'rocket', namePlural: 'rockets', }, sourceFieldMetadata: { __typename: 'Field', id: 'b8545663-db22-42a6-aa05-c1a8d75f6fb6', name: 'taskTargets', }, targetObjectMetadata: { __typename: 'Object', id: '472aafb6-7f56-4984-be83-5520beab4b32', nameSingular: 'taskTarget', namePlural: 'taskTargets', }, targetFieldMetadata: { __typename: 'Field', id: '774f2183-4eda-4044-ba68-e7129609f363', name: 'rocket', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '8fe08e76-01f7-487a-ada5-7bd2997cb124', type: 'TEXT', name: 'name', label: 'Name', description: 'Name', icon: 'IconAbc', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:38.993Z', updatedAt: '2024-11-06T08:55:38.993Z', defaultValue: "'Untitled'", options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '97e92687-48f2-4618-9985-5408e86853e9', type: 'UUID', name: 'id', label: 'Id', description: 'Id', icon: 'Icon123', isCustom: false, isActive: true, isSystem: true, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:38.993Z', updatedAt: '2024-11-06T08:55:38.993Z', defaultValue: 'uuid', options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '961dea12-8b44-4c5e-be35-43acf6546995', type: 'RELATION', name: 'attachments', label: 'Attachments', description: 'Attachments tied to the Rocket', icon: 'IconFileImport', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:39.033Z', updatedAt: '2024-11-06T08:55:39.033Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: '269b9197-b0de-46c2-92d1-5274ad9025bb', direction: 'ONE_TO_MANY', sourceObjectMetadata: { __typename: 'Object', id: 'd09f3e9f-9429-4e79-8803-29d5dd1690b3', nameSingular: 'rocket', namePlural: 'rockets', }, sourceFieldMetadata: { __typename: 'Field', id: '961dea12-8b44-4c5e-be35-43acf6546995', name: 'attachments', }, targetObjectMetadata: { __typename: 'Object', id: 'a9159d73-fb6d-45ee-aff0-e5e15c6ee8f7', nameSingular: 'attachment', namePlural: 'attachments', }, targetFieldMetadata: { __typename: 'Field', id: '28ed0e0d-128a-4805-b72d-c6123ed64e67', name: 'rocket', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '11d707cd-e047-41c1-ba19-6927af76ce6f', type: 'RELATION', name: 'noteTargets', label: 'NoteTargets', description: 'NoteTargets tied to the Rocket', icon: 'IconCheckbox', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:39.033Z', updatedAt: '2024-11-06T08:55:39.033Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: 'ba819982-3c86-4b27-b161-39de3e96a4ff', direction: 'ONE_TO_MANY', sourceObjectMetadata: { __typename: 'Object', id: 'd09f3e9f-9429-4e79-8803-29d5dd1690b3', nameSingular: 'rocket', namePlural: 'rockets', }, sourceFieldMetadata: { __typename: 'Field', id: '11d707cd-e047-41c1-ba19-6927af76ce6f', name: 'noteTargets', }, targetObjectMetadata: { __typename: 'Object', id: 'ff17ccda-93cb-43ce-8def-4315fef9a01a', nameSingular: 'noteTarget', namePlural: 'noteTargets', }, targetFieldMetadata: { __typename: 'Field', id: '68f44136-bf7e-4bf5-b147-712a0c87e2d2', name: 'rocket', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'f94d5b6c-74ed-4c18-aae9-5cd5354f0a08', type: 'POSITION', name: 'position', label: 'Position', description: 'Position', icon: 'IconHierarchy2', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:38.993Z', updatedAt: '2024-11-06T08:55:38.993Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '1992472b-03a7-48ee-89c0-082ad556e960', type: 'DATE_TIME', name: 'deletedAt', label: 'Deleted at', description: 'Deletion date', icon: 'IconCalendarClock', isCustom: false, isActive: true, isSystem: false, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:38.993Z', updatedAt: '2024-11-06T08:55:38.993Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'bfa5c235-afeb-4f2c-b18a-ac878467221e', type: 'RELATION', name: 'favorites', label: 'Favorites', description: 'Favorites tied to the Rocket', icon: 'IconHeart', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:39.014Z', updatedAt: '2024-11-06T08:55:39.014Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: 'd18c6708-c7a3-474f-88e8-274808c04d06', direction: 'ONE_TO_MANY', sourceObjectMetadata: { __typename: 'Object', id: 'd09f3e9f-9429-4e79-8803-29d5dd1690b3', nameSingular: 'rocket', namePlural: 'rockets', }, sourceFieldMetadata: { __typename: 'Field', id: 'bfa5c235-afeb-4f2c-b18a-ac878467221e', name: 'favorites', }, targetObjectMetadata: { __typename: 'Object', id: '5df3abf5-8d68-4591-8c8e-97b15c33046d', nameSingular: 'favorite', namePlural: 'favorites', }, targetFieldMetadata: { __typename: 'Field', id: 'cc373b3a-9962-4cc9-b0da-c5cc62394529', name: 'rocket', }, }, }, }, ], }, }, }, { __typename: 'ObjectEdge', node: { __typename: 'Object', id: 'c15314ec-878b-4e84-93f7-8fa5af3e199f', dataSourceId: '819c27d5-2d36-4862-af84-5d0c81c9fd69', nameSingular: 'note', namePlural: 'notes', labelSingular: 'Note', labelPlural: 'Notes', description: 'A note', icon: 'IconNotes', isCustom: false, isRemote: false, isActive: true, isSystem: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', labelIdentifierFieldMetadataId: '66286283-dab7-47b0-8f4d-680e81439326', imageIdentifierFieldMetadataId: null, shortcut: 'N', isLabelSyncedWithName: false, indexMetadatas: { __typename: 'ObjectIndexMetadatasConnection', edges: [ { __typename: 'IndexEdge', node: { __typename: 'Index', id: 'b23e2602-2f6e-4128-8845-ddf4ece0c1bd', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', name: 'IDX_f20de8d7fc74a405e4083051275', indexWhereClause: null, indexType: 'GIN', isUnique: false, indexFieldMetadatas: { __typename: 'IndexIndexFieldMetadatasConnection', edges: [ { __typename: 'IndexFieldEdge', node: { __typename: 'IndexField', id: '2275fdf4-d23a-477c-b046-59966b27668f', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', order: 0, fieldMetadataId: 'cbfa98ba-5a2a-4c22-a8f8-a2b471a971fe', }, }, ], }, }, }, ], }, fields: { __typename: 'ObjectFieldsConnection', pageInfo: { __typename: 'PageInfo', hasNextPage: false, hasPreviousPage: false, startCursor: 'YXJyYXljb25uZWN0aW9uOjA=', endCursor: 'YXJyYXljb25uZWN0aW9uOjEy', }, edges: [ { __typename: 'FieldEdge', node: { __typename: 'Field', id: '2ed837c5-2fa4-4ca9-992e-fc07062a0cc5', type: 'UUID', name: 'id', label: 'Id', description: 'Id', icon: 'Icon123', isCustom: false, isActive: true, isSystem: true, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: 'uuid', options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '4df9c68f-5c63-4c66-8db4-266683a4a6a6', type: 'RELATION', name: 'timelineActivities', label: 'Timeline Activities', description: 'Timeline Activities linked to the note.', icon: 'IconTimelineEvent', isCustom: false, isActive: true, isSystem: false, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: '8ee9cfc1-f3a6-4696-9ce9-f2229f01ea02', direction: 'ONE_TO_MANY', sourceObjectMetadata: { __typename: 'Object', id: 'c15314ec-878b-4e84-93f7-8fa5af3e199f', nameSingular: 'note', namePlural: 'notes', }, sourceFieldMetadata: { __typename: 'Field', id: '4df9c68f-5c63-4c66-8db4-266683a4a6a6', name: 'timelineActivities', }, targetObjectMetadata: { __typename: 'Object', id: '99c6e57d-11d0-4f1f-af99-0bb49a28e8f3', nameSingular: 'timelineActivity', namePlural: 'timelineActivities', }, targetFieldMetadata: { __typename: 'Field', id: '9c47883e-bec0-4429-8058-909dde20c752', name: 'note', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '351f6dd8-eefc-4d35-ac08-9e0ddcb47316', type: 'RELATION', name: 'noteTargets', label: 'Relations', description: 'Note targets', icon: 'IconArrowUpRight', isCustom: false, isActive: true, isSystem: false, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: '418e2789-4872-4846-affb-ebbc65acf2a9', direction: 'ONE_TO_MANY', sourceObjectMetadata: { __typename: 'Object', id: 'c15314ec-878b-4e84-93f7-8fa5af3e199f', nameSingular: 'note', namePlural: 'notes', }, sourceFieldMetadata: { __typename: 'Field', id: '351f6dd8-eefc-4d35-ac08-9e0ddcb47316', name: 'noteTargets', }, targetObjectMetadata: { __typename: 'Object', id: 'ff17ccda-93cb-43ce-8def-4315fef9a01a', nameSingular: 'noteTarget', namePlural: 'noteTargets', }, targetFieldMetadata: { __typename: 'Field', id: '91359a06-057f-442b-9d7c-7190554aff81', name: 'note', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '66286283-dab7-47b0-8f4d-680e81439326', type: 'TEXT', name: 'title', label: 'Title', description: 'Note title', icon: 'IconNotes', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: "''", options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '2fdf421d-fab6-4135-81ac-50582724e20e', type: 'RICH_TEXT', name: 'body', label: 'Body', description: 'Note body', icon: 'IconFilePencil', isCustom: false, isActive: true, isSystem: false, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '98182847-8e61-4bf8-be22-31101b52d5d7', type: 'RELATION', name: 'attachments', label: 'Attachments', description: 'Note attachments', icon: 'IconFileImport', isCustom: false, isActive: true, isSystem: false, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: 'bd38f3b4-221b-4d65-a572-d9b96bdd91c0', direction: 'ONE_TO_MANY', sourceObjectMetadata: { __typename: 'Object', id: 'c15314ec-878b-4e84-93f7-8fa5af3e199f', nameSingular: 'note', namePlural: 'notes', }, sourceFieldMetadata: { __typename: 'Field', id: '98182847-8e61-4bf8-be22-31101b52d5d7', name: 'attachments', }, targetObjectMetadata: { __typename: 'Object', id: 'a9159d73-fb6d-45ee-aff0-e5e15c6ee8f7', nameSingular: 'attachment', namePlural: 'attachments', }, targetFieldMetadata: { __typename: 'Field', id: '99b464dc-c166-4b4a-9ee7-96a0aeadc769', name: 'note', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '94f1c407-7ee9-41a4-afe3-4730681ecdbf', type: 'DATE_TIME', name: 'createdAt', label: 'Creation date', description: 'Creation date', icon: 'IconCalendar', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: 'now', options: null, isLabelSyncedWithName: false, settings: { displayAsRelativeDate: true, }, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '81859c53-e924-4049-87c4-6be2982b81ad', type: 'ACTOR', name: 'createdBy', label: 'Created by', description: 'The creator of the record', icon: 'IconCreativeCommonsSa', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: { name: "''", source: "'MANUAL'", }, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'ae8fc040-9e9d-4d4e-b193-ed337f5b7fc5', type: 'DATE_TIME', name: 'updatedAt', label: 'Last update', description: 'Last time the record was changed', icon: 'IconCalendarClock', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: 'now', options: null, isLabelSyncedWithName: false, settings: { displayAsRelativeDate: true, }, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '646981a7-971b-41ac-866c-b044fb86da2f', type: 'POSITION', name: 'position', label: 'Position', description: 'Note record position', icon: 'IconHierarchy2', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'f69fc40d-dc11-4127-b848-f2a11bd63ae5', type: 'RELATION', name: 'favorites', label: 'Favorites', description: 'Favorites linked to the note', icon: 'IconHeart', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: 'a548bd48-7b68-4acc-b42f-967450657628', direction: 'ONE_TO_MANY', sourceObjectMetadata: { __typename: 'Object', id: 'c15314ec-878b-4e84-93f7-8fa5af3e199f', nameSingular: 'note', namePlural: 'notes', }, sourceFieldMetadata: { __typename: 'Field', id: 'f69fc40d-dc11-4127-b848-f2a11bd63ae5', name: 'favorites', }, targetObjectMetadata: { __typename: 'Object', id: '5df3abf5-8d68-4591-8c8e-97b15c33046d', nameSingular: 'favorite', namePlural: 'favorites', }, targetFieldMetadata: { __typename: 'Field', id: '6a86e940-b794-47f0-8e19-2f9cdae0c97a', name: 'note', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '75008a12-664d-462c-8b36-7c2f8a4bf8ab', type: 'DATE_TIME', name: 'deletedAt', label: 'Deleted at', description: 'Date when the record was deleted', icon: 'IconCalendarMinus', isCustom: false, isActive: true, isSystem: false, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: { displayAsRelativeDate: true, }, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'cbfa98ba-5a2a-4c22-a8f8-a2b471a971fe', type: 'TS_VECTOR', name: 'searchVector', label: 'Search vector', description: 'Field used for full-text search', icon: 'IconUser', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, ], }, }, }, { __typename: 'ObjectEdge', node: { __typename: 'Object', id: 'be8f69da-abf5-4812-aecd-10b1358a6e60', dataSourceId: '819c27d5-2d36-4862-af84-5d0c81c9fd69', nameSingular: 'workflowVersion', namePlural: 'workflowVersions', labelSingular: 'Workflow Version', labelPlural: 'Workflow Versions', description: 'A workflow version', icon: 'IconSettingsAutomation', isCustom: false, isRemote: false, isActive: true, isSystem: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', labelIdentifierFieldMetadataId: 'b74aaa4a-9b3a-4aea-8ac2-836711c266cc', imageIdentifierFieldMetadataId: null, shortcut: null, isLabelSyncedWithName: false, indexMetadatas: { __typename: 'ObjectIndexMetadatasConnection', edges: [ { __typename: 'IndexEdge', node: { __typename: 'Index', id: 'b3a6c4e8-a027-4fa8-9de9-1116c2ce6589', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', name: 'IDX_a362c5eff4a28fcdffdd3bdff16', indexWhereClause: null, indexType: 'BTREE', isUnique: false, indexFieldMetadatas: { __typename: 'IndexIndexFieldMetadatasConnection', edges: [ { __typename: 'IndexFieldEdge', node: { __typename: 'IndexField', id: '92829214-4c98-4e4a-ad3e-f34a19575bd2', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', order: 1, fieldMetadataId: 'f5a4f0de-3e78-45dd-88c6-fbb2bc529b6a', }, }, ], }, }, }, ], }, fields: { __typename: 'ObjectFieldsConnection', pageInfo: { __typename: 'PageInfo', hasNextPage: false, hasPreviousPage: false, startCursor: 'YXJyYXljb25uZWN0aW9uOjA=', endCursor: 'YXJyYXljb25uZWN0aW9uOjEz', }, edges: [ { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'd1f6140c-8c53-42f6-a223-1dbfdd2d80d7', type: 'RAW_JSON', name: 'steps', label: 'Version steps', description: 'Json object to provide steps', icon: 'IconSettingsAutomation', isCustom: false, isActive: true, isSystem: false, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '1373d347-a95b-42b3-b536-5ff951ea16e3', type: 'POSITION', name: 'position', label: 'Position', description: 'Workflow version position', icon: 'IconHierarchy2', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '2b029e3d-955c-40ae-b1c5-c66eafa0fb2e', type: 'DATE_TIME', name: 'createdAt', label: 'Creation date', description: 'Creation date', icon: 'IconCalendar', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: 'now', options: null, isLabelSyncedWithName: false, settings: { displayAsRelativeDate: true, }, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '429dddf1-386a-49a2-8d09-063f31419ea0', type: 'RAW_JSON', name: 'trigger', label: 'Version trigger', description: 'Json object to provide trigger', icon: 'IconSettingsAutomation', isCustom: false, isActive: true, isSystem: false, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'd86d0ed9-1e7b-45d5-a29e-f54ff078ac06', type: 'SELECT', name: 'status', label: 'Version status', description: 'The workflow version status', icon: 'IconStatusChange', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: "'DRAFT'", options: [ { id: '2dbce680-b1c5-4819-9d1d-52f91245a47b', color: 'yellow', label: 'Draft', value: 'DRAFT', position: 0, }, { id: '95a70721-ba11-47cf-8c3b-65f8becfbb72', color: 'green', label: 'Active', value: 'ACTIVE', position: 1, }, { id: '92c4b7c3-53f0-4f45-9e66-e993d8cd2f83', color: 'red', label: 'Deactivated', value: 'DEACTIVATED', position: 2, }, { id: 'f59e3f72-2ac5-44cc-9a12-8530f9550cc3', color: 'gray', label: 'Archived', value: 'ARCHIVED', position: 3, }, ], isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'b74aaa4a-9b3a-4aea-8ac2-836711c266cc', type: 'TEXT', name: 'name', label: 'Name', description: 'The workflow version name', icon: 'IconSettingsAutomation', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: "''", options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'f5a4f0de-3e78-45dd-88c6-fbb2bc529b6a', type: 'DATE_TIME', name: 'deletedAt', label: 'Deleted at', description: 'Date when the record was deleted', icon: 'IconCalendarMinus', isCustom: false, isActive: true, isSystem: false, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: { displayAsRelativeDate: true, }, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'ee89ea67-ca18-4690-951e-33f4f17738f1', type: 'UUID', name: 'id', label: 'Id', description: 'Id', icon: 'Icon123', isCustom: false, isActive: true, isSystem: true, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: 'uuid', options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'f4ece4f3-3b5a-47a9-8228-9cb09ea40c58', type: 'RELATION', name: 'timelineActivities', label: 'Timeline Activities', description: 'Timeline activities linked to the version', icon: null, isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: 'e45268bb-5ec3-41b2-aff1-de4b9f5a1c72', direction: 'ONE_TO_MANY', sourceObjectMetadata: { __typename: 'Object', id: 'be8f69da-abf5-4812-aecd-10b1358a6e60', nameSingular: 'workflowVersion', namePlural: 'workflowVersions', }, sourceFieldMetadata: { __typename: 'Field', id: 'f4ece4f3-3b5a-47a9-8228-9cb09ea40c58', name: 'timelineActivities', }, targetObjectMetadata: { __typename: 'Object', id: '99c6e57d-11d0-4f1f-af99-0bb49a28e8f3', nameSingular: 'timelineActivity', namePlural: 'timelineActivities', }, targetFieldMetadata: { __typename: 'Field', id: '5da79e1e-e762-4bf2-ad62-9b2c32ee998b', name: 'workflowVersion', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'adb232d2-7a84-4fd4-b338-5c0a33adfa61', type: 'RELATION', name: 'runs', label: 'Runs', description: 'Workflow runs linked to the version.', icon: 'IconRun', isCustom: false, isActive: true, isSystem: false, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: '19b0458a-af41-4519-b44b-01c91f0b63d5', direction: 'ONE_TO_MANY', sourceObjectMetadata: { __typename: 'Object', id: 'be8f69da-abf5-4812-aecd-10b1358a6e60', nameSingular: 'workflowVersion', namePlural: 'workflowVersions', }, sourceFieldMetadata: { __typename: 'Field', id: 'adb232d2-7a84-4fd4-b338-5c0a33adfa61', name: 'runs', }, targetObjectMetadata: { __typename: 'Object', id: '855240cc-3209-4511-8c6a-10f8ce253a2a', nameSingular: 'workflowRun', namePlural: 'workflowRuns', }, targetFieldMetadata: { __typename: 'Field', id: '767fbad6-ff8c-4e97-b61e-b294768ba2b6', name: 'workflowVersion', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '4c7174f2-42a5-47d8-871c-e4ae7e7b57f0', type: 'RELATION', name: 'favorites', label: 'Favorites', description: 'Favorites linked to the workflow version', icon: 'IconHeart', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: 'a52d2763-84b2-4ce0-b014-99d23e3590e9', direction: 'ONE_TO_MANY', sourceObjectMetadata: { __typename: 'Object', id: 'be8f69da-abf5-4812-aecd-10b1358a6e60', nameSingular: 'workflowVersion', namePlural: 'workflowVersions', }, sourceFieldMetadata: { __typename: 'Field', id: '4c7174f2-42a5-47d8-871c-e4ae7e7b57f0', name: 'favorites', }, targetObjectMetadata: { __typename: 'Object', id: '5df3abf5-8d68-4591-8c8e-97b15c33046d', nameSingular: 'favorite', namePlural: 'favorites', }, targetFieldMetadata: { __typename: 'Field', id: '6780cb01-6edb-488b-b6a8-6d6cabfd5191', name: 'workflowVersion', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'ff93f20e-52ee-41b6-9934-c1f2ef17956b', type: 'UUID', name: 'workflowId', label: 'Workflow id (foreign key)', description: 'WorkflowVersion workflow id foreign key', icon: 'IconSettingsAutomation', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '82ce9042-6e3c-4007-ae5e-16755360aca3', type: 'DATE_TIME', name: 'updatedAt', label: 'Last update', description: 'Last time the record was changed', icon: 'IconCalendarClock', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: 'now', options: null, isLabelSyncedWithName: false, settings: { displayAsRelativeDate: true, }, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '823d5293-0e17-4446-953b-d45e49c7b362', type: 'RELATION', name: 'workflow', label: 'Workflow', description: 'WorkflowVersion workflow', icon: 'IconSettingsAutomation', isCustom: false, isActive: true, isSystem: false, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: '226a5a1c-406d-46c6-8731-5a64eb6df6ba', direction: 'MANY_TO_ONE', sourceObjectMetadata: { __typename: 'Object', id: 'be8f69da-abf5-4812-aecd-10b1358a6e60', nameSingular: 'workflowVersion', namePlural: 'workflowVersions', }, sourceFieldMetadata: { __typename: 'Field', id: '823d5293-0e17-4446-953b-d45e49c7b362', name: 'workflow', }, targetObjectMetadata: { __typename: 'Object', id: '5dc29a2c-d985-48fc-bad4-6e3f8623f811', nameSingular: 'workflow', namePlural: 'workflows', }, targetFieldMetadata: { __typename: 'Field', id: '3a848b0d-4059-47da-808d-f3b6a9287c24', name: 'versions', }, }, }, }, ], }, }, }, { __typename: 'ObjectEdge', node: { __typename: 'Object', id: 'bde4303b-1460-4976-9465-d201f1384464', dataSourceId: '819c27d5-2d36-4862-af84-5d0c81c9fd69', nameSingular: 'message', namePlural: 'messages', labelSingular: 'Message', labelPlural: 'Messages', description: 'Message', icon: 'IconMessage', isCustom: false, isRemote: false, isActive: true, isSystem: true, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', labelIdentifierFieldMetadataId: 'fa033341-3142-464a-bbd3-a1d392d73124', imageIdentifierFieldMetadataId: null, shortcut: null, isLabelSyncedWithName: false, indexMetadatas: { __typename: 'ObjectIndexMetadatasConnection', edges: [ { __typename: 'IndexEdge', node: { __typename: 'Index', id: 'c78b10d6-1a0c-43d7-bfdc-d1e26c5dfbbe', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', name: 'IDX_78fa73d661d632619e17de211e6', indexWhereClause: null, indexType: 'BTREE', isUnique: false, indexFieldMetadatas: { __typename: 'IndexIndexFieldMetadatasConnection', edges: [ { __typename: 'IndexFieldEdge', node: { __typename: 'IndexField', id: '6166c8dd-078b-43d7-894d-178c56b9dc63', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', order: 0, fieldMetadataId: '3d0a80bf-1e7e-415e-9514-93b143f7e744', }, }, { __typename: 'IndexFieldEdge', node: { __typename: 'IndexField', id: '877bf8ff-3893-482e-b0f8-00275c3d3b45', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', order: 1, fieldMetadataId: 'af4c6c71-5834-4c3e-ab1f-facb11020006', }, }, ], }, }, }, ], }, fields: { __typename: 'ObjectFieldsConnection', pageInfo: { __typename: 'PageInfo', hasNextPage: false, hasPreviousPage: false, startCursor: 'YXJyYXljb25uZWN0aW9uOjA=', endCursor: 'YXJyYXljb25uZWN0aW9uOjEx', }, edges: [ { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'af4c6c71-5834-4c3e-ab1f-facb11020006', type: 'DATE_TIME', name: 'deletedAt', label: 'Deleted at', description: 'Date when the record was deleted', icon: 'IconCalendarMinus', isCustom: false, isActive: true, isSystem: false, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: { displayAsRelativeDate: true, }, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '28622730-ab68-4729-8ba5-bb16750dac7d', type: 'RELATION', name: 'messageParticipants', label: 'Message Participants', description: 'Message Participants', icon: 'IconUserCircle', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: '70d3e4a7-6279-4d2d-bd62-45517b77e5fe', direction: 'ONE_TO_MANY', sourceObjectMetadata: { __typename: 'Object', id: 'bde4303b-1460-4976-9465-d201f1384464', nameSingular: 'message', namePlural: 'messages', }, sourceFieldMetadata: { __typename: 'Field', id: '28622730-ab68-4729-8ba5-bb16750dac7d', name: 'messageParticipants', }, targetObjectMetadata: { __typename: 'Object', id: '5c073dd8-4a3c-4618-b01a-31829217f4e1', nameSingular: 'messageParticipant', namePlural: 'messageParticipants', }, targetFieldMetadata: { __typename: 'Field', id: '4502b888-8f7c-453e-9168-cad1eb72758e', name: 'message', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '68915508-bdef-4009-8fd3-c669b9851fa5', type: 'RELATION', name: 'messageChannelMessageAssociations', label: 'Message Channel Association', description: 'Messages from the channel.', icon: 'IconMessage', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: '01be1981-d5ee-4a62-9965-b6bff417b936', direction: 'ONE_TO_MANY', sourceObjectMetadata: { __typename: 'Object', id: 'bde4303b-1460-4976-9465-d201f1384464', nameSingular: 'message', namePlural: 'messages', }, sourceFieldMetadata: { __typename: 'Field', id: '68915508-bdef-4009-8fd3-c669b9851fa5', name: 'messageChannelMessageAssociations', }, targetObjectMetadata: { __typename: 'Object', id: 'a44b8dd2-ff40-4de8-a745-d7801c862540', nameSingular: 'messageChannelMessageAssociation', namePlural: 'messageChannelMessageAssociations', }, targetFieldMetadata: { __typename: 'Field', id: '54d3e677-44a8-4e28-85bf-b776b2be7320', name: 'message', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'b96d42be-8b1c-4734-974a-69a36cef5301', type: 'RELATION', name: 'messageThread', label: 'Message Thread Id', description: 'Message Thread Id', icon: 'IconHash', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: '011926de-cbef-428c-9455-cb62e5c5a47a', direction: 'MANY_TO_ONE', sourceObjectMetadata: { __typename: 'Object', id: 'bde4303b-1460-4976-9465-d201f1384464', nameSingular: 'message', namePlural: 'messages', }, sourceFieldMetadata: { __typename: 'Field', id: 'b96d42be-8b1c-4734-974a-69a36cef5301', name: 'messageThread', }, targetObjectMetadata: { __typename: 'Object', id: '3431521e-1f46-4c4f-9547-4ea6a125544f', nameSingular: 'messageThread', namePlural: 'messageThreads', }, targetFieldMetadata: { __typename: 'Field', id: '7cdd6d88-674c-456d-ba5e-f895ec094fc9', name: 'messages', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '4150a278-b4a9-4133-b891-e6eee748df72', type: 'DATE_TIME', name: 'updatedAt', label: 'Last update', description: 'Last time the record was changed', icon: 'IconCalendarClock', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: 'now', options: null, isLabelSyncedWithName: false, settings: { displayAsRelativeDate: true, }, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '19e6b427-7964-4fc4-bdf3-6761d2200300', type: 'UUID', name: 'id', label: 'Id', description: 'Id', icon: 'Icon123', isCustom: false, isActive: true, isSystem: true, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: 'uuid', options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'ad912110-0487-4d2f-9cc2-081d2ec8957c', type: 'TEXT', name: 'headerMessageId', label: 'Header message Id', description: 'Message id from the message header', icon: 'IconHash', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: "''", options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '3d0a80bf-1e7e-415e-9514-93b143f7e744', type: 'UUID', name: 'messageThreadId', label: 'Message Thread Id id (foreign key)', description: 'Message Thread Id id foreign key', icon: 'IconHash', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'b4e4cbd1-f26d-4479-8daf-817c6588294f', type: 'TEXT', name: 'text', label: 'Text', description: 'Text', icon: 'IconMessage', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: "''", options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '13ac81bb-bd63-4974-b174-dd8a1faf558c', type: 'DATE_TIME', name: 'receivedAt', label: 'Received At', description: 'The date the message was received', icon: 'IconCalendar', isCustom: false, isActive: true, isSystem: false, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'fa033341-3142-464a-bbd3-a1d392d73124', type: 'TEXT', name: 'subject', label: 'Subject', description: 'Subject', icon: 'IconMessage', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: "''", options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'c1847911-0933-46de-8c91-551c0e30faa5', type: 'DATE_TIME', name: 'createdAt', label: 'Creation date', description: 'Creation date', icon: 'IconCalendar', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: 'now', options: null, isLabelSyncedWithName: false, settings: { displayAsRelativeDate: true, }, relationDefinition: null, }, }, ], }, }, }, { __typename: 'ObjectEdge', node: { __typename: 'Object', id: 'b2854fba-b070-4381-84fc-b7d2e8a9ef35', dataSourceId: '819c27d5-2d36-4862-af84-5d0c81c9fd69', nameSingular: 'viewFilterGroup', namePlural: 'viewFilterGroups', labelSingular: 'View Filter Group', labelPlural: 'View Filter Groups', description: '(System) View Filter Groups', icon: 'IconFilterBolt', isCustom: false, isRemote: false, isActive: true, isSystem: true, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', labelIdentifierFieldMetadataId: '06c7d2f7-058a-45d6-957d-852b038367a8', imageIdentifierFieldMetadataId: null, shortcut: null, isLabelSyncedWithName: false, indexMetadatas: { __typename: 'ObjectIndexMetadatasConnection', edges: [ { __typename: 'IndexEdge', node: { __typename: 'Index', id: 'e035d97d-f283-4a12-b912-409ff7eaeeaf', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', name: 'IDX_64ce6940a9464cd62484d52fb08', indexWhereClause: null, indexType: 'BTREE', isUnique: false, indexFieldMetadatas: { __typename: 'IndexIndexFieldMetadatasConnection', edges: [ { __typename: 'IndexFieldEdge', node: { __typename: 'IndexField', id: 'e048669e-d638-4c9a-a40a-e611b2c14f25', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', order: 1, fieldMetadataId: '72ebdeac-5f19-4d36-b647-558af0113710', }, }, ], }, }, }, ], }, fields: { __typename: 'ObjectFieldsConnection', pageInfo: { __typename: 'PageInfo', hasNextPage: false, hasPreviousPage: false, startCursor: 'YXJyYXljb25uZWN0aW9uOjA=', endCursor: 'YXJyYXljb25uZWN0aW9uOjg=', }, edges: [ { __typename: 'FieldEdge', node: { __typename: 'Field', id: '008c919f-2b82-4241-9f88-075d00e4b59f', type: 'SELECT', name: 'logicalOperator', label: 'Logical Operator', description: 'Logical operator for the filter group', icon: null, isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: "'NOT'", options: [ { id: 'b50aaaaf-71c8-47d8-a12a-dd2ede4cd2fb', color: 'blue', label: 'AND', value: 'AND', position: 0, }, { id: '947fca59-07a5-4862-9c43-2f6ceacf4f5b', color: 'green', label: 'OR', value: 'OR', position: 1, }, { id: 'df0afd23-39fc-4f94-98f0-00d0f0944d0e', color: 'red', label: 'NOT', value: 'NOT', position: 2, }, ], isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'cf8db26d-3431-4704-9d54-6fe0e6f5110f', type: 'POSITION', name: 'positionInViewFilterGroup', label: 'Position in view filter group', description: 'Position in the parent view filter group', icon: 'IconHierarchy2', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '06c7d2f7-058a-45d6-957d-852b038367a8', type: 'UUID', name: 'id', label: 'Id', description: 'Id', icon: 'Icon123', isCustom: false, isActive: true, isSystem: true, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: 'uuid', options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'dfcd6138-b3a8-4d2c-9d42-90553452136a', type: 'DATE_TIME', name: 'createdAt', label: 'Creation date', description: 'Creation date', icon: 'IconCalendar', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: 'now', options: null, isLabelSyncedWithName: false, settings: { displayAsRelativeDate: true, }, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'af87e66e-510b-42d3-b46a-2fd47aa66504', type: 'DATE_TIME', name: 'updatedAt', label: 'Last update', description: 'Last time the record was changed', icon: 'IconCalendarClock', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: 'now', options: null, isLabelSyncedWithName: false, settings: { displayAsRelativeDate: true, }, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'd7f7b2a6-044c-4176-80e3-84af29060b9b', type: 'UUID', name: 'viewId', label: 'View id (foreign key)', description: 'View id foreign key', icon: null, isCustom: false, isActive: true, isSystem: true, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '72ebdeac-5f19-4d36-b647-558af0113710', type: 'DATE_TIME', name: 'deletedAt', label: 'Deleted at', description: 'Date when the record was deleted', icon: 'IconCalendarMinus', isCustom: false, isActive: true, isSystem: false, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: { displayAsRelativeDate: true, }, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'eb486ac9-0467-4c92-bb68-acb921408d25', type: 'UUID', name: 'parentViewFilterGroupId', label: 'Parent View Filter Group Id', description: 'Parent View Filter Group', icon: null, isCustom: false, isActive: true, isSystem: false, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'e486cbc4-18a5-48a2-b89f-f3287e1777b4', type: 'RELATION', name: 'view', label: 'View', description: 'View', icon: null, isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: '111bf30f-3b35-4a46-b532-3c5241513736', direction: 'MANY_TO_ONE', sourceObjectMetadata: { __typename: 'Object', id: 'b2854fba-b070-4381-84fc-b7d2e8a9ef35', nameSingular: 'viewFilterGroup', namePlural: 'viewFilterGroups', }, sourceFieldMetadata: { __typename: 'Field', id: 'e486cbc4-18a5-48a2-b89f-f3287e1777b4', name: 'view', }, targetObjectMetadata: { __typename: 'Object', id: '59c24d15-6d80-4f09-a563-0a595f5c83a8', nameSingular: 'view', namePlural: 'views', }, targetFieldMetadata: { __typename: 'Field', id: 'a73a200a-8fdd-45e5-a302-e15e93e45a99', name: 'viewFilterGroups', }, }, }, }, ], }, }, }, { __typename: 'ObjectEdge', node: { __typename: 'Object', id: 'a9159d73-fb6d-45ee-aff0-e5e15c6ee8f7', dataSourceId: '819c27d5-2d36-4862-af84-5d0c81c9fd69', nameSingular: 'attachment', namePlural: 'attachments', labelSingular: 'Attachment', labelPlural: 'Attachments', description: 'An attachment', icon: 'IconFileImport', isCustom: false, isRemote: false, isActive: true, isSystem: true, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', labelIdentifierFieldMetadataId: '9ccabd1a-2ba5-4129-a9d2-c90764f52f69', imageIdentifierFieldMetadataId: null, shortcut: null, isLabelSyncedWithName: false, indexMetadatas: { __typename: 'ObjectIndexMetadatasConnection', edges: [ { __typename: 'IndexEdge', node: { __typename: 'Index', id: 'e1efc2f2-5b1e-4ff9-b1f7-570cd350a2d9', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', name: 'IDX_3ca1d5243ff67f58c7c65c9a8a2', indexWhereClause: null, indexType: 'BTREE', isUnique: false, indexFieldMetadatas: { __typename: 'IndexIndexFieldMetadatasConnection', edges: [], }, }, }, { __typename: 'IndexEdge', node: { __typename: 'Index', id: 'cfeb79df-061a-4cd1-af88-cc4667dea6ab', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', name: 'IDX_91e687ea21123af4e02c9a07a43', indexWhereClause: null, indexType: 'BTREE', isUnique: false, indexFieldMetadatas: { __typename: 'IndexIndexFieldMetadatasConnection', edges: [ { __typename: 'IndexFieldEdge', node: { __typename: 'IndexField', id: '7e98d582-0851-40f9-a672-fc5956525608', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', order: 1, fieldMetadataId: '22e2faeb-d9b7-4f9b-b0bd-53d54afbfbc8', }, }, ], }, }, }, { __typename: 'IndexEdge', node: { __typename: 'Index', id: '9d5d162b-d6b1-440e-a3cb-d0502826c27f', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', name: 'IDX_2055e4e583e9a2e5b4c239fd992', indexWhereClause: null, indexType: 'BTREE', isUnique: false, indexFieldMetadatas: { __typename: 'IndexIndexFieldMetadatasConnection', edges: [ { __typename: 'IndexFieldEdge', node: { __typename: 'IndexField', id: '776b03e8-3149-40a9-a217-a4f9fd552f40', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', order: 1, fieldMetadataId: '22e2faeb-d9b7-4f9b-b0bd-53d54afbfbc8', }, }, { __typename: 'IndexFieldEdge', node: { __typename: 'IndexField', id: '5846c702-46aa-4e1b-805d-0cb420a53700', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', order: 0, fieldMetadataId: '84dfb399-4920-4142-880c-acb01c5c9605', }, }, ], }, }, }, { __typename: 'IndexEdge', node: { __typename: 'Index', id: 'ae596949-af2a-4ebb-9be9-a379042f1b9d', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', name: 'IDX_30f969e0ec549acca94396d3efe', indexWhereClause: null, indexType: 'BTREE', isUnique: false, indexFieldMetadatas: { __typename: 'IndexIndexFieldMetadatasConnection', edges: [ { __typename: 'IndexFieldEdge', node: { __typename: 'IndexField', id: 'fafa0f54-9f33-4be2-842d-8b0f5c3e0d86', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', order: 1, fieldMetadataId: '22e2faeb-d9b7-4f9b-b0bd-53d54afbfbc8', }, }, ], }, }, }, { __typename: 'IndexEdge', node: { __typename: 'Index', id: 'd7e57514-121e-488e-b08c-c93deb3d1f1e', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', name: 'IDX_73615a6bdc972b013956b19c59e', indexWhereClause: null, indexType: 'BTREE', isUnique: false, indexFieldMetadatas: { __typename: 'IndexIndexFieldMetadatasConnection', edges: [ { __typename: 'IndexFieldEdge', node: { __typename: 'IndexField', id: 'e7f5ea83-ffa3-46e2-b6f5-d1305ae0407c', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', order: 0, fieldMetadataId: '04fcb171-7871-4070-9bbe-bcd30f0c1ea0', }, }, ], }, }, }, { __typename: 'IndexEdge', node: { __typename: 'Index', id: 'f0b9af7d-1f65-4280-8c63-5e8dca03e5f8', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', name: 'IDX_0698fed0e67005b7051b5d353b6', indexWhereClause: null, indexType: 'BTREE', isUnique: false, indexFieldMetadatas: { __typename: 'IndexIndexFieldMetadatasConnection', edges: [ { __typename: 'IndexFieldEdge', node: { __typename: 'IndexField', id: '785f3ddc-3c90-4246-97b8-64a480daa382', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', order: 1, fieldMetadataId: '22e2faeb-d9b7-4f9b-b0bd-53d54afbfbc8', }, }, ], }, }, }, ], }, fields: { __typename: 'ObjectFieldsConnection', pageInfo: { __typename: 'PageInfo', hasNextPage: false, hasPreviousPage: false, startCursor: 'YXJyYXljb25uZWN0aW9uOjA=', endCursor: 'YXJyYXljb25uZWN0aW9uOjIw', }, edges: [ { __typename: 'FieldEdge', node: { __typename: 'Field', id: '9ccabd1a-2ba5-4129-a9d2-c90764f52f69', type: 'TEXT', name: 'name', label: 'Name', description: 'Attachment name', icon: 'IconFileUpload', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: "''", options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '77ff78f6-6989-463c-b04f-3f704b8c2cd2', type: 'RELATION', name: 'author', label: 'Author', description: 'Attachment author', icon: 'IconCircleUser', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: 'cc2f9ddc-40f6-4923-ac09-0772b21c1a59', direction: 'MANY_TO_ONE', sourceObjectMetadata: { __typename: 'Object', id: 'a9159d73-fb6d-45ee-aff0-e5e15c6ee8f7', nameSingular: 'attachment', namePlural: 'attachments', }, sourceFieldMetadata: { __typename: 'Field', id: '77ff78f6-6989-463c-b04f-3f704b8c2cd2', name: 'author', }, targetObjectMetadata: { __typename: 'Object', id: '6c349123-a42c-4f53-a140-41ac74c6718f', nameSingular: 'workspaceMember', namePlural: 'workspaceMembers', }, targetFieldMetadata: { __typename: 'Field', id: '0957bbcb-6b05-4a85-9fa9-4dd9eb5e0515', name: 'authoredAttachments', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '28ed0e0d-128a-4805-b72d-c6123ed64e67', type: 'RELATION', name: 'rocket', label: 'Rocket', description: 'Attachment Rocket', icon: 'IconBuildingSkyscraper', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:39.033Z', updatedAt: '2024-11-06T08:55:39.033Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: '269b9197-b0de-46c2-92d1-5274ad9025bb', direction: 'MANY_TO_ONE', sourceObjectMetadata: { __typename: 'Object', id: 'a9159d73-fb6d-45ee-aff0-e5e15c6ee8f7', nameSingular: 'attachment', namePlural: 'attachments', }, sourceFieldMetadata: { __typename: 'Field', id: '28ed0e0d-128a-4805-b72d-c6123ed64e67', name: 'rocket', }, targetObjectMetadata: { __typename: 'Object', id: 'd09f3e9f-9429-4e79-8803-29d5dd1690b3', nameSingular: 'rocket', namePlural: 'rockets', }, targetFieldMetadata: { __typename: 'Field', id: '961dea12-8b44-4c5e-be35-43acf6546995', name: 'attachments', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '8af50db4-75ca-4a4e-a2c8-9f8906a66f1e', type: 'UUID', name: 'rocketId', label: 'Rocket ID (foreign key)', description: 'Attachment Rocket id foreign key', icon: null, isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:39.027Z', updatedAt: '2024-11-06T08:55:39.027Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: { isForeignKey: true, }, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '3036a88c-b771-41f9-a7a0-83cad04a8285', type: 'UUID', name: 'id', label: 'Id', description: 'Id', icon: 'Icon123', isCustom: false, isActive: true, isSystem: true, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: 'uuid', options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'fbf847a2-87f8-467d-9296-d4fbc39ef0d0', type: 'TEXT', name: 'type', label: 'Type', description: 'Attachment type', icon: 'IconList', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: "''", options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '84dfb399-4920-4142-880c-acb01c5c9605', type: 'UUID', name: 'taskId', label: 'Task id (foreign key)', description: 'Attachment task id foreign key', icon: 'IconNotes', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '334e6c2f-6df7-48fe-a7cc-de99dbc12ae0', type: 'TEXT', name: 'fullPath', label: 'Full path', description: 'Attachment full path', icon: 'IconLink', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: "''", options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '6dbb8425-bf4f-4a94-9f61-b56b0ba74025', type: 'UUID', name: 'personId', label: 'Person id (foreign key)', description: 'Attachment person id foreign key', icon: 'IconUser', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '893d1cf8-4328-4f85-8fab-141a89e40136', type: 'RELATION', name: 'task', label: 'Task', description: 'Attachment task', icon: 'IconNotes', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: 'efb0c356-d1ad-4f75-93b0-2f1d32b9f661', direction: 'MANY_TO_ONE', sourceObjectMetadata: { __typename: 'Object', id: 'a9159d73-fb6d-45ee-aff0-e5e15c6ee8f7', nameSingular: 'attachment', namePlural: 'attachments', }, sourceFieldMetadata: { __typename: 'Field', id: '893d1cf8-4328-4f85-8fab-141a89e40136', name: 'task', }, targetObjectMetadata: { __typename: 'Object', id: '3499fd6b-c739-46d3-86c7-d85c8ca7ca90', nameSingular: 'task', namePlural: 'tasks', }, targetFieldMetadata: { __typename: 'Field', id: '49911c20-2848-4c9b-82da-a106bcb040f4', name: 'attachments', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '04fcb171-7871-4070-9bbe-bcd30f0c1ea0', type: 'UUID', name: 'opportunityId', label: 'Opportunity id (foreign key)', description: 'Attachment opportunity id foreign key', icon: 'IconBuildingSkyscraper', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'a57d9ded-e8c2-46df-bebe-a69970da3bca', type: 'RELATION', name: 'company', label: 'Company', description: 'Attachment company', icon: 'IconBuildingSkyscraper', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: '954b9dd4-9351-4a27-9d2a-fd08ac949078', direction: 'MANY_TO_ONE', sourceObjectMetadata: { __typename: 'Object', id: 'a9159d73-fb6d-45ee-aff0-e5e15c6ee8f7', nameSingular: 'attachment', namePlural: 'attachments', }, sourceFieldMetadata: { __typename: 'Field', id: 'a57d9ded-e8c2-46df-bebe-a69970da3bca', name: 'company', }, targetObjectMetadata: { __typename: 'Object', id: 'e2e9bdde-68e5-455f-8459-5c34ef3b7223', nameSingular: 'company', namePlural: 'companies', }, targetFieldMetadata: { __typename: 'Field', id: 'f567009c-c0c6-497e-b9ff-8ba029acd90c', name: 'attachments', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'dfaf5df3-c9f8-4f1b-b0ee-a259109aa12c', type: 'UUID', name: 'companyId', label: 'Company id (foreign key)', description: 'Attachment company id foreign key', icon: 'IconBuildingSkyscraper', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '92b43ed6-98ea-4665-b347-9f441391b67b', type: 'RELATION', name: 'person', label: 'Person', description: 'Attachment person', icon: 'IconUser', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: '16740a4d-695d-42e5-b9dd-a19856763cf0', direction: 'MANY_TO_ONE', sourceObjectMetadata: { __typename: 'Object', id: 'a9159d73-fb6d-45ee-aff0-e5e15c6ee8f7', nameSingular: 'attachment', namePlural: 'attachments', }, sourceFieldMetadata: { __typename: 'Field', id: '92b43ed6-98ea-4665-b347-9f441391b67b', name: 'person', }, targetObjectMetadata: { __typename: 'Object', id: '0da1c90e-54e6-496d-b06e-9318a69f51b2', nameSingular: 'person', namePlural: 'people', }, targetFieldMetadata: { __typename: 'Field', id: '2c12ec8a-4432-4d9d-adad-bc27ca09417c', name: 'attachments', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '99b464dc-c166-4b4a-9ee7-96a0aeadc769', type: 'RELATION', name: 'note', label: 'Note', description: 'Attachment note', icon: 'IconNotes', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: 'bd38f3b4-221b-4d65-a572-d9b96bdd91c0', direction: 'MANY_TO_ONE', sourceObjectMetadata: { __typename: 'Object', id: 'a9159d73-fb6d-45ee-aff0-e5e15c6ee8f7', nameSingular: 'attachment', namePlural: 'attachments', }, sourceFieldMetadata: { __typename: 'Field', id: '99b464dc-c166-4b4a-9ee7-96a0aeadc769', name: 'note', }, targetObjectMetadata: { __typename: 'Object', id: 'c15314ec-878b-4e84-93f7-8fa5af3e199f', nameSingular: 'note', namePlural: 'notes', }, targetFieldMetadata: { __typename: 'Field', id: '98182847-8e61-4bf8-be22-31101b52d5d7', name: 'attachments', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'e6f53aad-d00f-4728-9604-11bf7772380b', type: 'UUID', name: 'noteId', label: 'Note id (foreign key)', description: 'Attachment note id foreign key', icon: 'IconNotes', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'dceb1005-3180-4777-be19-01b4886994fa', type: 'DATE_TIME', name: 'updatedAt', label: 'Last update', description: 'Last time the record was changed', icon: 'IconCalendarClock', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: 'now', options: null, isLabelSyncedWithName: false, settings: { displayAsRelativeDate: true, }, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '531a679e-9029-4e64-925d-c7c2b12fd883', type: 'UUID', name: 'authorId', label: 'Author id (foreign key)', description: 'Attachment author id foreign key', icon: 'IconCircleUser', isCustom: false, isActive: true, isSystem: true, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '22e2faeb-d9b7-4f9b-b0bd-53d54afbfbc8', type: 'DATE_TIME', name: 'deletedAt', label: 'Deleted at', description: 'Date when the record was deleted', icon: 'IconCalendarMinus', isCustom: false, isActive: true, isSystem: false, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: { displayAsRelativeDate: true, }, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '4e7b7cc8-c222-40a7-8909-839193963da1', type: 'RELATION', name: 'opportunity', label: 'Opportunity', description: 'Attachment opportunity', icon: 'IconBuildingSkyscraper', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: '62e16e78-1972-4195-b860-434239f9f7d8', direction: 'MANY_TO_ONE', sourceObjectMetadata: { __typename: 'Object', id: 'a9159d73-fb6d-45ee-aff0-e5e15c6ee8f7', nameSingular: 'attachment', namePlural: 'attachments', }, sourceFieldMetadata: { __typename: 'Field', id: '4e7b7cc8-c222-40a7-8909-839193963da1', name: 'opportunity', }, targetObjectMetadata: { __typename: 'Object', id: '8b1e1c30-3503-4bf8-ad90-882bef627fee', nameSingular: 'opportunity', namePlural: 'opportunities', }, targetFieldMetadata: { __typename: 'Field', id: '926c81d6-4a9c-41c9-8eb8-27070ee8ffc2', name: 'attachments', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '3f1c182e-7de9-4bc6-8d7a-70a092c3c34a', type: 'DATE_TIME', name: 'createdAt', label: 'Creation date', description: 'Creation date', icon: 'IconCalendar', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: 'now', options: null, isLabelSyncedWithName: false, settings: { displayAsRelativeDate: true, }, relationDefinition: null, }, }, ], }, }, }, { __typename: 'ObjectEdge', node: { __typename: 'Object', id: 'a7d21400-4d2c-4555-8555-b2343e03c9d8', dataSourceId: '819c27d5-2d36-4862-af84-5d0c81c9fd69', nameSingular: 'viewFilter', namePlural: 'viewFilters', labelSingular: 'View Filter', labelPlural: 'View Filters', description: '(System) View Filters', icon: 'IconFilterBolt', isCustom: false, isRemote: false, isActive: true, isSystem: true, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', labelIdentifierFieldMetadataId: 'cd4d26ac-dc1a-44e4-9b81-754f81c193ba', imageIdentifierFieldMetadataId: null, shortcut: null, isLabelSyncedWithName: false, indexMetadatas: { __typename: 'ObjectIndexMetadatasConnection', edges: [ { __typename: 'IndexEdge', node: { __typename: 'Index', id: 'ac41c1fa-8854-44e9-b5f1-482c97bb8480', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', name: 'IDX_5653b106ee9a9e3d5c1c790419a', indexWhereClause: null, indexType: 'BTREE', isUnique: false, indexFieldMetadatas: { __typename: 'IndexIndexFieldMetadatasConnection', edges: [ { __typename: 'IndexFieldEdge', node: { __typename: 'IndexField', id: 'c1bc392e-ed33-4bd5-814b-9d8112cd3d4d', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', order: 1, fieldMetadataId: '5ab58ad5-b307-4835-ba80-ae079a7df74c', }, }, { __typename: 'IndexFieldEdge', node: { __typename: 'IndexField', id: '73c7b455-a375-4c6c-97a6-5ed9ec81d395', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', order: 0, fieldMetadataId: '4f1f9347-92c8-45a6-a339-3b8679fe9d47', }, }, ], }, }, }, ], }, fields: { __typename: 'ObjectFieldsConnection', pageInfo: { __typename: 'PageInfo', hasNextPage: false, hasPreviousPage: false, startCursor: 'YXJyYXljb25uZWN0aW9uOjA=', endCursor: 'YXJyYXljb25uZWN0aW9uOjEx', }, edges: [ { __typename: 'FieldEdge', node: { __typename: 'Field', id: '7dfdfd5a-6d25-4983-8552-7e56937c60c8', type: 'TEXT', name: 'operand', label: 'Operand', description: 'View Filter operand', icon: null, isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: "'Contains'", options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'fd7b27b6-a718-4fa9-a9e6-ed917f0f2e0a', type: 'TEXT', name: 'displayValue', label: 'Display Value', description: 'View Filter Display Value', icon: null, isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: "''", options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '5ab58ad5-b307-4835-ba80-ae079a7df74c', type: 'DATE_TIME', name: 'deletedAt', label: 'Deleted at', description: 'Date when the record was deleted', icon: 'IconCalendarMinus', isCustom: false, isActive: true, isSystem: false, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: { displayAsRelativeDate: true, }, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'cd4d26ac-dc1a-44e4-9b81-754f81c193ba', type: 'UUID', name: 'id', label: 'Id', description: 'Id', icon: 'Icon123', isCustom: false, isActive: true, isSystem: true, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: 'uuid', options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'e820c5ef-c005-49ea-8884-14a5187e6c9f', type: 'POSITION', name: 'positionInViewFilterGroup', label: 'Position in view filter group', description: 'Position in the view filter group', icon: 'IconHierarchy2', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '5b77923d-1b5f-496d-8192-c31d4b8f0d1e', type: 'UUID', name: 'viewFilterGroupId', label: 'View Filter Group Id', description: 'View Filter Group', icon: null, isCustom: false, isActive: true, isSystem: false, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '29a54983-5e59-4eb3-bc79-c527f672f54a', type: 'DATE_TIME', name: 'updatedAt', label: 'Last update', description: 'Last time the record was changed', icon: 'IconCalendarClock', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: 'now', options: null, isLabelSyncedWithName: false, settings: { displayAsRelativeDate: true, }, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '7c18a0d5-0f27-466d-b985-1c1215043230', type: 'RELATION', name: 'view', label: 'View', description: 'View Filter related view', icon: 'IconLayoutCollage', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: 'fa458e88-53bc-4ab9-8faf-6a092ebb7b12', direction: 'MANY_TO_ONE', sourceObjectMetadata: { __typename: 'Object', id: 'a7d21400-4d2c-4555-8555-b2343e03c9d8', nameSingular: 'viewFilter', namePlural: 'viewFilters', }, sourceFieldMetadata: { __typename: 'Field', id: '7c18a0d5-0f27-466d-b985-1c1215043230', name: 'view', }, targetObjectMetadata: { __typename: 'Object', id: '59c24d15-6d80-4f09-a563-0a595f5c83a8', nameSingular: 'view', namePlural: 'views', }, targetFieldMetadata: { __typename: 'Field', id: '227f6483-182f-4edf-b9b1-00fd8809dee9', name: 'viewFilters', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '8e8d9b1f-b212-4ae8-9f73-cfeac9afd27b', type: 'TEXT', name: 'value', label: 'Value', description: 'View Filter value', icon: null, isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: "''", options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '4f1f9347-92c8-45a6-a339-3b8679fe9d47', type: 'UUID', name: 'viewId', label: 'View id (foreign key)', description: 'View Filter related view id foreign key', icon: 'IconLayoutCollage', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '5ab6d453-31f9-4cc4-b2bb-f849f02e6cef', type: 'UUID', name: 'fieldMetadataId', label: 'Field Metadata Id', description: 'View Filter target field', icon: null, isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '7c468c1b-37e2-442c-a910-b5a741deb255', type: 'DATE_TIME', name: 'createdAt', label: 'Creation date', description: 'Creation date', icon: 'IconCalendar', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: 'now', options: null, isLabelSyncedWithName: false, settings: { displayAsRelativeDate: true, }, relationDefinition: null, }, }, ], }, }, }, { __typename: 'ObjectEdge', node: { __typename: 'Object', id: 'a71e2adc-02ba-4aa1-a734-2274ff347be0', dataSourceId: '819c27d5-2d36-4862-af84-5d0c81c9fd69', nameSingular: 'favoriteFolder', namePlural: 'favoriteFolders', labelSingular: 'Favorite Folder', labelPlural: 'Favorite Folders', description: 'A Folder of favorites', icon: 'IconFolder', isCustom: false, isRemote: false, isActive: true, isSystem: true, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', labelIdentifierFieldMetadataId: '3bf92b67-3449-4c5b-acd8-3fec2179b941', imageIdentifierFieldMetadataId: null, shortcut: null, isLabelSyncedWithName: false, indexMetadatas: { __typename: 'ObjectIndexMetadatasConnection', edges: [], }, fields: { __typename: 'ObjectFieldsConnection', pageInfo: { __typename: 'PageInfo', hasNextPage: false, hasPreviousPage: false, startCursor: 'YXJyYXljb25uZWN0aW9uOjA=', endCursor: 'YXJyYXljb25uZWN0aW9uOjY=', }, edges: [ { __typename: 'FieldEdge', node: { __typename: 'Field', id: '8aa2a7ae-0682-49e7-a10d-a150654f400b', type: 'DATE_TIME', name: 'createdAt', label: 'Creation date', description: 'Creation date', icon: 'IconCalendar', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: 'now', options: null, isLabelSyncedWithName: false, settings: { displayAsRelativeDate: true, }, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '1ded9683-9213-443f-8e6e-953708ae385f', type: 'DATE_TIME', name: 'updatedAt', label: 'Last update', description: 'Last time the record was changed', icon: 'IconCalendarClock', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: 'now', options: null, isLabelSyncedWithName: false, settings: { displayAsRelativeDate: true, }, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '53426c33-46ff-4634-a7af-f7ad2d3b6910', type: 'DATE_TIME', name: 'deletedAt', label: 'Deleted at', description: 'Date when the record was deleted', icon: 'IconCalendarMinus', isCustom: false, isActive: true, isSystem: false, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: { displayAsRelativeDate: true, }, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'af4ff5f4-e785-4fcc-8e7f-5dbaab23403f', type: 'TEXT', name: 'name', label: 'Name', description: 'Name of the favorite folder', icon: 'IconText', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: "''", options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'c27979de-9b6a-4170-814e-cbf0b89c96eb', type: 'RELATION', name: 'favorites', label: 'Favorites', description: 'Favorites in this folder', icon: 'IconHeart', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: '79d38e2d-a237-4654-a82e-e75a09fb1a9b', direction: 'ONE_TO_MANY', sourceObjectMetadata: { __typename: 'Object', id: 'a71e2adc-02ba-4aa1-a734-2274ff347be0', nameSingular: 'favoriteFolder', namePlural: 'favoriteFolders', }, sourceFieldMetadata: { __typename: 'Field', id: 'c27979de-9b6a-4170-814e-cbf0b89c96eb', name: 'favorites', }, targetObjectMetadata: { __typename: 'Object', id: '5df3abf5-8d68-4591-8c8e-97b15c33046d', nameSingular: 'favorite', namePlural: 'favorites', }, targetFieldMetadata: { __typename: 'Field', id: '39899f66-dfa4-4acd-b39b-6345a6351598', name: 'favoriteFolder', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '8b9efcb3-1939-4325-b13b-532026e4c49c', type: 'NUMBER', name: 'position', label: 'Position', description: 'Favorite folder position', icon: 'IconList', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: 0, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '3bf92b67-3449-4c5b-acd8-3fec2179b941', type: 'UUID', name: 'id', label: 'Id', description: 'Id', icon: 'Icon123', isCustom: false, isActive: true, isSystem: true, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: 'uuid', options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, ], }, }, }, { __typename: 'ObjectEdge', node: { __typename: 'Object', id: 'a44b8dd2-ff40-4de8-a745-d7801c862540', dataSourceId: '819c27d5-2d36-4862-af84-5d0c81c9fd69', nameSingular: 'messageChannelMessageAssociation', namePlural: 'messageChannelMessageAssociations', labelSingular: 'Message Channel Message Association', labelPlural: 'Message Channel Message Associations', description: 'Message Synced with a Message Channel', icon: 'IconMessage', isCustom: false, isRemote: false, isActive: true, isSystem: true, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', labelIdentifierFieldMetadataId: '13166a5d-2df0-4dd1-8048-050aa43928a3', imageIdentifierFieldMetadataId: null, shortcut: null, isLabelSyncedWithName: false, indexMetadatas: { __typename: 'ObjectIndexMetadatasConnection', edges: [ { __typename: 'IndexEdge', node: { __typename: 'Index', id: '4b6b443c-41db-4e62-92d4-b9a8d29dddaf', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', name: 'IDX_63953e5f88351922043480b8801', indexWhereClause: null, indexType: 'BTREE', isUnique: false, indexFieldMetadatas: { __typename: 'IndexIndexFieldMetadatasConnection', edges: [ { __typename: 'IndexFieldEdge', node: { __typename: 'IndexField', id: 'e886411c-ab8b-4770-8b5e-3c04349b470e', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', order: 1, fieldMetadataId: 'f3c1aa5d-8548-4f5b-87ae-0efd65722edc', }, }, { __typename: 'IndexFieldEdge', node: { __typename: 'IndexField', id: '65436801-0c8f-48ef-bf47-b14324f3f4b1', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', order: 0, fieldMetadataId: '8638910b-d7e2-4195-9806-66d7e2ff9988', }, }, ], }, }, }, { __typename: 'IndexEdge', node: { __typename: 'Index', id: '472393f2-f57e-4a55-aeb5-3c81b7db5448', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', name: 'IDX_671dd9e01a80d1e4c89fc166c3b', indexWhereClause: null, indexType: 'BTREE', isUnique: false, indexFieldMetadatas: { __typename: 'IndexIndexFieldMetadatasConnection', edges: [ { __typename: 'IndexFieldEdge', node: { __typename: 'IndexField', id: '1209f228-3637-41f6-b0f9-10e7c864fb9c', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', order: 0, fieldMetadataId: '7339bdd3-1ac8-411b-bfb5-361addda6c34', }, }, ], }, }, }, ], }, fields: { __typename: 'ObjectFieldsConnection', pageInfo: { __typename: 'PageInfo', hasNextPage: false, hasPreviousPage: false, startCursor: 'YXJyYXljb25uZWN0aW9uOjA=', endCursor: 'YXJyYXljb25uZWN0aW9uOjEw', }, edges: [ { __typename: 'FieldEdge', node: { __typename: 'Field', id: '74918630-541c-4d59-84b2-4c396ec38720', type: 'TEXT', name: 'messageExternalId', label: 'Message External Id', description: 'Message id from the messaging provider', icon: 'IconHash', isCustom: false, isActive: true, isSystem: false, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: "''", options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '299cdaa3-1609-4f7b-a458-582328a4a95e', type: 'RELATION', name: 'messageChannel', label: 'Message Channel Id', description: 'Message Channel Id', icon: 'IconHash', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: '7bef4fbc-233a-48f5-99d6-0832af458f8c', direction: 'MANY_TO_ONE', sourceObjectMetadata: { __typename: 'Object', id: 'a44b8dd2-ff40-4de8-a745-d7801c862540', nameSingular: 'messageChannelMessageAssociation', namePlural: 'messageChannelMessageAssociations', }, sourceFieldMetadata: { __typename: 'Field', id: '299cdaa3-1609-4f7b-a458-582328a4a95e', name: 'messageChannel', }, targetObjectMetadata: { __typename: 'Object', id: '07bddc45-d23a-496d-8f13-acc77a0b165c', nameSingular: 'messageChannel', namePlural: 'messageChannels', }, targetFieldMetadata: { __typename: 'Field', id: '52a15971-38cd-4232-a9af-050c130ed4ca', name: 'messageChannelMessageAssociations', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '036d0211-b9c8-4cda-aef2-4dd5c99a3830', type: 'DATE_TIME', name: 'createdAt', label: 'Creation date', description: 'Creation date', icon: 'IconCalendar', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: 'now', options: null, isLabelSyncedWithName: false, settings: { displayAsRelativeDate: true, }, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'f10b35c1-2bc7-44ac-ae32-a1dc5798f435', type: 'SELECT', name: 'direction', label: 'Direction', description: 'Message Direction', icon: 'IconDirection', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: "'INCOMING'", options: [ { id: '39c5b586-e23e-486f-8a95-8a73380f7189', color: 'green', label: 'Incoming', value: 'INCOMING', position: 0, }, { id: 'a01f149f-6e12-419c-82fc-fd8d38ffb5ec', color: 'blue', label: 'Outgoing', value: 'OUTGOING', position: 1, }, ], isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '13166a5d-2df0-4dd1-8048-050aa43928a3', type: 'UUID', name: 'id', label: 'Id', description: 'Id', icon: 'Icon123', isCustom: false, isActive: true, isSystem: true, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: 'uuid', options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '54d3e677-44a8-4e28-85bf-b776b2be7320', type: 'RELATION', name: 'message', label: 'Message Id', description: 'Message Id', icon: 'IconHash', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: '01be1981-d5ee-4a62-9965-b6bff417b936', direction: 'MANY_TO_ONE', sourceObjectMetadata: { __typename: 'Object', id: 'a44b8dd2-ff40-4de8-a745-d7801c862540', nameSingular: 'messageChannelMessageAssociation', namePlural: 'messageChannelMessageAssociations', }, sourceFieldMetadata: { __typename: 'Field', id: '54d3e677-44a8-4e28-85bf-b776b2be7320', name: 'message', }, targetObjectMetadata: { __typename: 'Object', id: 'bde4303b-1460-4976-9465-d201f1384464', nameSingular: 'message', namePlural: 'messages', }, targetFieldMetadata: { __typename: 'Field', id: '68915508-bdef-4009-8fd3-c669b9851fa5', name: 'messageChannelMessageAssociations', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'f3c1aa5d-8548-4f5b-87ae-0efd65722edc', type: 'DATE_TIME', name: 'deletedAt', label: 'Deleted at', description: 'Date when the record was deleted', icon: 'IconCalendarMinus', isCustom: false, isActive: true, isSystem: false, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: { displayAsRelativeDate: true, }, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '8638910b-d7e2-4195-9806-66d7e2ff9988', type: 'UUID', name: 'messageChannelId', label: 'Message Channel Id id (foreign key)', description: 'Message Channel Id id foreign key', icon: 'IconHash', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'f4dc3d28-df9d-4ed2-8d8b-08ff91f80101', type: 'DATE_TIME', name: 'updatedAt', label: 'Last update', description: 'Last time the record was changed', icon: 'IconCalendarClock', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: 'now', options: null, isLabelSyncedWithName: false, settings: { displayAsRelativeDate: true, }, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'b84eeeaf-b741-480b-915b-14c91dbd77d5', type: 'TEXT', name: 'messageThreadExternalId', label: 'Thread External Id', description: 'Thread id from the messaging provider', icon: 'IconHash', isCustom: false, isActive: true, isSystem: false, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: "''", options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '7339bdd3-1ac8-411b-bfb5-361addda6c34', type: 'UUID', name: 'messageId', label: 'Message Id id (foreign key)', description: 'Message Id id foreign key', icon: 'IconHash', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, ], }, }, }, { __typename: 'ObjectEdge', node: { __typename: 'Object', id: '99c6e57d-11d0-4f1f-af99-0bb49a28e8f3', dataSourceId: '819c27d5-2d36-4862-af84-5d0c81c9fd69', nameSingular: 'timelineActivity', namePlural: 'timelineActivities', labelSingular: 'Timeline Activity', labelPlural: 'Timeline Activities', description: 'Aggregated / filtered event to be displayed on the timeline', icon: 'IconTimelineEvent', isCustom: false, isRemote: false, isActive: true, isSystem: true, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', labelIdentifierFieldMetadataId: 'bc2c24d6-c5a3-4507-a765-959479d0027a', imageIdentifierFieldMetadataId: null, shortcut: null, isLabelSyncedWithName: false, indexMetadatas: { __typename: 'ObjectIndexMetadatasConnection', edges: [ { __typename: 'IndexEdge', node: { __typename: 'Index', id: 'a694c278-17ed-409f-afa2-56479dec7a0c', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', name: 'IDX_84b1e01cb0480e514a6e7ec0095', indexWhereClause: null, indexType: 'BTREE', isUnique: false, indexFieldMetadatas: { __typename: 'IndexIndexFieldMetadatasConnection', edges: [ { __typename: 'IndexFieldEdge', node: { __typename: 'IndexField', id: '446e25ce-fb93-47c7-bdf7-3bc04bcdee72', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', order: 0, fieldMetadataId: '09a03a4e-1481-410a-aae1-ac856233459e', }, }, { __typename: 'IndexFieldEdge', node: { __typename: 'IndexField', id: 'b8326d79-f360-45e1-ad94-74c297f7d792', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', order: 1, fieldMetadataId: '28b8d755-cea5-4afb-a2ed-1586bafb7f28', }, }, ], }, }, }, { __typename: 'IndexEdge', node: { __typename: 'Index', id: '6bbb086f-5a28-4ceb-b01d-6035aaa034e7', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', name: 'IDX_6eae0c4202a87f812adf2f2ba6f', indexWhereClause: null, indexType: 'BTREE', isUnique: false, indexFieldMetadatas: { __typename: 'IndexIndexFieldMetadatasConnection', edges: [], }, }, }, { __typename: 'IndexEdge', node: { __typename: 'Index', id: '4f1dbb54-a824-4811-adba-62806fcb10d4', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', name: 'IDX_4e40a441ad75df16dd71499529a', indexWhereClause: null, indexType: 'BTREE', isUnique: false, indexFieldMetadatas: { __typename: 'IndexIndexFieldMetadatasConnection', edges: [ { __typename: 'IndexFieldEdge', node: { __typename: 'IndexField', id: '92c2fdff-9fd4-4ee4-b59c-b9a3a6907e44', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', order: 0, fieldMetadataId: '1672db07-3304-40b9-a84f-e0598fdc03cf', }, }, { __typename: 'IndexFieldEdge', node: { __typename: 'IndexField', id: '11beb046-2607-4dd3-b109-e8802c87962b', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', order: 1, fieldMetadataId: '28b8d755-cea5-4afb-a2ed-1586bafb7f28', }, }, ], }, }, }, { __typename: 'IndexEdge', node: { __typename: 'Index', id: 'ac3133dc-10a1-485b-a1ee-c5d5703fb194', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', name: 'IDX_2708a99873421942c99ab94da12', indexWhereClause: null, indexType: 'BTREE', isUnique: false, indexFieldMetadatas: { __typename: 'IndexIndexFieldMetadatasConnection', edges: [ { __typename: 'IndexFieldEdge', node: { __typename: 'IndexField', id: 'cb51d298-fefd-4509-8895-d2140599b7af', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', order: 1, fieldMetadataId: '28b8d755-cea5-4afb-a2ed-1586bafb7f28', }, }, { __typename: 'IndexFieldEdge', node: { __typename: 'IndexField', id: '8e76e25f-8da3-43f6-abf9-45dc9af27468', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', order: 0, fieldMetadataId: '8279c2b9-135f-42d1-9af6-7a10af9e4f0e', }, }, ], }, }, }, { __typename: 'IndexEdge', node: { __typename: 'Index', id: '206ea338-88d4-4e0d-b3b0-c47948af2c38', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', name: 'IDX_daf6592d1dff4cff3401bf23c67', indexWhereClause: null, indexType: 'BTREE', isUnique: false, indexFieldMetadatas: { __typename: 'IndexIndexFieldMetadatasConnection', edges: [ { __typename: 'IndexFieldEdge', node: { __typename: 'IndexField', id: '26132d28-1548-4381-a032-c4b1debd1cc1', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', order: 0, fieldMetadataId: '15888fc0-c8ea-4a53-bb39-06b7fa63a2ad', }, }, ], }, }, }, { __typename: 'IndexEdge', node: { __typename: 'Index', id: 'aab77046-ef15-46a8-a95a-736b65196cab', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', name: 'IDX_b292fe34a9e2d55884febd07e93', indexWhereClause: null, indexType: 'BTREE', isUnique: false, indexFieldMetadatas: { __typename: 'IndexIndexFieldMetadatasConnection', edges: [ { __typename: 'IndexFieldEdge', node: { __typename: 'IndexField', id: '48a2e4af-4adc-4a90-aa8d-7c2fe154356f', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', order: 0, fieldMetadataId: '53628cfc-3b9c-43e2-b054-7d21eb25c7fe', }, }, { __typename: 'IndexFieldEdge', node: { __typename: 'IndexField', id: '52036eef-081b-41c1-abea-901b1490b58f', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', order: 1, fieldMetadataId: '28b8d755-cea5-4afb-a2ed-1586bafb7f28', }, }, ], }, }, }, { __typename: 'IndexEdge', node: { __typename: 'Index', id: '694f79a4-84ae-4f77-8ba9-bb4b47e789a0', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', name: 'IDX_a98bc2277b52c6dd52303e52c21', indexWhereClause: null, indexType: 'BTREE', isUnique: false, indexFieldMetadatas: { __typename: 'IndexIndexFieldMetadatasConnection', edges: [ { __typename: 'IndexFieldEdge', node: { __typename: 'IndexField', id: '5dfaacf4-5854-48b3-b24c-bd4e49abac74', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', order: 0, fieldMetadataId: '13390ef4-688b-409a-ba3d-7c57644fdf23', }, }, { __typename: 'IndexFieldEdge', node: { __typename: 'IndexField', id: 'b9c943bb-f036-4ea7-9a32-2684404b6c41', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', order: 1, fieldMetadataId: '28b8d755-cea5-4afb-a2ed-1586bafb7f28', }, }, ], }, }, }, { __typename: 'IndexEdge', node: { __typename: 'Index', id: '40e16df0-815c-477d-998b-d4f01797e667', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', name: 'IDX_a930d316a6b4f3b81d3f026dd16', indexWhereClause: null, indexType: 'BTREE', isUnique: false, indexFieldMetadatas: { __typename: 'IndexIndexFieldMetadatasConnection', edges: [ { __typename: 'IndexFieldEdge', node: { __typename: 'IndexField', id: 'c292db14-54d7-462c-b42a-6de7158f2477', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', order: 1, fieldMetadataId: '28b8d755-cea5-4afb-a2ed-1586bafb7f28', }, }, ], }, }, }, { __typename: 'IndexEdge', node: { __typename: 'Index', id: '99f86cbb-fa9e-444a-982a-269501eab8b3', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', name: 'IDX_7e0d952730f13369e3bd9c2f1a9', indexWhereClause: null, indexType: 'BTREE', isUnique: false, indexFieldMetadatas: { __typename: 'IndexIndexFieldMetadatasConnection', edges: [ { __typename: 'IndexFieldEdge', node: { __typename: 'IndexField', id: 'e0b3dd11-bfe5-4ca0-bbfa-59d6615778bb', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', order: 1, fieldMetadataId: '28b8d755-cea5-4afb-a2ed-1586bafb7f28', }, }, { __typename: 'IndexFieldEdge', node: { __typename: 'IndexField', id: '341ea4c5-4f41-4035-959c-178ff1ae8f22', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', order: 0, fieldMetadataId: '012cfc22-009a-4625-a823-8adf7dd73763', }, }, ], }, }, }, ], }, fields: { __typename: 'ObjectFieldsConnection', pageInfo: { __typename: 'PageInfo', hasNextPage: false, hasPreviousPage: false, startCursor: 'YXJyYXljb25uZWN0aW9uOjA=', endCursor: 'YXJyYXljb25uZWN0aW9uOjI5', }, edges: [ { __typename: 'FieldEdge', node: { __typename: 'Field', id: '62d5bf40-1c9c-4164-ac40-00ab8a3deb62', type: 'UUID', name: 'linkedRecordId', label: 'Linked Record id', description: 'Linked Record id', icon: 'IconAbc', isCustom: false, isActive: true, isSystem: false, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'f3b7af9c-468e-493f-8d8c-0cf3f0ec028c', type: 'UUID', name: 'workspaceMemberId', label: 'Workspace Member id (foreign key)', description: 'Event workspace member id foreign key', icon: 'IconCircleUser', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '4c24b808-4b79-4794-83a9-648ce206b2a1', type: 'RELATION', name: 'workspaceMember', label: 'Workspace Member', description: 'Event workspace member', icon: 'IconCircleUser', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: '05e2fe5f-6e2a-4b7f-8306-f51569b9451e', direction: 'MANY_TO_ONE', sourceObjectMetadata: { __typename: 'Object', id: '99c6e57d-11d0-4f1f-af99-0bb49a28e8f3', nameSingular: 'timelineActivity', namePlural: 'timelineActivities', }, sourceFieldMetadata: { __typename: 'Field', id: '4c24b808-4b79-4794-83a9-648ce206b2a1', name: 'workspaceMember', }, targetObjectMetadata: { __typename: 'Object', id: '6c349123-a42c-4f53-a140-41ac74c6718f', nameSingular: 'workspaceMember', namePlural: 'workspaceMembers', }, targetFieldMetadata: { __typename: 'Field', id: '3ab1326a-f55c-472b-a4a6-097340d547b2', name: 'timelineActivities', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '2a1f3b2c-78dd-489c-ae01-641c21b14f00', type: 'RELATION', name: 'workflow', label: 'Workflow', description: 'Event workflow', icon: 'IconTargetArrow', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: '4e0075b3-5e21-4f0b-8cdf-ea9bc1b0c733', direction: 'MANY_TO_ONE', sourceObjectMetadata: { __typename: 'Object', id: '99c6e57d-11d0-4f1f-af99-0bb49a28e8f3', nameSingular: 'timelineActivity', namePlural: 'timelineActivities', }, sourceFieldMetadata: { __typename: 'Field', id: '2a1f3b2c-78dd-489c-ae01-641c21b14f00', name: 'workflow', }, targetObjectMetadata: { __typename: 'Object', id: '5dc29a2c-d985-48fc-bad4-6e3f8623f811', nameSingular: 'workflow', namePlural: 'workflows', }, targetFieldMetadata: { __typename: 'Field', id: '42773155-163e-4497-a83e-97470e42bf1c', name: 'timelineActivities', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '3f957c3c-5fc3-4f27-a53f-52ffa8f7ac7b', type: 'RELATION', name: 'company', label: 'Company', description: 'Event company', icon: 'IconBuildingSkyscraper', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: 'e5ea55f4-cdf3-4044-bccf-a9815b20aaae', direction: 'MANY_TO_ONE', sourceObjectMetadata: { __typename: 'Object', id: '99c6e57d-11d0-4f1f-af99-0bb49a28e8f3', nameSingular: 'timelineActivity', namePlural: 'timelineActivities', }, sourceFieldMetadata: { __typename: 'Field', id: '3f957c3c-5fc3-4f27-a53f-52ffa8f7ac7b', name: 'company', }, targetObjectMetadata: { __typename: 'Object', id: 'e2e9bdde-68e5-455f-8459-5c34ef3b7223', nameSingular: 'company', namePlural: 'companies', }, targetFieldMetadata: { __typename: 'Field', id: 'c35bb58b-ecc5-40d5-b626-5d94b238ddbe', name: 'timelineActivities', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '20113a41-0044-4411-b011-77256227a175', type: 'RELATION', name: 'task', label: 'Task', description: 'Event task', icon: 'IconTargetArrow', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: '68ed5110-0145-4ac0-aeb3-b35d6f39bc48', direction: 'MANY_TO_ONE', sourceObjectMetadata: { __typename: 'Object', id: '99c6e57d-11d0-4f1f-af99-0bb49a28e8f3', nameSingular: 'timelineActivity', namePlural: 'timelineActivities', }, sourceFieldMetadata: { __typename: 'Field', id: '20113a41-0044-4411-b011-77256227a175', name: 'task', }, targetObjectMetadata: { __typename: 'Object', id: '3499fd6b-c739-46d3-86c7-d85c8ca7ca90', nameSingular: 'task', namePlural: 'tasks', }, targetFieldMetadata: { __typename: 'Field', id: '41f4aaf7-3ec7-4d61-a14f-7ed131ad214c', name: 'timelineActivities', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'fa1c6481-e4ca-4b34-ba3b-ec0e660d938c', type: 'RAW_JSON', name: 'properties', label: 'Event details', description: 'Json value for event details', icon: 'IconListDetails', isCustom: false, isActive: true, isSystem: false, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '28b8d755-cea5-4afb-a2ed-1586bafb7f28', type: 'DATE_TIME', name: 'deletedAt', label: 'Deleted at', description: 'Date when the record was deleted', icon: 'IconCalendarMinus', isCustom: false, isActive: true, isSystem: false, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: { displayAsRelativeDate: true, }, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'bffd3f11-6c56-4b91-93d6-501f1448f7b1', type: 'TEXT', name: 'linkedRecordCachedName', label: 'Linked Record cached name', description: 'Cached record name', icon: 'IconAbc', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: "''", options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '0852499d-e5d9-41f8-9c7a-df2c533ab47b', type: 'TEXT', name: 'name', label: 'Event name', description: 'Event name', icon: 'IconAbc', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: "''", options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '9c47883e-bec0-4429-8058-909dde20c752', type: 'RELATION', name: 'note', label: 'Note', description: 'Event note', icon: 'IconTargetArrow', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: '8ee9cfc1-f3a6-4696-9ce9-f2229f01ea02', direction: 'MANY_TO_ONE', sourceObjectMetadata: { __typename: 'Object', id: '99c6e57d-11d0-4f1f-af99-0bb49a28e8f3', nameSingular: 'timelineActivity', namePlural: 'timelineActivities', }, sourceFieldMetadata: { __typename: 'Field', id: '9c47883e-bec0-4429-8058-909dde20c752', name: 'note', }, targetObjectMetadata: { __typename: 'Object', id: 'c15314ec-878b-4e84-93f7-8fa5af3e199f', nameSingular: 'note', namePlural: 'notes', }, targetFieldMetadata: { __typename: 'Field', id: '4df9c68f-5c63-4c66-8db4-266683a4a6a6', name: 'timelineActivities', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'c2e48bc6-74cd-405e-b454-97cae0da4538', type: 'UUID', name: 'linkedObjectMetadataId', label: 'Linked Object Metadata Id', description: 'inked Object Metadata Id', icon: 'IconAbc', isCustom: false, isActive: true, isSystem: false, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '20af2eab-14a8-49b2-bb32-643f8ef04481', type: 'RELATION', name: 'workflowRun', label: 'Workflow Run', description: 'Event workflow run', icon: 'IconTargetArrow', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: 'b5cfc9b5-3a8c-419a-8d6d-bd89dccf6210', direction: 'MANY_TO_ONE', sourceObjectMetadata: { __typename: 'Object', id: '99c6e57d-11d0-4f1f-af99-0bb49a28e8f3', nameSingular: 'timelineActivity', namePlural: 'timelineActivities', }, sourceFieldMetadata: { __typename: 'Field', id: '20af2eab-14a8-49b2-bb32-643f8ef04481', name: 'workflowRun', }, targetObjectMetadata: { __typename: 'Object', id: '855240cc-3209-4511-8c6a-10f8ce253a2a', nameSingular: 'workflowRun', namePlural: 'workflowRuns', }, targetFieldMetadata: { __typename: 'Field', id: '8690ed77-1b07-4e3f-b6c0-c8996f0283ca', name: 'timelineActivities', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '7f3e7215-ac56-40c1-ad9e-10efe7ebef0a', type: 'DATE_TIME', name: 'happensAt', label: 'Creation date', description: 'Creation date', icon: 'IconCalendar', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: 'now', options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'b4a2fd12-c8ab-42b4-adbc-668140bb4995', type: 'DATE_TIME', name: 'createdAt', label: 'Creation date', description: 'Creation date', icon: 'IconCalendar', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: 'now', options: null, isLabelSyncedWithName: false, settings: { displayAsRelativeDate: true, }, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '1672db07-3304-40b9-a84f-e0598fdc03cf', type: 'UUID', name: 'workflowVersionId', label: 'WorkflowVersion id (foreign key)', description: 'Event workflow version id foreign key', icon: 'IconTargetArrow', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '09a03a4e-1481-410a-aae1-ac856233459e', type: 'UUID', name: 'companyId', label: 'Company id (foreign key)', description: 'Event company id foreign key', icon: 'IconBuildingSkyscraper', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '53628cfc-3b9c-43e2-b054-7d21eb25c7fe', type: 'UUID', name: 'taskId', label: 'Task id (foreign key)', description: 'Event task id foreign key', icon: 'IconTargetArrow', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'effae0f7-3ec0-40ef-b436-6a242c3e6f17', type: 'UUID', name: 'workflowRunId', label: 'Workflow Run id (foreign key)', description: 'Event workflow run id foreign key', icon: 'IconTargetArrow', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'ec2cebf9-dda6-402a-8f45-8e9ee9bd24b1', type: 'UUID', name: 'rocketId', label: 'Rocket ID (foreign key)', description: 'Timeline Activity Rocket id foreign key', icon: null, isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:39.009Z', updatedAt: '2024-11-06T08:55:39.009Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: { isForeignKey: true, }, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '012cfc22-009a-4625-a823-8adf7dd73763', type: 'UUID', name: 'opportunityId', label: 'Opportunity id (foreign key)', description: 'Event opportunity id foreign key', icon: 'IconTargetArrow', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '15888fc0-c8ea-4a53-bb39-06b7fa63a2ad', type: 'UUID', name: 'personId', label: 'Person id (foreign key)', description: 'Event person id foreign key', icon: 'IconUser', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'ea47aae8-1dd4-4c41-a6f3-ffb6b9ac4826', type: 'RELATION', name: 'opportunity', label: 'Opportunity', description: 'Event opportunity', icon: 'IconTargetArrow', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: '105074ec-243d-4ffb-b7f1-8f1f856bff4c', direction: 'MANY_TO_ONE', sourceObjectMetadata: { __typename: 'Object', id: '99c6e57d-11d0-4f1f-af99-0bb49a28e8f3', nameSingular: 'timelineActivity', namePlural: 'timelineActivities', }, sourceFieldMetadata: { __typename: 'Field', id: 'ea47aae8-1dd4-4c41-a6f3-ffb6b9ac4826', name: 'opportunity', }, targetObjectMetadata: { __typename: 'Object', id: '8b1e1c30-3503-4bf8-ad90-882bef627fee', nameSingular: 'opportunity', namePlural: 'opportunities', }, targetFieldMetadata: { __typename: 'Field', id: '8af62534-2333-4d62-8b8f-30732205606d', name: 'timelineActivities', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'fcc362ff-ef42-4319-b06c-02085d9309a3', type: 'RELATION', name: 'rocket', label: 'Rocket', description: 'TimelineActivity Rocket', icon: 'IconBuildingSkyscraper', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:39.014Z', updatedAt: '2024-11-06T08:55:39.014Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: '03ba37c1-b628-40b8-b471-00b0d6056a03', direction: 'MANY_TO_ONE', sourceObjectMetadata: { __typename: 'Object', id: '99c6e57d-11d0-4f1f-af99-0bb49a28e8f3', nameSingular: 'timelineActivity', namePlural: 'timelineActivities', }, sourceFieldMetadata: { __typename: 'Field', id: 'fcc362ff-ef42-4319-b06c-02085d9309a3', name: 'rocket', }, targetObjectMetadata: { __typename: 'Object', id: 'd09f3e9f-9429-4e79-8803-29d5dd1690b3', nameSingular: 'rocket', namePlural: 'rockets', }, targetFieldMetadata: { __typename: 'Field', id: '474ca305-4369-4c2c-808f-90e619b93d35', name: 'timelineActivities', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '99727ee2-11a3-4b4a-a0d3-7cd0ccc88887', type: 'RELATION', name: 'person', label: 'Person', description: 'Event person', icon: 'IconUser', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: 'b898690f-f996-4921-9cad-6a80139fb222', direction: 'MANY_TO_ONE', sourceObjectMetadata: { __typename: 'Object', id: '99c6e57d-11d0-4f1f-af99-0bb49a28e8f3', nameSingular: 'timelineActivity', namePlural: 'timelineActivities', }, sourceFieldMetadata: { __typename: 'Field', id: '99727ee2-11a3-4b4a-a0d3-7cd0ccc88887', name: 'person', }, targetObjectMetadata: { __typename: 'Object', id: '0da1c90e-54e6-496d-b06e-9318a69f51b2', nameSingular: 'person', namePlural: 'people', }, targetFieldMetadata: { __typename: 'Field', id: '961b2318-804a-41b2-8f1c-f95e0ddecdc7', name: 'timelineActivities', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '51ca72a1-9610-4fa0-bc16-feed9027b3bd', type: 'DATE_TIME', name: 'updatedAt', label: 'Last update', description: 'Last time the record was changed', icon: 'IconCalendarClock', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: 'now', options: null, isLabelSyncedWithName: false, settings: { displayAsRelativeDate: true, }, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'bc2c24d6-c5a3-4507-a765-959479d0027a', type: 'UUID', name: 'id', label: 'Id', description: 'Id', icon: 'Icon123', isCustom: false, isActive: true, isSystem: true, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: 'uuid', options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '8279c2b9-135f-42d1-9af6-7a10af9e4f0e', type: 'UUID', name: 'workflowId', label: 'Workflow id (foreign key)', description: 'Event workflow id foreign key', icon: 'IconTargetArrow', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '13390ef4-688b-409a-ba3d-7c57644fdf23', type: 'UUID', name: 'noteId', label: 'Note id (foreign key)', description: 'Event note id foreign key', icon: 'IconTargetArrow', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '5da79e1e-e762-4bf2-ad62-9b2c32ee998b', type: 'RELATION', name: 'workflowVersion', label: 'WorkflowVersion', description: 'Event workflow version', icon: 'IconTargetArrow', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: 'e45268bb-5ec3-41b2-aff1-de4b9f5a1c72', direction: 'MANY_TO_ONE', sourceObjectMetadata: { __typename: 'Object', id: '99c6e57d-11d0-4f1f-af99-0bb49a28e8f3', nameSingular: 'timelineActivity', namePlural: 'timelineActivities', }, sourceFieldMetadata: { __typename: 'Field', id: '5da79e1e-e762-4bf2-ad62-9b2c32ee998b', name: 'workflowVersion', }, targetObjectMetadata: { __typename: 'Object', id: 'be8f69da-abf5-4812-aecd-10b1358a6e60', nameSingular: 'workflowVersion', namePlural: 'workflowVersions', }, targetFieldMetadata: { __typename: 'Field', id: 'f4ece4f3-3b5a-47a9-8228-9cb09ea40c58', name: 'timelineActivities', }, }, }, }, ], }, }, }, { __typename: 'ObjectEdge', node: { __typename: 'Object', id: '8ee1d8e1-c35b-49d0-a8e9-f763b47ef0d4', dataSourceId: '819c27d5-2d36-4862-af84-5d0c81c9fd69', nameSingular: 'viewGroup', namePlural: 'viewGroups', labelSingular: 'View Group', labelPlural: 'View Groups', description: '(System) View Groups', icon: 'IconTag', isCustom: false, isRemote: false, isActive: true, isSystem: true, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', labelIdentifierFieldMetadataId: 'f8068b17-2511-47f6-ae7b-9a16092d7cfc', imageIdentifierFieldMetadataId: null, shortcut: null, isLabelSyncedWithName: false, indexMetadatas: { __typename: 'ObjectIndexMetadatasConnection', edges: [ { __typename: 'IndexEdge', node: { __typename: 'Index', id: '4f4b5455-ba8d-428c-9273-77d9003d86e2', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', name: 'IDX_3819ec73f42c743a0d3700ae8e4', indexWhereClause: null, indexType: 'BTREE', isUnique: false, indexFieldMetadatas: { __typename: 'IndexIndexFieldMetadatasConnection', edges: [], }, }, }, ], }, fields: { __typename: 'ObjectFieldsConnection', pageInfo: { __typename: 'PageInfo', hasNextPage: false, hasPreviousPage: false, startCursor: 'YXJyYXljb25uZWN0aW9uOjA=', endCursor: 'YXJyYXljb25uZWN0aW9uOjk=', }, edges: [ { __typename: 'FieldEdge', node: { __typename: 'Field', id: '99dba0cb-3b70-43a0-a85c-b0438d9a5ec5', type: 'TEXT', name: 'fieldValue', label: 'Field Value', description: 'Group by this field value', icon: null, isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: "''", options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '1eb7d050-ed50-4276-8b24-198f5e35c896', type: 'RELATION', name: 'view', label: 'View', description: 'View Group related view', icon: 'IconLayoutCollage', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: '907b27b9-11d7-4ce6-a918-266bebdba551', direction: 'MANY_TO_ONE', sourceObjectMetadata: { __typename: 'Object', id: '8ee1d8e1-c35b-49d0-a8e9-f763b47ef0d4', nameSingular: 'viewGroup', namePlural: 'viewGroups', }, sourceFieldMetadata: { __typename: 'Field', id: '1eb7d050-ed50-4276-8b24-198f5e35c896', name: 'view', }, targetObjectMetadata: { __typename: 'Object', id: '59c24d15-6d80-4f09-a563-0a595f5c83a8', nameSingular: 'view', namePlural: 'views', }, targetFieldMetadata: { __typename: 'Field', id: '5a5cacde-837f-446e-aeef-4932d10a3ba3', name: 'viewGroups', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'bbc464a2-ed52-4821-bffb-7ec14653c1c8', type: 'BOOLEAN', name: 'isVisible', label: 'Visible', description: 'View Group visibility', icon: 'IconEye', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: true, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'de00a7a9-9810-4dba-ac1b-3dd86e966886', type: 'DATE_TIME', name: 'updatedAt', label: 'Last update', description: 'Last time the record was changed', icon: 'IconCalendarClock', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: 'now', options: null, isLabelSyncedWithName: false, settings: { displayAsRelativeDate: true, }, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '8137576d-7325-44e6-9e92-7cd948ac1635', type: 'DATE_TIME', name: 'deletedAt', label: 'Deleted at', description: 'Date when the record was deleted', icon: 'IconCalendarMinus', isCustom: false, isActive: true, isSystem: false, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: { displayAsRelativeDate: true, }, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'f8068b17-2511-47f6-ae7b-9a16092d7cfc', type: 'UUID', name: 'id', label: 'Id', description: 'Id', icon: 'Icon123', isCustom: false, isActive: true, isSystem: true, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: 'uuid', options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '85f0b099-e86e-449a-ba20-08d60bdb443d', type: 'UUID', name: 'fieldMetadataId', label: 'Field Metadata Id', description: 'View Group target field', icon: 'IconTag', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'd04572c5-6843-474e-b15d-22fbdea6a26d', type: 'NUMBER', name: 'position', label: 'Position', description: 'View Field position', icon: 'IconList', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: 0, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'bc6f1e77-7b2b-49b4-9e09-8ea2372dab09', type: 'UUID', name: 'viewId', label: 'View id (foreign key)', description: 'View Group related view id foreign key', icon: 'IconLayoutCollage', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '55a9350e-5f22-4884-9eac-dfab8aa070bf', type: 'DATE_TIME', name: 'createdAt', label: 'Creation date', description: 'Creation date', icon: 'IconCalendar', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: 'now', options: null, isLabelSyncedWithName: false, settings: { displayAsRelativeDate: true, }, relationDefinition: null, }, }, ], }, }, }, { __typename: 'ObjectEdge', node: { __typename: 'Object', id: '8c7ad041-d32e-40f6-87a2-ca8743d949be', dataSourceId: '819c27d5-2d36-4862-af84-5d0c81c9fd69', nameSingular: 'auditLog', namePlural: 'auditLogs', labelSingular: 'Audit Log', labelPlural: 'Audit Logs', description: 'An audit log of actions performed in the system', icon: 'IconTimelineEvent', isCustom: false, isRemote: false, isActive: true, isSystem: true, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', labelIdentifierFieldMetadataId: '3fce8a51-c64c-41ba-8caf-589afb911db9', imageIdentifierFieldMetadataId: null, shortcut: null, isLabelSyncedWithName: false, indexMetadatas: { __typename: 'ObjectIndexMetadatasConnection', edges: [ { __typename: 'IndexEdge', node: { __typename: 'Index', id: 'bbc335db-dc5a-414b-8a9d-8187b81ec927', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', name: 'IDX_ca389a7ad7595bb15d733535998', indexWhereClause: null, indexType: 'BTREE', isUnique: false, indexFieldMetadatas: { __typename: 'IndexIndexFieldMetadatasConnection', edges: [ { __typename: 'IndexFieldEdge', node: { __typename: 'IndexField', id: '569007c2-6a57-4cc8-a8bc-749ba0111f57', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', order: 0, fieldMetadataId: '7f52518f-7c0f-4aeb-9e58-cc77db928faf', }, }, { __typename: 'IndexFieldEdge', node: { __typename: 'IndexField', id: 'a2d1430d-5d2a-4e87-af40-e962b5fec56c', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', order: 1, fieldMetadataId: '33fe5fd2-fe27-4105-83e8-d0b588fefb63', }, }, ], }, }, }, ], }, fields: { __typename: 'ObjectFieldsConnection', pageInfo: { __typename: 'PageInfo', hasNextPage: false, hasPreviousPage: false, startCursor: 'YXJyYXljb25uZWN0aW9uOjA=', endCursor: 'YXJyYXljb25uZWN0aW9uOjEx', }, edges: [ { __typename: 'FieldEdge', node: { __typename: 'Field', id: '7f52518f-7c0f-4aeb-9e58-cc77db928faf', type: 'UUID', name: 'workspaceMemberId', label: 'Workspace Member id (foreign key)', description: 'Event workspace member id foreign key', icon: 'IconCircleUser', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '33fe5fd2-fe27-4105-83e8-d0b588fefb63', type: 'DATE_TIME', name: 'deletedAt', label: 'Deleted at', description: 'Date when the record was deleted', icon: 'IconCalendarMinus', isCustom: false, isActive: true, isSystem: false, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: { displayAsRelativeDate: true, }, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '2f4c6817-df56-4f2e-850d-80f73fa5cfda', type: 'RELATION', name: 'workspaceMember', label: 'Workspace Member', description: 'Event workspace member', icon: 'IconCircleUser', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: 'c5e82746-c6cc-481b-8708-0343d0b5bd1f', direction: 'MANY_TO_ONE', sourceObjectMetadata: { __typename: 'Object', id: '8c7ad041-d32e-40f6-87a2-ca8743d949be', nameSingular: 'auditLog', namePlural: 'auditLogs', }, sourceFieldMetadata: { __typename: 'Field', id: '2f4c6817-df56-4f2e-850d-80f73fa5cfda', name: 'workspaceMember', }, targetObjectMetadata: { __typename: 'Object', id: '6c349123-a42c-4f53-a140-41ac74c6718f', nameSingular: 'workspaceMember', namePlural: 'workspaceMembers', }, targetFieldMetadata: { __typename: 'Field', id: '5d3764ad-451f-441d-bfd6-d2a846799ac0', name: 'auditLogs', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '070faf8d-cfac-4334-9e4c-b81e5c82f563', type: 'UUID', name: 'id', label: 'Id', description: 'Id', icon: 'Icon123', isCustom: false, isActive: true, isSystem: true, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: 'uuid', options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '2d15dc15-2d26-4b53-ac53-334328e74f35', type: 'TEXT', name: 'objectMetadataId', label: 'Object metadata id', description: 'Object metadata id', icon: 'IconAbc', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: "''", options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '9f902f2e-e740-4051-8b2f-34e09cd491f6', type: 'UUID', name: 'recordId', label: 'Record id', description: 'Record id', icon: 'IconAbc', isCustom: false, isActive: true, isSystem: false, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '9dd2d535-7013-4046-8340-9e59983ce54c', type: 'TEXT', name: 'objectName', label: 'Object name', description: 'Object name', icon: 'IconAbc', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: "''", options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '4ee2c025-909f-469d-9870-f3488f04f755', type: 'DATE_TIME', name: 'createdAt', label: 'Creation date', description: 'Creation date', icon: 'IconCalendar', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: 'now', options: null, isLabelSyncedWithName: false, settings: { displayAsRelativeDate: true, }, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '3fce8a51-c64c-41ba-8caf-589afb911db9', type: 'TEXT', name: 'name', label: 'Event name', description: 'Event name/type', icon: 'IconAbc', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: "''", options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'a1da04cf-a58f-43fa-a199-562ca9837dff', type: 'DATE_TIME', name: 'updatedAt', label: 'Last update', description: 'Last time the record was changed', icon: 'IconCalendarClock', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: 'now', options: null, isLabelSyncedWithName: false, settings: { displayAsRelativeDate: true, }, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '3508f6b2-e22e-4267-950e-0cc42721bd46', type: 'RAW_JSON', name: 'properties', label: 'Event details', description: 'Json value for event details', icon: 'IconListDetails', isCustom: false, isActive: true, isSystem: false, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '3a29bbcb-d6d1-4de1-846a-0e41821942fc', type: 'RAW_JSON', name: 'context', label: 'Event context', description: 'Json object to provide context (user, device, workspace, etc.)', icon: 'IconListDetails', isCustom: false, isActive: true, isSystem: false, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, ], }, }, }, { __typename: 'ObjectEdge', node: { __typename: 'Object', id: '8b1e1c30-3503-4bf8-ad90-882bef627fee', dataSourceId: '819c27d5-2d36-4862-af84-5d0c81c9fd69', nameSingular: 'opportunity', namePlural: 'opportunities', labelSingular: 'Opportunity', labelPlural: 'Opportunities', description: 'An opportunity', icon: 'IconTargetArrow', isCustom: false, isRemote: false, isActive: true, isSystem: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', labelIdentifierFieldMetadataId: '59a49e10-308c-4639-b1a2-c36346a17768', imageIdentifierFieldMetadataId: null, shortcut: 'O', isLabelSyncedWithName: false, indexMetadatas: { __typename: 'ObjectIndexMetadatasConnection', edges: [ { __typename: 'IndexEdge', node: { __typename: 'Index', id: '446ce0a3-fd19-446b-a699-72edbeb541eb', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', name: 'IDX_4f469d3a7ee08aefdc099836364', indexWhereClause: null, indexType: 'BTREE', isUnique: false, indexFieldMetadatas: { __typename: 'IndexIndexFieldMetadatasConnection', edges: [ { __typename: 'IndexFieldEdge', node: { __typename: 'IndexField', id: '4d0cc6e3-2ac0-4cde-8cd1-859513d65d4a', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', order: 0, fieldMetadataId: 'f07df0f7-0724-42e4-942b-7fd9841fa865', }, }, ], }, }, }, { __typename: 'IndexEdge', node: { __typename: 'Index', id: 'f429f2cf-4f1c-4f6a-a88d-c158db29d357', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', name: 'IDX_82cdf247553f960093baa7c6635', indexWhereClause: null, indexType: 'BTREE', isUnique: false, indexFieldMetadatas: { __typename: 'IndexIndexFieldMetadatasConnection', edges: [ { __typename: 'IndexFieldEdge', node: { __typename: 'IndexField', id: 'f2cef3e5-0c9e-47a0-acbe-6e91e917b608', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', order: 0, fieldMetadataId: '3bc948c3-604c-4a15-819f-00f5e4ea830c', }, }, { __typename: 'IndexFieldEdge', node: { __typename: 'IndexField', id: '2443fdc4-030d-41a4-83a9-979949c81837', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', order: 1, fieldMetadataId: '746048a7-80ec-44c5-8792-2c852b33dfc2', }, }, ], }, }, }, { __typename: 'IndexEdge', node: { __typename: 'Index', id: '88430c38-f06e-4af1-aadf-bb75a3599a51', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', name: 'IDX_425ac6c73ecb993cf9cbc2c2b00', indexWhereClause: null, indexType: 'BTREE', isUnique: false, indexFieldMetadatas: { __typename: 'IndexIndexFieldMetadatasConnection', edges: [ { __typename: 'IndexFieldEdge', node: { __typename: 'IndexField', id: 'f6845ea1-2804-4403-ad7f-a142738ad1e0', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', order: 1, fieldMetadataId: '746048a7-80ec-44c5-8792-2c852b33dfc2', }, }, ], }, }, }, { __typename: 'IndexEdge', node: { __typename: 'Index', id: 'a529c40c-5630-4379-a931-cc68c3b996c0', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', name: 'IDX_9f96d65260c4676faac27cb6bf3', indexWhereClause: null, indexType: 'GIN', isUnique: false, indexFieldMetadatas: { __typename: 'IndexIndexFieldMetadatasConnection', edges: [ { __typename: 'IndexFieldEdge', node: { __typename: 'IndexField', id: '4b49f502-e589-4f52-8251-14b6a52fbb19', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', order: 0, fieldMetadataId: 'b94fa814-fa72-43ea-9ed0-2251d94ca545', }, }, ], }, }, }, ], }, fields: { __typename: 'ObjectFieldsConnection', pageInfo: { __typename: 'PageInfo', hasNextPage: false, hasPreviousPage: false, startCursor: 'YXJyYXljb25uZWN0aW9uOjA=', endCursor: 'YXJyYXljb25uZWN0aW9uOjE5', }, edges: [ { __typename: 'FieldEdge', node: { __typename: 'Field', id: '67a9efbf-7500-46cd-bfc9-73050b749a33', type: 'ACTOR', name: 'createdBy', label: 'Created by', description: 'The creator of the record', icon: 'IconCreativeCommonsSa', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: { name: "''", source: "'MANUAL'", }, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'c25dc5ab-aa89-46ba-816f-6db13c01e242', type: 'DATE_TIME', name: 'createdAt', label: 'Creation date', description: 'Creation date', icon: 'IconCalendar', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: 'now', options: null, isLabelSyncedWithName: false, settings: { displayAsRelativeDate: true, }, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'aa70dc09-2639-414a-b133-8ab23bf208db', type: 'UUID', name: 'id', label: 'Id', description: 'Id', icon: 'Icon123', isCustom: false, isActive: true, isSystem: true, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: 'uuid', options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '59a49e10-308c-4639-b1a2-c36346a17768', type: 'TEXT', name: 'name', label: 'Name', description: 'The opportunity name', icon: 'IconTargetArrow', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: "''", options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'f07df0f7-0724-42e4-942b-7fd9841fa865', type: 'SELECT', name: 'stage', label: 'Stage', description: 'Opportunity stage', icon: 'IconProgressCheck', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: "'NEW'", options: [ { id: 'fe7d4328-3a86-4dc4-91a4-06eb185ba06e', color: 'red', label: 'New', value: 'NEW', position: 0, }, { id: 'd913d3ee-f559-485e-b3b0-a251de42cac8', color: 'purple', label: 'Screening', value: 'SCREENING', position: 1, }, { id: '6b45bb5d-ff47-4248-b9dc-e08e43e3992f', color: 'sky', label: 'Meeting', value: 'MEETING', position: 2, }, { id: 'e956c14d-8959-485a-9ed8-337166ba8b25', color: 'turquoise', label: 'Proposal', value: 'PROPOSAL', position: 3, }, { id: '3dd861b9-7591-4c21-a501-dee55103039b', color: 'yellow', label: 'Customer', value: 'CUSTOMER', position: 4, }, ], isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '682b2961-ce2a-42af-bafe-eb33589eef0b', type: 'RELATION', name: 'favorites', label: 'Favorites', description: 'Favorites linked to the opportunity', icon: 'IconHeart', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: 'da86e9d4-0478-4dfd-80c9-af762f3ea4ef', direction: 'ONE_TO_MANY', sourceObjectMetadata: { __typename: 'Object', id: '8b1e1c30-3503-4bf8-ad90-882bef627fee', nameSingular: 'opportunity', namePlural: 'opportunities', }, sourceFieldMetadata: { __typename: 'Field', id: '682b2961-ce2a-42af-bafe-eb33589eef0b', name: 'favorites', }, targetObjectMetadata: { __typename: 'Object', id: '5df3abf5-8d68-4591-8c8e-97b15c33046d', nameSingular: 'favorite', namePlural: 'favorites', }, targetFieldMetadata: { __typename: 'Field', id: '07b73250-4dd8-48aa-a0d9-acbc0e6159e7', name: 'opportunity', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '926c81d6-4a9c-41c9-8eb8-27070ee8ffc2', type: 'RELATION', name: 'attachments', label: 'Attachments', description: 'Attachments linked to the opportunity', icon: 'IconFileImport', isCustom: false, isActive: true, isSystem: false, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: '62e16e78-1972-4195-b860-434239f9f7d8', direction: 'ONE_TO_MANY', sourceObjectMetadata: { __typename: 'Object', id: '8b1e1c30-3503-4bf8-ad90-882bef627fee', nameSingular: 'opportunity', namePlural: 'opportunities', }, sourceFieldMetadata: { __typename: 'Field', id: '926c81d6-4a9c-41c9-8eb8-27070ee8ffc2', name: 'attachments', }, targetObjectMetadata: { __typename: 'Object', id: 'a9159d73-fb6d-45ee-aff0-e5e15c6ee8f7', nameSingular: 'attachment', namePlural: 'attachments', }, targetFieldMetadata: { __typename: 'Field', id: '4e7b7cc8-c222-40a7-8909-839193963da1', name: 'opportunity', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '474c83dd-fb08-44da-99fe-a00ca82129ab', type: 'RELATION', name: 'noteTargets', label: 'Notes', description: 'Notes tied to the opportunity', icon: 'IconNotes', isCustom: false, isActive: true, isSystem: false, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: '53ad266e-2b93-4ae4-b4fb-fd96aa4a193d', direction: 'ONE_TO_MANY', sourceObjectMetadata: { __typename: 'Object', id: '8b1e1c30-3503-4bf8-ad90-882bef627fee', nameSingular: 'opportunity', namePlural: 'opportunities', }, sourceFieldMetadata: { __typename: 'Field', id: '474c83dd-fb08-44da-99fe-a00ca82129ab', name: 'noteTargets', }, targetObjectMetadata: { __typename: 'Object', id: 'ff17ccda-93cb-43ce-8def-4315fef9a01a', nameSingular: 'noteTarget', namePlural: 'noteTargets', }, targetFieldMetadata: { __typename: 'Field', id: '42a2a5cd-c36b-4dd5-8f13-8f022a4e9470', name: 'opportunity', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '0629c710-979b-4dd3-a214-1efaa9db4be9', type: 'UUID', name: 'companyId', label: 'Company id (foreign key)', description: 'Opportunity company id foreign key', icon: 'IconBuildingSkyscraper', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '93ee9e29-f1ab-44bf-a1ae-4637630d49fe', type: 'RELATION', name: 'company', label: 'Company', description: 'Opportunity company', icon: 'IconBuildingSkyscraper', isCustom: false, isActive: true, isSystem: false, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: '2980cde0-a949-48b4-b70e-72bb2df38693', direction: 'MANY_TO_ONE', sourceObjectMetadata: { __typename: 'Object', id: '8b1e1c30-3503-4bf8-ad90-882bef627fee', nameSingular: 'opportunity', namePlural: 'opportunities', }, sourceFieldMetadata: { __typename: 'Field', id: '93ee9e29-f1ab-44bf-a1ae-4637630d49fe', name: 'company', }, targetObjectMetadata: { __typename: 'Object', id: 'e2e9bdde-68e5-455f-8459-5c34ef3b7223', nameSingular: 'company', namePlural: 'companies', }, targetFieldMetadata: { __typename: 'Field', id: 'b4aaa575-7b9f-411c-a609-f8f89a4f690d', name: 'opportunities', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '6bd68065-ec31-47b0-9641-1c9eb7ccd006', type: 'RELATION', name: 'taskTargets', label: 'Tasks', description: 'Tasks tied to the opportunity', icon: 'IconCheckbox', isCustom: false, isActive: true, isSystem: false, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: '19c29332-cca2-4632-a2e7-f616353ad142', direction: 'ONE_TO_MANY', sourceObjectMetadata: { __typename: 'Object', id: '8b1e1c30-3503-4bf8-ad90-882bef627fee', nameSingular: 'opportunity', namePlural: 'opportunities', }, sourceFieldMetadata: { __typename: 'Field', id: '6bd68065-ec31-47b0-9641-1c9eb7ccd006', name: 'taskTargets', }, targetObjectMetadata: { __typename: 'Object', id: '472aafb6-7f56-4984-be83-5520beab4b32', nameSingular: 'taskTarget', namePlural: 'taskTargets', }, targetFieldMetadata: { __typename: 'Field', id: '95c1e3de-ec86-49b1-93fd-1b19da46d32a', name: 'opportunity', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '22d24041-2cde-419d-b205-ee80efd7d3e7', type: 'POSITION', name: 'position', label: 'Position', description: 'Opportunity record position', icon: 'IconHierarchy2', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'a26ed406-5be7-4e87-b99a-1206f27130d5', type: 'DATE_TIME', name: 'updatedAt', label: 'Last update', description: 'Last time the record was changed', icon: 'IconCalendarClock', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: 'now', options: null, isLabelSyncedWithName: false, settings: { displayAsRelativeDate: true, }, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'acc1709d-4843-4095-8881-77f13b88683a', type: 'CURRENCY', name: 'amount', label: 'Amount', description: 'Opportunity amount', icon: 'IconCurrencyDollar', isCustom: false, isActive: true, isSystem: false, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: { amountMicros: null, currencyCode: "''", }, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '3bc948c3-604c-4a15-819f-00f5e4ea830c', type: 'UUID', name: 'pointOfContactId', label: 'Point of Contact id (foreign key)', description: 'Opportunity point of contact id foreign key', icon: 'IconUser', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '746048a7-80ec-44c5-8792-2c852b33dfc2', type: 'DATE_TIME', name: 'deletedAt', label: 'Deleted at', description: 'Date when the record was deleted', icon: 'IconCalendarMinus', isCustom: false, isActive: true, isSystem: false, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: { displayAsRelativeDate: true, }, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '633b804e-91d6-42ef-be66-d4e5bb3e0ce2', type: 'RELATION', name: 'pointOfContact', label: 'Point of Contact', description: 'Opportunity point of contact', icon: 'IconUser', isCustom: false, isActive: true, isSystem: false, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: '5dc9ea5d-616f-48d9-8608-fcfa7e39767e', direction: 'MANY_TO_ONE', sourceObjectMetadata: { __typename: 'Object', id: '8b1e1c30-3503-4bf8-ad90-882bef627fee', nameSingular: 'opportunity', namePlural: 'opportunities', }, sourceFieldMetadata: { __typename: 'Field', id: '633b804e-91d6-42ef-be66-d4e5bb3e0ce2', name: 'pointOfContact', }, targetObjectMetadata: { __typename: 'Object', id: '0da1c90e-54e6-496d-b06e-9318a69f51b2', nameSingular: 'person', namePlural: 'people', }, targetFieldMetadata: { __typename: 'Field', id: '6e7db279-e742-4d69-aeec-a7702409cb10', name: 'pointOfContactForOpportunities', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '8af62534-2333-4d62-8b8f-30732205606d', type: 'RELATION', name: 'timelineActivities', label: 'Timeline Activities', description: 'Timeline Activities linked to the opportunity.', icon: 'IconTimelineEvent', isCustom: false, isActive: true, isSystem: false, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: '105074ec-243d-4ffb-b7f1-8f1f856bff4c', direction: 'ONE_TO_MANY', sourceObjectMetadata: { __typename: 'Object', id: '8b1e1c30-3503-4bf8-ad90-882bef627fee', nameSingular: 'opportunity', namePlural: 'opportunities', }, sourceFieldMetadata: { __typename: 'Field', id: '8af62534-2333-4d62-8b8f-30732205606d', name: 'timelineActivities', }, targetObjectMetadata: { __typename: 'Object', id: '99c6e57d-11d0-4f1f-af99-0bb49a28e8f3', nameSingular: 'timelineActivity', namePlural: 'timelineActivities', }, targetFieldMetadata: { __typename: 'Field', id: 'ea47aae8-1dd4-4c41-a6f3-ffb6b9ac4826', name: 'opportunity', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'f827a090-b838-48db-b560-a47f37c9ef7f', type: 'DATE_TIME', name: 'closeDate', label: 'Close date', description: 'Opportunity close date', icon: 'IconCalendarEvent', isCustom: false, isActive: true, isSystem: false, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'b94fa814-fa72-43ea-9ed0-2251d94ca545', type: 'TS_VECTOR', name: 'searchVector', label: 'Search vector', description: 'Field used for full-text search', icon: 'IconUser', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, ], }, }, }, { __typename: 'ObjectEdge', node: { __typename: 'Object', id: '872fd058-4b43-4cef-87b6-3ba6fb97939a', dataSourceId: '819c27d5-2d36-4862-af84-5d0c81c9fd69', nameSingular: 'connectedAccount', namePlural: 'connectedAccounts', labelSingular: 'Connected Account', labelPlural: 'Connected Accounts', description: 'A connected account', icon: 'IconAt', isCustom: false, isRemote: false, isActive: true, isSystem: true, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', labelIdentifierFieldMetadataId: '08d6d288-3d0b-4df3-8597-9fd3946ef49b', imageIdentifierFieldMetadataId: null, shortcut: null, isLabelSyncedWithName: false, indexMetadatas: { __typename: 'ObjectIndexMetadatasConnection', edges: [ { __typename: 'IndexEdge', node: { __typename: 'Index', id: '1e8815d5-7a43-4f0e-883e-68039b629ba2', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', name: 'IDX_7d1b454b2a538273bdb947e848f', indexWhereClause: null, indexType: 'BTREE', isUnique: false, indexFieldMetadatas: { __typename: 'IndexIndexFieldMetadatasConnection', edges: [ { __typename: 'IndexFieldEdge', node: { __typename: 'IndexField', id: 'ba58ff30-ea84-4c39-8326-9278d1dcc869', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', order: 1, fieldMetadataId: '43e15230-4cca-4052-abcc-9a9b8ac60830', }, }, { __typename: 'IndexFieldEdge', node: { __typename: 'IndexField', id: 'a5d4877b-5428-4d79-816f-bc2defe3485d', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', order: 0, fieldMetadataId: '7e1c5069-09af-43ad-977f-abcfe75cea8b', }, }, ], }, }, }, ], }, fields: { __typename: 'ObjectFieldsConnection', pageInfo: { __typename: 'PageInfo', hasNextPage: false, hasPreviousPage: false, startCursor: 'YXJyYXljb25uZWN0aW9uOjA=', endCursor: 'YXJyYXljb25uZWN0aW9uOjE1', }, edges: [ { __typename: 'FieldEdge', node: { __typename: 'Field', id: '43e15230-4cca-4052-abcc-9a9b8ac60830', type: 'DATE_TIME', name: 'deletedAt', label: 'Deleted at', description: 'Date when the record was deleted', icon: 'IconCalendarMinus', isCustom: false, isActive: true, isSystem: false, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: { displayAsRelativeDate: true, }, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'ce590ddc-6182-4c13-92eb-462a48173dd9', type: 'TEXT', name: 'lastSyncHistoryId', label: 'Last sync history ID', description: 'Last sync history ID', icon: 'IconHistory', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: "''", options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '9ed4a5c5-26f8-490b-ac5c-3d5cca3fc829', type: 'DATE_TIME', name: 'authFailedAt', label: 'Auth failed at', description: 'Auth failed at', icon: 'IconX', isCustom: false, isActive: true, isSystem: false, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'a78b68cd-feb3-45ff-ba69-ef37761e81a0', type: 'RELATION', name: 'messageChannels', label: 'Message Channels', description: 'Message Channels', icon: 'IconMessage', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: '8735a9a0-f29c-4646-b59d-e8ab3dcdfe8c', direction: 'ONE_TO_MANY', sourceObjectMetadata: { __typename: 'Object', id: '872fd058-4b43-4cef-87b6-3ba6fb97939a', nameSingular: 'connectedAccount', namePlural: 'connectedAccounts', }, sourceFieldMetadata: { __typename: 'Field', id: 'a78b68cd-feb3-45ff-ba69-ef37761e81a0', name: 'messageChannels', }, targetObjectMetadata: { __typename: 'Object', id: '07bddc45-d23a-496d-8f13-acc77a0b165c', nameSingular: 'messageChannel', namePlural: 'messageChannels', }, targetFieldMetadata: { __typename: 'Field', id: '878406ca-e7f7-4204-bb9a-84bb2a763394', name: 'connectedAccount', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '3fc03a62-e1f3-4d84-bcd4-64055e2d5734', type: 'TEXT', name: 'accessToken', label: 'Access Token', description: 'Messaging provider access token', icon: 'IconKey', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: "''", options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'bdf693d1-4c58-4e0a-ae19-807eb82c11b0', type: 'RELATION', name: 'calendarChannels', label: 'Calendar Channels', description: 'Calendar Channels', icon: 'IconCalendar', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: '957bf3bf-6c92-4934-a21b-689e91df440f', direction: 'ONE_TO_MANY', sourceObjectMetadata: { __typename: 'Object', id: '872fd058-4b43-4cef-87b6-3ba6fb97939a', nameSingular: 'connectedAccount', namePlural: 'connectedAccounts', }, sourceFieldMetadata: { __typename: 'Field', id: 'bdf693d1-4c58-4e0a-ae19-807eb82c11b0', name: 'calendarChannels', }, targetObjectMetadata: { __typename: 'Object', id: '6f7b5e12-bf54-4ac5-9f16-adff8404b736', nameSingular: 'calendarChannel', namePlural: 'calendarChannels', }, targetFieldMetadata: { __typename: 'Field', id: '8526d2da-4a05-48e7-ad76-67154d97d337', name: 'connectedAccount', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '1b6a8bac-bdf1-47b0-951b-0be655b772bc', type: 'RELATION', name: 'accountOwner', label: 'Account Owner', description: 'Account Owner', icon: 'IconUserCircle', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: '3f66e6a1-8d84-4431-b78b-72422b5985a4', direction: 'MANY_TO_ONE', sourceObjectMetadata: { __typename: 'Object', id: '872fd058-4b43-4cef-87b6-3ba6fb97939a', nameSingular: 'connectedAccount', namePlural: 'connectedAccounts', }, sourceFieldMetadata: { __typename: 'Field', id: '1b6a8bac-bdf1-47b0-951b-0be655b772bc', name: 'accountOwner', }, targetObjectMetadata: { __typename: 'Object', id: '6c349123-a42c-4f53-a140-41ac74c6718f', nameSingular: 'workspaceMember', namePlural: 'workspaceMembers', }, targetFieldMetadata: { __typename: 'Field', id: '9236eb6d-ef54-431a-aca7-485fc9d93afd', name: 'connectedAccounts', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'a00effe6-4c3e-4b7d-bcfb-61cd188bc2ec', type: 'ARRAY', name: 'scopes', label: 'Scopes', description: 'Scopes', icon: 'IconSettings', isCustom: false, isActive: true, isSystem: false, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '05eb4611-5158-4b96-99a6-e1d5b3b625eb', type: 'TEXT', name: 'handleAliases', label: 'Handle Aliases', description: 'Handle Aliases', icon: 'IconMail', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: "''", options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '534a7736-a85b-47af-adc8-51ae664d5450', type: 'TEXT', name: 'refreshToken', label: 'Refresh Token', description: 'Messaging provider refresh token', icon: 'IconKey', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: "''", options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'b962cde1-22d2-4c51-bcb5-710b67921948', type: 'DATE_TIME', name: 'createdAt', label: 'Creation date', description: 'Creation date', icon: 'IconCalendar', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: 'now', options: null, isLabelSyncedWithName: false, settings: { displayAsRelativeDate: true, }, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '08d6d288-3d0b-4df3-8597-9fd3946ef49b', type: 'TEXT', name: 'handle', label: 'handle', description: 'The account handle (email, username, phone number, etc.)', icon: 'IconMail', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: "''", options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '54d9bdb7-5d2b-4efe-90d3-79ce927a1c53', type: 'DATE_TIME', name: 'updatedAt', label: 'Last update', description: 'Last time the record was changed', icon: 'IconCalendarClock', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: 'now', options: null, isLabelSyncedWithName: false, settings: { displayAsRelativeDate: true, }, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '7e1c5069-09af-43ad-977f-abcfe75cea8b', type: 'UUID', name: 'accountOwnerId', label: 'Account Owner id (foreign key)', description: 'Account Owner id foreign key', icon: 'IconUserCircle', isCustom: false, isActive: true, isSystem: true, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '0ce2ca33-f784-4544-b974-850232e14e66', type: 'TEXT', name: 'provider', label: 'provider', description: 'The account provider', icon: 'IconSettings', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: "''", options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '12b44a0d-1c8d-4f0c-ae93-23259662c58c', type: 'UUID', name: 'id', label: 'Id', description: 'Id', icon: 'Icon123', isCustom: false, isActive: true, isSystem: true, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: 'uuid', options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, ], }, }, }, { __typename: 'ObjectEdge', node: { __typename: 'Object', id: '855240cc-3209-4511-8c6a-10f8ce253a2a', dataSourceId: '819c27d5-2d36-4862-af84-5d0c81c9fd69', nameSingular: 'workflowRun', namePlural: 'workflowRuns', labelSingular: 'Workflow Run', labelPlural: 'Workflow Runs', description: 'A workflow run', icon: 'IconSettingsAutomation', isCustom: false, isRemote: false, isActive: true, isSystem: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', labelIdentifierFieldMetadataId: '182fda22-b850-4177-886f-c37d98fc8fee', imageIdentifierFieldMetadataId: null, shortcut: null, isLabelSyncedWithName: false, indexMetadatas: { __typename: 'ObjectIndexMetadatasConnection', edges: [ { __typename: 'IndexEdge', node: { __typename: 'Index', id: '8798b3dc-4c1f-405a-9340-c96d43235cdf', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', name: 'IDX_faa5772594c4ce15b9305919f2f', indexWhereClause: null, indexType: 'BTREE', isUnique: false, indexFieldMetadatas: { __typename: 'IndexIndexFieldMetadatasConnection', edges: [ { __typename: 'IndexFieldEdge', node: { __typename: 'IndexField', id: '5dbce630-e32f-4bf4-ac1b-ea9e2cfe6b23', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', order: 1, fieldMetadataId: 'dc9bf0e9-5adc-4f89-ad48-56ffef462e5e', }, }, { __typename: 'IndexFieldEdge', node: { __typename: 'IndexField', id: '5831c6bb-73c8-4b76-abd4-da2fbf673a56', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', order: 0, fieldMetadataId: 'b4bfa5b4-f84b-4b7f-98e2-61f6251780ac', }, }, ], }, }, }, { __typename: 'IndexEdge', node: { __typename: 'Index', id: 'c21569e6-5a06-46a3-87e5-9030309db93e', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', name: 'IDX_eee970874f46ff99eefc0015001', indexWhereClause: null, indexType: 'BTREE', isUnique: false, indexFieldMetadatas: { __typename: 'IndexIndexFieldMetadatasConnection', edges: [ { __typename: 'IndexFieldEdge', node: { __typename: 'IndexField', id: 'd9adc369-b484-4968-820a-cd7a098faecb', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', order: 1, fieldMetadataId: 'dc9bf0e9-5adc-4f89-ad48-56ffef462e5e', }, }, ], }, }, }, ], }, fields: { __typename: 'ObjectFieldsConnection', pageInfo: { __typename: 'PageInfo', hasNextPage: false, hasPreviousPage: false, startCursor: 'YXJyYXljb25uZWN0aW9uOjA=', endCursor: 'YXJyYXljb25uZWN0aW9uOjE2', }, edges: [ { __typename: 'FieldEdge', node: { __typename: 'Field', id: '7fd2309c-afc3-4ffb-8092-1db4e1c84744', type: 'DATE_TIME', name: 'createdAt', label: 'Creation date', description: 'Creation date', icon: 'IconCalendar', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: 'now', options: null, isLabelSyncedWithName: false, settings: { displayAsRelativeDate: true, }, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'b4bfa5b4-f84b-4b7f-98e2-61f6251780ac', type: 'UUID', name: 'workflowVersionId', label: 'Workflow version id (foreign key)', description: 'Workflow version linked to the run. id foreign key', icon: 'IconVersions', isCustom: false, isActive: true, isSystem: true, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '1315aaef-2dea-4c6e-89e8-4cb45c53b135', type: 'DATE_TIME', name: 'updatedAt', label: 'Last update', description: 'Last time the record was changed', icon: 'IconCalendarClock', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: 'now', options: null, isLabelSyncedWithName: false, settings: { displayAsRelativeDate: true, }, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'db6ef488-fab3-4cb9-bee1-6aa269ea5b7d', type: 'DATE_TIME', name: 'startedAt', label: 'Workflow run started at', description: 'Workflow run started at', icon: 'IconHistory', isCustom: false, isActive: true, isSystem: false, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '99a220fe-50cf-4ffe-a8c7-17c0b018aff9', type: 'RAW_JSON', name: 'output', label: 'Output', description: 'Json object to provide output of the workflow run', icon: 'IconText', isCustom: false, isActive: true, isSystem: false, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '35af201e-5d1b-43a2-b34a-58ddb5441d96', type: 'POSITION', name: 'position', label: 'Position', description: 'Workflow run position', icon: 'IconHierarchy2', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '05290d0e-a49f-4a8e-a162-ecf9aca61911', type: 'SELECT', name: 'status', label: 'Workflow run status', description: 'Workflow run status', icon: 'IconStatusChange', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: "'NOT_STARTED'", options: [ { id: 'c7ff1ce0-2e47-44de-9761-867c25f68a90', color: 'gray', label: 'Not started', value: 'NOT_STARTED', position: 0, }, { id: '698860d8-9537-42d2-9a78-e8dedc41abe6', color: 'yellow', label: 'Running', value: 'RUNNING', position: 1, }, { id: '1aa1d704-b2c5-41f1-a49d-27f2c93b7f5f', color: 'green', label: 'Completed', value: 'COMPLETED', position: 2, }, { id: '9101b24b-9a92-4170-aaf8-e5302a14eae6', color: 'red', label: 'Failed', value: 'FAILED', position: 3, }, ], isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '182fda22-b850-4177-886f-c37d98fc8fee', type: 'TEXT', name: 'name', label: 'Name', description: 'Name of the workflow run', icon: 'IconSettingsAutomation', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: "''", options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '1f0f2755-c8f1-438a-91da-5bb25a338e1b', type: 'RELATION', name: 'workflow', label: 'Workflow', description: 'Workflow linked to the run.', icon: 'IconSettingsAutomation', isCustom: false, isActive: true, isSystem: false, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: 'e07a8572-efe0-45b2-8613-81fc37764c8b', direction: 'MANY_TO_ONE', sourceObjectMetadata: { __typename: 'Object', id: '855240cc-3209-4511-8c6a-10f8ce253a2a', nameSingular: 'workflowRun', namePlural: 'workflowRuns', }, sourceFieldMetadata: { __typename: 'Field', id: '1f0f2755-c8f1-438a-91da-5bb25a338e1b', name: 'workflow', }, targetObjectMetadata: { __typename: 'Object', id: '5dc29a2c-d985-48fc-bad4-6e3f8623f811', nameSingular: 'workflow', namePlural: 'workflows', }, targetFieldMetadata: { __typename: 'Field', id: '38c8c5a3-ebad-4df4-aed3-236df69a1df0', name: 'runs', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'dc9bf0e9-5adc-4f89-ad48-56ffef462e5e', type: 'DATE_TIME', name: 'deletedAt', label: 'Deleted at', description: 'Date when the record was deleted', icon: 'IconCalendarMinus', isCustom: false, isActive: true, isSystem: false, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: { displayAsRelativeDate: true, }, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '710930df-b591-411b-9929-c05e98ad43c6', type: 'UUID', name: 'id', label: 'Id', description: 'Id', icon: 'Icon123', isCustom: false, isActive: true, isSystem: true, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: 'uuid', options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '1d58650a-c691-4bf1-9d0c-d5b86117ec77', type: 'RELATION', name: 'favorites', label: 'Favorites', description: 'Favorites linked to the workflow run', icon: 'IconHeart', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: '4db3ebf8-57c2-4754-8dbf-211e8aa9b158', direction: 'ONE_TO_MANY', sourceObjectMetadata: { __typename: 'Object', id: '855240cc-3209-4511-8c6a-10f8ce253a2a', nameSingular: 'workflowRun', namePlural: 'workflowRuns', }, sourceFieldMetadata: { __typename: 'Field', id: '1d58650a-c691-4bf1-9d0c-d5b86117ec77', name: 'favorites', }, targetObjectMetadata: { __typename: 'Object', id: '5df3abf5-8d68-4591-8c8e-97b15c33046d', nameSingular: 'favorite', namePlural: 'favorites', }, targetFieldMetadata: { __typename: 'Field', id: '82000b5c-1390-4cfc-a836-74bdf98ec6f2', name: 'workflowRun', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '7ea0fcca-6134-4e1c-9fef-f84db0ef8190', type: 'ACTOR', name: 'createdBy', label: 'Created by', description: 'The creator of the record', icon: 'IconCreativeCommonsSa', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: { name: "''", source: "'MANUAL'", }, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '8690ed77-1b07-4e3f-b6c0-c8996f0283ca', type: 'RELATION', name: 'timelineActivities', label: 'Timeline Activities', description: 'Timeline activities linked to the run', icon: null, isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: 'b5cfc9b5-3a8c-419a-8d6d-bd89dccf6210', direction: 'ONE_TO_MANY', sourceObjectMetadata: { __typename: 'Object', id: '855240cc-3209-4511-8c6a-10f8ce253a2a', nameSingular: 'workflowRun', namePlural: 'workflowRuns', }, sourceFieldMetadata: { __typename: 'Field', id: '8690ed77-1b07-4e3f-b6c0-c8996f0283ca', name: 'timelineActivities', }, targetObjectMetadata: { __typename: 'Object', id: '99c6e57d-11d0-4f1f-af99-0bb49a28e8f3', nameSingular: 'timelineActivity', namePlural: 'timelineActivities', }, targetFieldMetadata: { __typename: 'Field', id: '20af2eab-14a8-49b2-bb32-643f8ef04481', name: 'workflowRun', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '6eb33fdd-764b-4d37-83a2-bd1df315b686', type: 'DATE_TIME', name: 'endedAt', label: 'Workflow run ended at', description: 'Workflow run ended at', icon: 'IconHistory', isCustom: false, isActive: true, isSystem: false, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '767fbad6-ff8c-4e97-b61e-b294768ba2b6', type: 'RELATION', name: 'workflowVersion', label: 'Workflow version', description: 'Workflow version linked to the run.', icon: 'IconVersions', isCustom: false, isActive: true, isSystem: false, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: '19b0458a-af41-4519-b44b-01c91f0b63d5', direction: 'MANY_TO_ONE', sourceObjectMetadata: { __typename: 'Object', id: '855240cc-3209-4511-8c6a-10f8ce253a2a', nameSingular: 'workflowRun', namePlural: 'workflowRuns', }, sourceFieldMetadata: { __typename: 'Field', id: '767fbad6-ff8c-4e97-b61e-b294768ba2b6', name: 'workflowVersion', }, targetObjectMetadata: { __typename: 'Object', id: 'be8f69da-abf5-4812-aecd-10b1358a6e60', nameSingular: 'workflowVersion', namePlural: 'workflowVersions', }, targetFieldMetadata: { __typename: 'Field', id: 'adb232d2-7a84-4fd4-b338-5c0a33adfa61', name: 'runs', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'be935eb1-b7d8-458c-a426-4e3157d5f93e', type: 'UUID', name: 'workflowId', label: 'Workflow id (foreign key)', description: 'Workflow linked to the run. id foreign key', icon: 'IconSettingsAutomation', isCustom: false, isActive: true, isSystem: true, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, ], }, }, }, { __typename: 'ObjectEdge', node: { __typename: 'Object', id: '6f7b5e12-bf54-4ac5-9f16-adff8404b736', dataSourceId: '819c27d5-2d36-4862-af84-5d0c81c9fd69', nameSingular: 'calendarChannel', namePlural: 'calendarChannels', labelSingular: 'Calendar Channel', labelPlural: 'Calendar Channels', description: 'Calendar Channels', icon: 'IconCalendar', isCustom: false, isRemote: false, isActive: true, isSystem: true, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', labelIdentifierFieldMetadataId: '2de55457-c07b-4a85-bf77-bd24d2dafd38', imageIdentifierFieldMetadataId: null, shortcut: null, isLabelSyncedWithName: false, indexMetadatas: { __typename: 'ObjectIndexMetadatasConnection', edges: [ { __typename: 'IndexEdge', node: { __typename: 'Index', id: 'fcb8f61c-4c18-4b1b-800e-bbe74859c1c9', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', name: 'IDX_3465c79448bacd2f1268e5f6310', indexWhereClause: null, indexType: 'BTREE', isUnique: false, indexFieldMetadatas: { __typename: 'IndexIndexFieldMetadatasConnection', edges: [ { __typename: 'IndexFieldEdge', node: { __typename: 'IndexField', id: 'c6e2733e-4dac-4665-bf86-e1fd6334157a', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', order: 0, fieldMetadataId: '73649056-1d05-45c1-9e3b-147145501f39', }, }, { __typename: 'IndexFieldEdge', node: { __typename: 'IndexField', id: '9cf3db4b-1739-4c7f-9c99-6df1d697b2ad', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', order: 1, fieldMetadataId: '0edf41bd-bc04-428e-8043-3faf8e1b5157', }, }, ], }, }, }, ], }, fields: { __typename: 'ObjectFieldsConnection', pageInfo: { __typename: 'PageInfo', hasNextPage: false, hasPreviousPage: false, startCursor: 'YXJyYXljb25uZWN0aW9uOjA=', endCursor: 'YXJyYXljb25uZWN0aW9uOjE3', }, edges: [ { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'd94274e4-93e3-405c-8fdd-5b6e12d35b24', type: 'SELECT', name: 'visibility', label: 'Visibility', description: 'Visibility', icon: 'IconEyeglass', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: "'SHARE_EVERYTHING'", options: [ { id: 'ed95fe64-cbe1-4b36-8f84-a2a19206b28f', color: 'green', label: 'Metadata', value: 'METADATA', position: 0, }, { id: '04a66b09-7fb0-4561-9f2a-7b731cd68428', color: 'orange', label: 'Share Everything', value: 'SHARE_EVERYTHING', position: 1, }, ], isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '4082627a-a8a3-4482-975e-d6f0ee16f367', type: 'DATE_TIME', name: 'createdAt', label: 'Creation date', description: 'Creation date', icon: 'IconCalendar', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: 'now', options: null, isLabelSyncedWithName: false, settings: { displayAsRelativeDate: true, }, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '55b1b2c2-18f6-4d99-8e06-5921e96c85aa', type: 'TEXT', name: 'syncCursor', label: 'Sync Cursor', description: 'Sync Cursor. Used for syncing events from the calendar provider', icon: 'IconReload', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: "''", options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '80e9f799-17fe-49d6-9df7-f37474df8d22', type: 'DATE_TIME', name: 'syncedAt', label: 'Last sync date', description: 'Last sync date', icon: 'IconHistory', isCustom: false, isActive: true, isSystem: false, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '64696a66-7e92-4f27-80f7-fbb40b82a09b', type: 'DATE_TIME', name: 'updatedAt', label: 'Last update', description: 'Last time the record was changed', icon: 'IconCalendarClock', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: 'now', options: null, isLabelSyncedWithName: false, settings: { displayAsRelativeDate: true, }, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '8526d2da-4a05-48e7-ad76-67154d97d337', type: 'RELATION', name: 'connectedAccount', label: 'Connected Account', description: 'Connected Account', icon: 'IconUserCircle', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: '957bf3bf-6c92-4934-a21b-689e91df440f', direction: 'MANY_TO_ONE', sourceObjectMetadata: { __typename: 'Object', id: '6f7b5e12-bf54-4ac5-9f16-adff8404b736', nameSingular: 'calendarChannel', namePlural: 'calendarChannels', }, sourceFieldMetadata: { __typename: 'Field', id: '8526d2da-4a05-48e7-ad76-67154d97d337', name: 'connectedAccount', }, targetObjectMetadata: { __typename: 'Object', id: '872fd058-4b43-4cef-87b6-3ba6fb97939a', nameSingular: 'connectedAccount', namePlural: 'connectedAccounts', }, targetFieldMetadata: { __typename: 'Field', id: 'bdf693d1-4c58-4e0a-ae19-807eb82c11b0', name: 'calendarChannels', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'dca5dc56-54b1-4bdc-8a9c-043b0030fea6', type: 'RELATION', name: 'calendarChannelEventAssociations', label: 'Calendar Channel Event Associations', description: 'Calendar Channel Event Associations', icon: 'IconCalendar', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: '249e77d7-9b0b-4fca-9a82-1c0767780797', direction: 'ONE_TO_MANY', sourceObjectMetadata: { __typename: 'Object', id: '6f7b5e12-bf54-4ac5-9f16-adff8404b736', nameSingular: 'calendarChannel', namePlural: 'calendarChannels', }, sourceFieldMetadata: { __typename: 'Field', id: 'dca5dc56-54b1-4bdc-8a9c-043b0030fea6', name: 'calendarChannelEventAssociations', }, targetObjectMetadata: { __typename: 'Object', id: '032fa361-efca-42ad-b3c9-2a061bdfc857', nameSingular: 'calendarChannelEventAssociation', namePlural: 'calendarChannelEventAssociations', }, targetFieldMetadata: { __typename: 'Field', id: '90c562fb-4c0a-423a-8ae3-2bdf713007be', name: 'calendarChannel', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'aea86195-03f2-4b51-91f7-7cb25b20d5bd', type: 'BOOLEAN', name: 'isSyncEnabled', label: 'Is Sync Enabled', description: 'Is Sync Enabled', icon: 'IconRefresh', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: true, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '0edf41bd-bc04-428e-8043-3faf8e1b5157', type: 'DATE_TIME', name: 'deletedAt', label: 'Deleted at', description: 'Date when the record was deleted', icon: 'IconCalendarMinus', isCustom: false, isActive: true, isSystem: false, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: { displayAsRelativeDate: true, }, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '2de55457-c07b-4a85-bf77-bd24d2dafd38', type: 'TEXT', name: 'handle', label: 'Handle', description: 'Handle', icon: 'IconAt', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: "''", options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'e75763ba-5a9b-49e5-962c-aee9ab77a9de', type: 'BOOLEAN', name: 'isContactAutoCreationEnabled', label: 'Is Contact Auto Creation Enabled', description: 'Is Contact Auto Creation Enabled', icon: 'IconUserCircle', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: true, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '73649056-1d05-45c1-9e3b-147145501f39', type: 'UUID', name: 'connectedAccountId', label: 'Connected Account id (foreign key)', description: 'Connected Account id foreign key', icon: 'IconUserCircle', isCustom: false, isActive: true, isSystem: true, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'ad6ad180-0f80-4442-af0d-f61c6a400287', type: 'SELECT', name: 'contactAutoCreationPolicy', label: 'Contact auto creation policy', description: 'Automatically create records for people you participated with in an event.', icon: 'IconUserCircle', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: "'AS_PARTICIPANT_AND_ORGANIZER'", options: [ { id: '70661128-ab08-4413-836d-8548b0153d31', color: 'green', label: 'As Participant and Organizer', value: 'AS_PARTICIPANT_AND_ORGANIZER', position: 0, }, { id: 'ce7138a8-3f2e-49ed-8092-d992a458a007', color: 'orange', label: 'As Participant', value: 'AS_PARTICIPANT', position: 1, }, { id: '9abf7873-cc27-44ea-8c8f-a1d0a5fdfd2d', color: 'blue', label: 'As Organizer', value: 'AS_ORGANIZER', position: 2, }, { id: 'c6cc8a97-dbe0-4946-ad4f-f5661222a8f0', color: 'red', label: 'None', value: 'NONE', position: 3, }, ], isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '4dfb12e8-ca50-467e-9767-6fa177dca81b', type: 'DATE_TIME', name: 'syncStageStartedAt', label: 'Sync stage started at', description: 'Sync stage started at', icon: 'IconHistory', isCustom: false, isActive: true, isSystem: false, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'f014c5c8-5022-4d0d-a125-072bd89c23ba', type: 'NUMBER', name: 'throttleFailureCount', label: 'Throttle Failure Count', description: 'Throttle Failure Count', icon: 'IconX', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: 0, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'b81c59bc-76b0-4445-8939-b2463e834ce1', type: 'SELECT', name: 'syncStage', label: 'Sync stage', description: 'Sync stage', icon: 'IconStatusChange', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: "'FULL_CALENDAR_EVENT_LIST_FETCH_PENDING'", options: [ { id: 'b173cf7d-dc30-4c75-a2e0-ee920b5d4a8c', color: 'blue', label: 'Full calendar event list fetch pending', value: 'FULL_CALENDAR_EVENT_LIST_FETCH_PENDING', position: 0, }, { id: '7712885e-2bc8-4ff0-a84c-dffa894079eb', color: 'blue', label: 'Partial calendar event list fetch pending', value: 'PARTIAL_CALENDAR_EVENT_LIST_FETCH_PENDING', position: 1, }, { id: '014568dd-75d5-4b90-a1c1-1f25ddde65af', color: 'orange', label: 'Calendar event list fetch ongoing', value: 'CALENDAR_EVENT_LIST_FETCH_ONGOING', position: 2, }, { id: '12928418-2719-440f-ab21-b1ebc4946109', color: 'blue', label: 'Calendar events import pending', value: 'CALENDAR_EVENTS_IMPORT_PENDING', position: 3, }, { id: '9ade432d-dc00-4648-b98f-6f129187f3c7', color: 'orange', label: 'Calendar events import ongoing', value: 'CALENDAR_EVENTS_IMPORT_ONGOING', position: 4, }, { id: '7bdbe72e-5ece-4012-88c8-e3b4931104eb', color: 'red', label: 'Failed', value: 'FAILED', position: 5, }, ], isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'fbf9d064-448b-4859-a4f3-68688448fb08', type: 'UUID', name: 'id', label: 'Id', description: 'Id', icon: 'Icon123', isCustom: false, isActive: true, isSystem: true, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: 'uuid', options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '205da990-cbbd-4e83-b99c-5665d9a330fe', type: 'SELECT', name: 'syncStatus', label: 'Sync status', description: 'Sync status', icon: 'IconStatusChange', isCustom: false, isActive: true, isSystem: false, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: [ { id: 'acf30776-003d-4ee3-84d0-6f80d9ec296b', color: 'yellow', label: 'Ongoing', value: 'ONGOING', position: 1, }, { id: '4760ff3c-72a4-4f23-b5ab-f36af88c6191', color: 'blue', label: 'Not Synced', value: 'NOT_SYNCED', position: 2, }, { id: '9ed789ce-01d2-42a2-a8eb-f74a4f1b9288', color: 'green', label: 'Active', value: 'ACTIVE', position: 3, }, { id: 'db01cb8d-2a4d-4f3f-a50e-9280848a9a62', color: 'red', label: 'Failed Insufficient Permissions', value: 'FAILED_INSUFFICIENT_PERMISSIONS', position: 4, }, { id: '092e9dee-f1d4-4163-b21f-9667663b8a5a', color: 'red', label: 'Failed Unknown', value: 'FAILED_UNKNOWN', position: 5, }, ], isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, ], }, }, }, { __typename: 'ObjectEdge', node: { __typename: 'Object', id: '6c349123-a42c-4f53-a140-41ac74c6718f', dataSourceId: '819c27d5-2d36-4862-af84-5d0c81c9fd69', nameSingular: 'workspaceMember', namePlural: 'workspaceMembers', labelSingular: 'Workspace Member', labelPlural: 'Workspace Members', description: 'A workspace member', icon: 'IconUserCircle', isCustom: false, isRemote: false, isActive: true, isSystem: true, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', labelIdentifierFieldMetadataId: 'b3a32b09-d56b-47c8-81b9-f29ba634634f', imageIdentifierFieldMetadataId: null, shortcut: null, isLabelSyncedWithName: false, indexMetadatas: { __typename: 'ObjectIndexMetadatasConnection', edges: [ { __typename: 'IndexEdge', node: { __typename: 'Index', id: '83e45eeb-bb4a-4271-90a5-da982ae274c1', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', name: 'IDX_e47451872f70c8f187a6b460ac7', indexWhereClause: null, indexType: 'GIN', isUnique: false, indexFieldMetadatas: { __typename: 'IndexIndexFieldMetadatasConnection', edges: [ { __typename: 'IndexFieldEdge', node: { __typename: 'IndexField', id: '92c6b23a-770d-4ac3-ad34-a129043f8a67', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', order: 0, fieldMetadataId: '2c3fa280-6c4b-428d-afc9-e65917f70dc9', }, }, ], }, }, }, ], }, fields: { __typename: 'ObjectFieldsConnection', pageInfo: { __typename: 'PageInfo', hasNextPage: false, hasPreviousPage: false, startCursor: 'YXJyYXljb25uZWN0aW9uOjA=', endCursor: 'YXJyYXljb25uZWN0aW9uOjIz', }, edges: [ { __typename: 'FieldEdge', node: { __typename: 'Field', id: '5f41e23c-4279-4ef1-8e72-a5f50fa2ff85', type: 'RELATION', name: 'accountOwnerForCompanies', label: 'Account Owner For Companies', description: 'Account owner for companies', icon: 'IconBriefcase', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: '7a03f8ea-bd23-4d15-8793-bbf1cd67de19', direction: 'ONE_TO_MANY', sourceObjectMetadata: { __typename: 'Object', id: '6c349123-a42c-4f53-a140-41ac74c6718f', nameSingular: 'workspaceMember', namePlural: 'workspaceMembers', }, sourceFieldMetadata: { __typename: 'Field', id: '5f41e23c-4279-4ef1-8e72-a5f50fa2ff85', name: 'accountOwnerForCompanies', }, targetObjectMetadata: { __typename: 'Object', id: 'e2e9bdde-68e5-455f-8459-5c34ef3b7223', nameSingular: 'company', namePlural: 'companies', }, targetFieldMetadata: { __typename: 'Field', id: '03def62a-0989-41ba-af0a-d4dcc420ef55', name: 'accountOwner', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '17c7bfba-fde8-4e2c-b2f6-ed51230a5c0d', type: 'RELATION', name: 'messageParticipants', label: 'Message Participants', description: 'Message Participants', icon: 'IconUserCircle', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: '39b8aae7-98c3-46a4-a425-54ff34e420fb', direction: 'ONE_TO_MANY', sourceObjectMetadata: { __typename: 'Object', id: '6c349123-a42c-4f53-a140-41ac74c6718f', nameSingular: 'workspaceMember', namePlural: 'workspaceMembers', }, sourceFieldMetadata: { __typename: 'Field', id: '17c7bfba-fde8-4e2c-b2f6-ed51230a5c0d', name: 'messageParticipants', }, targetObjectMetadata: { __typename: 'Object', id: '5c073dd8-4a3c-4618-b01a-31829217f4e1', nameSingular: 'messageParticipant', namePlural: 'messageParticipants', }, targetFieldMetadata: { __typename: 'Field', id: '8a128690-eb36-46e3-9888-ffe5d84f7691', name: 'workspaceMember', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '5d3764ad-451f-441d-bfd6-d2a846799ac0', type: 'RELATION', name: 'auditLogs', label: 'Audit Logs', description: 'Audit Logs linked to the workspace member', icon: 'IconTimelineEvent', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: 'c5e82746-c6cc-481b-8708-0343d0b5bd1f', direction: 'ONE_TO_MANY', sourceObjectMetadata: { __typename: 'Object', id: '6c349123-a42c-4f53-a140-41ac74c6718f', nameSingular: 'workspaceMember', namePlural: 'workspaceMembers', }, sourceFieldMetadata: { __typename: 'Field', id: '5d3764ad-451f-441d-bfd6-d2a846799ac0', name: 'auditLogs', }, targetObjectMetadata: { __typename: 'Object', id: '8c7ad041-d32e-40f6-87a2-ca8743d949be', nameSingular: 'auditLog', namePlural: 'auditLogs', }, targetFieldMetadata: { __typename: 'Field', id: '2f4c6817-df56-4f2e-850d-80f73fa5cfda', name: 'workspaceMember', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '34123e4b-9211-4ef6-b87a-a84da69cd099', type: 'TEXT', name: 'locale', label: 'Language', description: 'Preferred language', icon: 'IconLanguage', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: "'en'", options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'c8026fa4-c9e0-4135-bdbe-2b8663fd7558', type: 'DATE_TIME', name: 'deletedAt', label: 'Deleted at', description: 'Date when the record was deleted', icon: 'IconCalendarMinus', isCustom: false, isActive: true, isSystem: false, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: { displayAsRelativeDate: true, }, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '9236eb6d-ef54-431a-aca7-485fc9d93afd', type: 'RELATION', name: 'connectedAccounts', label: 'Connected accounts', description: 'Connected accounts', icon: 'IconAt', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: '3f66e6a1-8d84-4431-b78b-72422b5985a4', direction: 'ONE_TO_MANY', sourceObjectMetadata: { __typename: 'Object', id: '6c349123-a42c-4f53-a140-41ac74c6718f', nameSingular: 'workspaceMember', namePlural: 'workspaceMembers', }, sourceFieldMetadata: { __typename: 'Field', id: '9236eb6d-ef54-431a-aca7-485fc9d93afd', name: 'connectedAccounts', }, targetObjectMetadata: { __typename: 'Object', id: '872fd058-4b43-4cef-87b6-3ba6fb97939a', nameSingular: 'connectedAccount', namePlural: 'connectedAccounts', }, targetFieldMetadata: { __typename: 'Field', id: '1b6a8bac-bdf1-47b0-951b-0be655b772bc', name: 'accountOwner', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'b3a32b09-d56b-47c8-81b9-f29ba634634f', type: 'FULL_NAME', name: 'name', label: 'Name', description: 'Workspace member name', icon: 'IconCircleUser', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: { lastName: "''", firstName: "''", }, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '9e5ee164-5edb-4e24-92f4-ba02c0876c54', type: 'SELECT', name: 'timeFormat', label: 'Time format', description: "User's preferred time format", icon: 'IconClock2', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: "'SYSTEM'", options: [ { id: '765515c0-235e-431a-b061-f989a204c451', color: 'sky', label: 'System', value: 'SYSTEM', position: 0, }, { id: '25ff81a4-37a0-45b5-8139-bb7e7bfab528', color: 'red', label: '24HRS', value: 'HOUR_24', position: 1, }, { id: '9b6cec7d-459e-4393-b105-9c617b42f307', color: 'purple', label: '12HRS', value: 'HOUR_12', position: 2, }, ], isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '6669adb7-3f89-4cd7-af6e-1e98a7395dff', type: 'TEXT', name: 'colorScheme', label: 'Color Scheme', description: 'Preferred color scheme', icon: 'IconColorSwatch', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: "'Light'", options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '27373c5d-e69e-40cb-b3b7-24885ba4aeec', type: 'TEXT', name: 'userEmail', label: 'User Email', description: 'Related user email address', icon: 'IconMail', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: "''", options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'ed2d2962-7ca7-4558-9e86-4e29b9e0eb71', type: 'UUID', name: 'userId', label: 'User Id', description: 'Associated User Id', icon: 'IconCircleUsers', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '3a371e19-2016-462c-9767-1d13d52994b4', type: 'TEXT', name: 'avatarUrl', label: 'Avatar Url', description: 'Workspace member avatar', icon: 'IconFileUpload', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: "''", options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '9dfda0f6-fd79-42d9-bfd2-3eefd36d5d62', type: 'SELECT', name: 'dateFormat', label: 'Date format', description: "User's preferred date format", icon: 'IconCalendarEvent', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: "'SYSTEM'", options: [ { id: 'b462742d-84b3-4ff5-a641-ca00c7f153f4', color: 'turquoise', label: 'System', value: 'SYSTEM', position: 0, }, { id: '8f4c82a0-3a95-408d-9716-1953c9016477', color: 'red', label: 'Month First', value: 'MONTH_FIRST', position: 1, }, { id: 'bcd50071-7187-4f9b-80ea-b895140f769c', color: 'purple', label: 'Day First', value: 'DAY_FIRST', position: 2, }, { id: 'ff55603e-ca70-4dd7-90d3-c2db63118974', color: 'sky', label: 'Year First', value: 'YEAR_FIRST', position: 3, }, ], isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '2c3fa280-6c4b-428d-afc9-e65917f70dc9', type: 'TS_VECTOR', name: 'searchVector', label: 'Search vector', description: 'Field used for full-text search', icon: 'IconUser', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '17dd4163-f18e-4c6c-9240-7befe8b558a8', type: 'RELATION', name: 'assignedTasks', label: 'Assigned tasks', description: 'Tasks assigned to the workspace member', icon: 'IconCheckbox', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: '78c3b18d-5e04-4235-adee-4c4fcaf4467f', direction: 'ONE_TO_MANY', sourceObjectMetadata: { __typename: 'Object', id: '6c349123-a42c-4f53-a140-41ac74c6718f', nameSingular: 'workspaceMember', namePlural: 'workspaceMembers', }, sourceFieldMetadata: { __typename: 'Field', id: '17dd4163-f18e-4c6c-9240-7befe8b558a8', name: 'assignedTasks', }, targetObjectMetadata: { __typename: 'Object', id: '3499fd6b-c739-46d3-86c7-d85c8ca7ca90', nameSingular: 'task', namePlural: 'tasks', }, targetFieldMetadata: { __typename: 'Field', id: 'de98f752-fcc9-440c-a531-32f0b589b151', name: 'assignee', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'c730c43f-65d1-43d3-95da-494bc8079581', type: 'RELATION', name: 'calendarEventParticipants', label: 'Calendar Event Participants', description: 'Calendar Event Participants', icon: 'IconCalendar', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: '0fbb09c6-02db-4481-9ba7-e9f58a4dfbff', direction: 'ONE_TO_MANY', sourceObjectMetadata: { __typename: 'Object', id: '6c349123-a42c-4f53-a140-41ac74c6718f', nameSingular: 'workspaceMember', namePlural: 'workspaceMembers', }, sourceFieldMetadata: { __typename: 'Field', id: 'c730c43f-65d1-43d3-95da-494bc8079581', name: 'calendarEventParticipants', }, targetObjectMetadata: { __typename: 'Object', id: '5764965b-6481-42ac-ba6f-f371fc045e48', nameSingular: 'calendarEventParticipant', namePlural: 'calendarEventParticipants', }, targetFieldMetadata: { __typename: 'Field', id: '372f6ed2-df97-4de8-a10f-07c5dfcef35d', name: 'workspaceMember', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'c407f77f-b4d3-4a3e-a153-9671c7e88473', type: 'RELATION', name: 'blocklist', label: 'Blocklist', description: 'Blocklisted handles', icon: 'IconForbid2', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: 'ef5e2f4c-c4df-48bc-8b29-166e72bcf87c', direction: 'ONE_TO_MANY', sourceObjectMetadata: { __typename: 'Object', id: '6c349123-a42c-4f53-a140-41ac74c6718f', nameSingular: 'workspaceMember', namePlural: 'workspaceMembers', }, sourceFieldMetadata: { __typename: 'Field', id: 'c407f77f-b4d3-4a3e-a153-9671c7e88473', name: 'blocklist', }, targetObjectMetadata: { __typename: 'Object', id: 'd87e6d5d-79d9-4cb6-8fa5-fd2de1c1bc5a', nameSingular: 'blocklist', namePlural: 'blocklists', }, targetFieldMetadata: { __typename: 'Field', id: '3a2f522a-c324-4f25-b0b2-d52d133ad9e8', name: 'workspaceMember', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '36b1ec3d-5594-49e6-a086-464dd9f8103e', type: 'UUID', name: 'id', label: 'Id', description: 'Id', icon: 'Icon123', isCustom: false, isActive: true, isSystem: true, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: 'uuid', options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '0957bbcb-6b05-4a85-9fa9-4dd9eb5e0515', type: 'RELATION', name: 'authoredAttachments', label: 'Authored attachments', description: 'Attachments created by the workspace member', icon: 'IconFileImport', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: 'cc2f9ddc-40f6-4923-ac09-0772b21c1a59', direction: 'ONE_TO_MANY', sourceObjectMetadata: { __typename: 'Object', id: '6c349123-a42c-4f53-a140-41ac74c6718f', nameSingular: 'workspaceMember', namePlural: 'workspaceMembers', }, sourceFieldMetadata: { __typename: 'Field', id: '0957bbcb-6b05-4a85-9fa9-4dd9eb5e0515', name: 'authoredAttachments', }, targetObjectMetadata: { __typename: 'Object', id: 'a9159d73-fb6d-45ee-aff0-e5e15c6ee8f7', nameSingular: 'attachment', namePlural: 'attachments', }, targetFieldMetadata: { __typename: 'Field', id: '77ff78f6-6989-463c-b04f-3f704b8c2cd2', name: 'author', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '589941c2-f5fe-44f3-b1e2-e03ab560f4b9', type: 'RELATION', name: 'favorites', label: 'Favorites', description: 'Favorites linked to the workspace member', icon: 'IconHeart', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: 'c39b4d51-de4e-4485-bd92-836a7f924648', direction: 'ONE_TO_MANY', sourceObjectMetadata: { __typename: 'Object', id: '6c349123-a42c-4f53-a140-41ac74c6718f', nameSingular: 'workspaceMember', namePlural: 'workspaceMembers', }, sourceFieldMetadata: { __typename: 'Field', id: '589941c2-f5fe-44f3-b1e2-e03ab560f4b9', name: 'favorites', }, targetObjectMetadata: { __typename: 'Object', id: '5df3abf5-8d68-4591-8c8e-97b15c33046d', nameSingular: 'favorite', namePlural: 'favorites', }, targetFieldMetadata: { __typename: 'Field', id: '06b36739-8ff1-45af-8cde-18b2c9aea38b', name: 'workspaceMember', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '3ab1326a-f55c-472b-a4a6-097340d547b2', type: 'RELATION', name: 'timelineActivities', label: 'Events', description: 'Events linked to the workspace member', icon: 'IconTimelineEvent', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: '05e2fe5f-6e2a-4b7f-8306-f51569b9451e', direction: 'ONE_TO_MANY', sourceObjectMetadata: { __typename: 'Object', id: '6c349123-a42c-4f53-a140-41ac74c6718f', nameSingular: 'workspaceMember', namePlural: 'workspaceMembers', }, sourceFieldMetadata: { __typename: 'Field', id: '3ab1326a-f55c-472b-a4a6-097340d547b2', name: 'timelineActivities', }, targetObjectMetadata: { __typename: 'Object', id: '99c6e57d-11d0-4f1f-af99-0bb49a28e8f3', nameSingular: 'timelineActivity', namePlural: 'timelineActivities', }, targetFieldMetadata: { __typename: 'Field', id: '4c24b808-4b79-4794-83a9-648ce206b2a1', name: 'workspaceMember', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '021031f6-8c0c-4005-9b9b-89837c9e6e0f', type: 'DATE_TIME', name: 'updatedAt', label: 'Last update', description: 'Last time the record was changed', icon: 'IconCalendarClock', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: 'now', options: null, isLabelSyncedWithName: false, settings: { displayAsRelativeDate: true, }, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'b96a4e48-e547-4e95-bd8e-57c8f325e1ff', type: 'DATE_TIME', name: 'createdAt', label: 'Creation date', description: 'Creation date', icon: 'IconCalendar', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: 'now', options: null, isLabelSyncedWithName: false, settings: { displayAsRelativeDate: true, }, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '4d5859c2-034d-4f11-bc92-b3688771a5dc', type: 'TEXT', name: 'timeZone', label: 'Time zone', description: 'User time zone', icon: 'IconTimezone', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: "'system'", options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, ], }, }, }, { __typename: 'ObjectEdge', node: { __typename: 'Object', id: '676f8b73-de5b-405c-9823-fd3275ec0212', dataSourceId: '819c27d5-2d36-4862-af84-5d0c81c9fd69', nameSingular: 'apiKey', namePlural: 'apiKeys', labelSingular: 'API Key', labelPlural: 'API Keys', description: 'An API key', icon: 'IconRobot', isCustom: false, isRemote: false, isActive: true, isSystem: true, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', labelIdentifierFieldMetadataId: 'c2304ca8-89bc-446a-b299-cda93b31af33', imageIdentifierFieldMetadataId: null, shortcut: null, isLabelSyncedWithName: false, indexMetadatas: { __typename: 'ObjectIndexMetadatasConnection', edges: [], }, fields: { __typename: 'ObjectFieldsConnection', pageInfo: { __typename: 'PageInfo', hasNextPage: false, hasPreviousPage: false, startCursor: 'YXJyYXljb25uZWN0aW9uOjA=', endCursor: 'YXJyYXljb25uZWN0aW9uOjY=', }, edges: [ { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'd9785116-fda8-4d4c-aa87-884192889e1d', type: 'DATE_TIME', name: 'expiresAt', label: 'Expiration date', description: 'ApiKey expiration date', icon: 'IconCalendar', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '64af136a-b94f-4004-8746-710c70fff33e', type: 'UUID', name: 'id', label: 'Id', description: 'Id', icon: 'Icon123', isCustom: false, isActive: true, isSystem: true, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: 'uuid', options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'e9e0b56c-c2f7-47b3-ba2f-5a3dc453b682', type: 'DATE_TIME', name: 'createdAt', label: 'Creation date', description: 'Creation date', icon: 'IconCalendar', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: 'now', options: null, isLabelSyncedWithName: false, settings: { displayAsRelativeDate: true, }, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'f72beafc-d452-4a9a-abea-1faa43676cc7', type: 'DATE_TIME', name: 'revokedAt', label: 'Revocation date', description: 'ApiKey revocation date', icon: 'IconCalendar', isCustom: false, isActive: true, isSystem: false, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '57844105-81c4-4513-9338-330cafb7fd0f', type: 'DATE_TIME', name: 'updatedAt', label: 'Last update', description: 'Last time the record was changed', icon: 'IconCalendarClock', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: 'now', options: null, isLabelSyncedWithName: false, settings: { displayAsRelativeDate: true, }, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'c2304ca8-89bc-446a-b299-cda93b31af33', type: 'TEXT', name: 'name', label: 'Name', description: 'ApiKey name', icon: 'IconLink', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: "''", options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '7e9817b7-f9c0-41d2-8a53-7b674ca5fe40', type: 'DATE_TIME', name: 'deletedAt', label: 'Deleted at', description: 'Date when the record was deleted', icon: 'IconCalendarMinus', isCustom: false, isActive: true, isSystem: false, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: { displayAsRelativeDate: true, }, relationDefinition: null, }, }, ], }, }, }, { __typename: 'ObjectEdge', node: { __typename: 'Object', id: '5df3abf5-8d68-4591-8c8e-97b15c33046d', dataSourceId: '819c27d5-2d36-4862-af84-5d0c81c9fd69', nameSingular: 'favorite', namePlural: 'favorites', labelSingular: 'Favorite', labelPlural: 'Favorites', description: 'A favorite', icon: 'IconHeart', isCustom: false, isRemote: false, isActive: true, isSystem: true, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', labelIdentifierFieldMetadataId: '7c3835e6-a702-43c7-9d79-dc27e54abe8c', imageIdentifierFieldMetadataId: null, shortcut: null, isLabelSyncedWithName: false, indexMetadatas: { __typename: 'ObjectIndexMetadatasConnection', edges: [ { __typename: 'IndexEdge', node: { __typename: 'Index', id: '8d408397-acfd-4ece-af5e-90d37e57320a', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', name: 'IDX_85f024f9ec673d530d14cf75fe5', indexWhereClause: null, indexType: 'BTREE', isUnique: false, indexFieldMetadatas: { __typename: 'IndexIndexFieldMetadatasConnection', edges: [ { __typename: 'IndexFieldEdge', node: { __typename: 'IndexField', id: '6d1e5f95-a90d-41cc-b4ba-8fb87a8eeef5', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', order: 1, fieldMetadataId: 'a6d8044a-4d42-468b-b0b1-1a33c0d470d1', }, }, ], }, }, }, { __typename: 'IndexEdge', node: { __typename: 'Index', id: 'a8d8e0ce-ecea-47c1-8795-38ffe0565031', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', name: 'IDX_c3ee83d51bc99ba99fe1998c508', indexWhereClause: null, indexType: 'BTREE', isUnique: false, indexFieldMetadatas: { __typename: 'IndexIndexFieldMetadatasConnection', edges: [ { __typename: 'IndexFieldEdge', node: { __typename: 'IndexField', id: 'f2ffee48-918d-4187-b8e7-601500a47041', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', order: 0, fieldMetadataId: '76db44c9-3cc2-49bd-aa2b-06f32dffa2cc', }, }, { __typename: 'IndexFieldEdge', node: { __typename: 'IndexField', id: 'db25d3a3-9175-4658-b2a6-3d24f30eae41', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', order: 1, fieldMetadataId: 'a6d8044a-4d42-468b-b0b1-1a33c0d470d1', }, }, ], }, }, }, { __typename: 'IndexEdge', node: { __typename: 'Index', id: '7d9d5168-ec21-4936-8f58-e04ae2de34a1', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', name: 'IDX_7c59b29a053016fc596ddad8a0e', indexWhereClause: null, indexType: 'BTREE', isUnique: false, indexFieldMetadatas: { __typename: 'IndexIndexFieldMetadatasConnection', edges: [ { __typename: 'IndexFieldEdge', node: { __typename: 'IndexField', id: '0c66fb41-ddad-4402-8637-50025ae3f006', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', order: 1, fieldMetadataId: 'a6d8044a-4d42-468b-b0b1-1a33c0d470d1', }, }, ], }, }, }, { __typename: 'IndexEdge', node: { __typename: 'Index', id: '81948bee-b49b-466e-8728-8d5ae753c1f4', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', name: 'IDX_505a1fccd2804f2472bd92e8720', indexWhereClause: null, indexType: 'BTREE', isUnique: false, indexFieldMetadatas: { __typename: 'IndexIndexFieldMetadatasConnection', edges: [ { __typename: 'IndexFieldEdge', node: { __typename: 'IndexField', id: '404d2b72-abbd-4d4a-b440-1988d1ec2f77', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', order: 0, fieldMetadataId: 'b9c5aac5-c608-4227-b5c1-bb47303cbde1', }, }, ], }, }, }, { __typename: 'IndexEdge', node: { __typename: 'Index', id: '2a73873d-a61b-4bc7-a6e2-1fb6b5a0f21f', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', name: 'IDX_eecddc968e93b9b8ebbfd85dad3', indexWhereClause: null, indexType: 'BTREE', isUnique: false, indexFieldMetadatas: { __typename: 'IndexIndexFieldMetadatasConnection', edges: [ { __typename: 'IndexFieldEdge', node: { __typename: 'IndexField', id: 'c18ece50-3420-41d3-8139-352e9f0d0a51', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', order: 0, fieldMetadataId: '0ffd7464-dc3a-441e-a609-c19c167f66b4', }, }, ], }, }, }, { __typename: 'IndexEdge', node: { __typename: 'Index', id: 'da12c105-544e-4966-9b16-f60efeb5e9cd', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', name: 'IDX_110d1dc7f0ecd231a18f6784cf3', indexWhereClause: null, indexType: 'BTREE', isUnique: false, indexFieldMetadatas: { __typename: 'IndexIndexFieldMetadatasConnection', edges: [ { __typename: 'IndexFieldEdge', node: { __typename: 'IndexField', id: '75e36ea2-f4ed-4b6b-8f17-96ce03c9012d', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', order: 0, fieldMetadataId: '7990aedf-57f7-4205-870a-a9e88bd7c43f', }, }, { __typename: 'IndexFieldEdge', node: { __typename: 'IndexField', id: '8b20ba45-efb5-49f0-9bf4-d33435d0497a', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', order: 1, fieldMetadataId: 'a6d8044a-4d42-468b-b0b1-1a33c0d470d1', }, }, ], }, }, }, { __typename: 'IndexEdge', node: { __typename: 'Index', id: 'd56a75ea-0c37-493d-a3f3-79729871a206', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', name: 'IDX_1f7e4cb168e77496349c8cefed6', indexWhereClause: null, indexType: 'BTREE', isUnique: false, indexFieldMetadatas: { __typename: 'IndexIndexFieldMetadatasConnection', edges: [ { __typename: 'IndexFieldEdge', node: { __typename: 'IndexField', id: 'df792354-9426-43c3-9db6-ffdb742fe160', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', order: 0, fieldMetadataId: '6a03b206-d3a7-4f96-ab12-6722c9f5bcc3', }, }, { __typename: 'IndexFieldEdge', node: { __typename: 'IndexField', id: 'a7129681-1527-4645-a667-0dfc50844f63', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', order: 1, fieldMetadataId: 'a6d8044a-4d42-468b-b0b1-1a33c0d470d1', }, }, ], }, }, }, { __typename: 'IndexEdge', node: { __typename: 'Index', id: 'f63f16c8-0c70-40d6-81cc-e3d6e9947bc0', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', name: 'IDX_b810a8e37adf5cafd342170ccf8', indexWhereClause: null, indexType: 'BTREE', isUnique: false, indexFieldMetadatas: { __typename: 'IndexIndexFieldMetadatasConnection', edges: [ { __typename: 'IndexFieldEdge', node: { __typename: 'IndexField', id: '51c552a6-09e0-4599-b8b6-9ba264a508e7', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', order: 1, fieldMetadataId: 'a6d8044a-4d42-468b-b0b1-1a33c0d470d1', }, }, ], }, }, }, { __typename: 'IndexEdge', node: { __typename: 'Index', id: 'a2618baa-4d05-456e-92fd-3e6dbfae0d1d', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', name: 'IDX_a900d9f809273abe54dc5e166fa', indexWhereClause: null, indexType: 'BTREE', isUnique: false, indexFieldMetadatas: { __typename: 'IndexIndexFieldMetadatasConnection', edges: [ { __typename: 'IndexFieldEdge', node: { __typename: 'IndexField', id: 'c25ebf14-2600-4323-a47e-79e329d6441e', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', order: 0, fieldMetadataId: 'f25eefc0-2ac4-4442-8574-301e8907199c', }, }, { __typename: 'IndexFieldEdge', node: { __typename: 'IndexField', id: '8a787053-c341-4a4f-a8fe-aca1fa13f022', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', order: 1, fieldMetadataId: 'a6d8044a-4d42-468b-b0b1-1a33c0d470d1', }, }, ], }, }, }, { __typename: 'IndexEdge', node: { __typename: 'Index', id: '459fd686-0128-4e7b-ad77-ed6882c961a2', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', name: 'IDX_21d905e0adf19e835f6059a9f3d', indexWhereClause: null, indexType: 'BTREE', isUnique: false, indexFieldMetadatas: { __typename: 'IndexIndexFieldMetadatasConnection', edges: [ { __typename: 'IndexFieldEdge', node: { __typename: 'IndexField', id: '085cdc6f-c1ef-443c-bbdd-5987318ba4ee', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', order: 1, fieldMetadataId: 'a6d8044a-4d42-468b-b0b1-1a33c0d470d1', }, }, { __typename: 'IndexFieldEdge', node: { __typename: 'IndexField', id: '12a12e3a-5c1c-47ca-8870-57a00eef268e', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', order: 0, fieldMetadataId: '0be4f9d3-3c6e-4b59-adfd-69213b96e7a4', }, }, ], }, }, }, { __typename: 'IndexEdge', node: { __typename: 'Index', id: '93df1c7b-552a-4440-bfda-bfd7ef48c893', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', name: 'IDX_e14b3424016bea8b7fe220f7761', indexWhereClause: null, indexType: 'BTREE', isUnique: false, indexFieldMetadatas: { __typename: 'IndexIndexFieldMetadatasConnection', edges: [ { __typename: 'IndexFieldEdge', node: { __typename: 'IndexField', id: '91ce8edb-ecbf-4cef-8f43-20df20dec97b', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', order: 1, fieldMetadataId: 'a6d8044a-4d42-468b-b0b1-1a33c0d470d1', }, }, { __typename: 'IndexFieldEdge', node: { __typename: 'IndexField', id: 'aaaac1f9-7356-4aeb-93fa-e5e59c979a26', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', order: 0, fieldMetadataId: '92f72068-fe72-4c3c-a5ec-deddd1eda811', }, }, ], }, }, }, ], }, fields: { __typename: 'ObjectFieldsConnection', pageInfo: { __typename: 'PageInfo', hasNextPage: false, hasPreviousPage: false, startCursor: 'YXJyYXljb25uZWN0aW9uOjA=', endCursor: 'YXJyYXljb25uZWN0aW9uOjI4', }, edges: [ { __typename: 'FieldEdge', node: { __typename: 'Field', id: '06b36739-8ff1-45af-8cde-18b2c9aea38b', type: 'RELATION', name: 'workspaceMember', label: 'Workspace Member', description: 'Favorite workspace member', icon: 'IconCircleUser', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: 'c39b4d51-de4e-4485-bd92-836a7f924648', direction: 'MANY_TO_ONE', sourceObjectMetadata: { __typename: 'Object', id: '5df3abf5-8d68-4591-8c8e-97b15c33046d', nameSingular: 'favorite', namePlural: 'favorites', }, sourceFieldMetadata: { __typename: 'Field', id: '06b36739-8ff1-45af-8cde-18b2c9aea38b', name: 'workspaceMember', }, targetObjectMetadata: { __typename: 'Object', id: '6c349123-a42c-4f53-a140-41ac74c6718f', nameSingular: 'workspaceMember', namePlural: 'workspaceMembers', }, targetFieldMetadata: { __typename: 'Field', id: '589941c2-f5fe-44f3-b1e2-e03ab560f4b9', name: 'favorites', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '6a86e940-b794-47f0-8e19-2f9cdae0c97a', type: 'RELATION', name: 'note', label: 'Note', description: 'Favorite note', icon: 'IconNotes', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: 'a548bd48-7b68-4acc-b42f-967450657628', direction: 'MANY_TO_ONE', sourceObjectMetadata: { __typename: 'Object', id: '5df3abf5-8d68-4591-8c8e-97b15c33046d', nameSingular: 'favorite', namePlural: 'favorites', }, sourceFieldMetadata: { __typename: 'Field', id: '6a86e940-b794-47f0-8e19-2f9cdae0c97a', name: 'note', }, targetObjectMetadata: { __typename: 'Object', id: 'c15314ec-878b-4e84-93f7-8fa5af3e199f', nameSingular: 'note', namePlural: 'notes', }, targetFieldMetadata: { __typename: 'Field', id: 'f69fc40d-dc11-4127-b848-f2a11bd63ae5', name: 'favorites', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'a1bee058-651d-41e3-b96c-354fe4adc645', type: 'UUID', name: 'rocketId', label: 'Rocket ID (foreign key)', description: 'Favorite Rocket id foreign key', icon: null, isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:39.008Z', updatedAt: '2024-11-06T08:55:39.008Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: { isForeignKey: true, }, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '18d10a14-2e16-4a06-b6fe-ee430ca5d12f', type: 'UUID', name: 'opportunityId', label: 'Opportunity id (foreign key)', description: 'Favorite opportunity id foreign key', icon: 'IconTargetArrow', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '13286efd-ff8e-4fa0-b620-59d6feb298ed', type: 'UUID', name: 'favoriteFolderId', label: 'Favorite Folder id (foreign key)', description: 'The folder this favorite belongs to id foreign key', icon: 'IconFolder', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'da839ef7-523c-4b29-9891-bc349fe4da97', type: 'RELATION', name: 'workflow', label: 'Workflow', description: 'Favorite workflow', icon: 'IconSettingsAutomation', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: '964cba97-a511-4250-ac68-f5a9b1bc8358', direction: 'MANY_TO_ONE', sourceObjectMetadata: { __typename: 'Object', id: '5df3abf5-8d68-4591-8c8e-97b15c33046d', nameSingular: 'favorite', namePlural: 'favorites', }, sourceFieldMetadata: { __typename: 'Field', id: 'da839ef7-523c-4b29-9891-bc349fe4da97', name: 'workflow', }, targetObjectMetadata: { __typename: 'Object', id: '5dc29a2c-d985-48fc-bad4-6e3f8623f811', nameSingular: 'workflow', namePlural: 'workflows', }, targetFieldMetadata: { __typename: 'Field', id: 'e83247d7-3b96-43b1-8ebc-150b04a8fb03', name: 'favorites', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'f25eefc0-2ac4-4442-8574-301e8907199c', type: 'UUID', name: 'companyId', label: 'Company id (foreign key)', description: 'Favorite company id foreign key', icon: 'IconBuildingSkyscraper', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '39899f66-dfa4-4acd-b39b-6345a6351598', type: 'RELATION', name: 'favoriteFolder', label: 'Favorite Folder', description: 'The folder this favorite belongs to', icon: 'IconFolder', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: '79d38e2d-a237-4654-a82e-e75a09fb1a9b', direction: 'MANY_TO_ONE', sourceObjectMetadata: { __typename: 'Object', id: '5df3abf5-8d68-4591-8c8e-97b15c33046d', nameSingular: 'favorite', namePlural: 'favorites', }, sourceFieldMetadata: { __typename: 'Field', id: '39899f66-dfa4-4acd-b39b-6345a6351598', name: 'favoriteFolder', }, targetObjectMetadata: { __typename: 'Object', id: 'a71e2adc-02ba-4aa1-a734-2274ff347be0', nameSingular: 'favoriteFolder', namePlural: 'favoriteFolders', }, targetFieldMetadata: { __typename: 'Field', id: 'c27979de-9b6a-4170-814e-cbf0b89c96eb', name: 'favorites', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '82000b5c-1390-4cfc-a836-74bdf98ec6f2', type: 'RELATION', name: 'workflowRun', label: 'Workflow', description: 'Favorite workflow run', icon: 'IconSettingsAutomation', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: '4db3ebf8-57c2-4754-8dbf-211e8aa9b158', direction: 'MANY_TO_ONE', sourceObjectMetadata: { __typename: 'Object', id: '5df3abf5-8d68-4591-8c8e-97b15c33046d', nameSingular: 'favorite', namePlural: 'favorites', }, sourceFieldMetadata: { __typename: 'Field', id: '82000b5c-1390-4cfc-a836-74bdf98ec6f2', name: 'workflowRun', }, targetObjectMetadata: { __typename: 'Object', id: '855240cc-3209-4511-8c6a-10f8ce253a2a', nameSingular: 'workflowRun', namePlural: 'workflowRuns', }, targetFieldMetadata: { __typename: 'Field', id: '1d58650a-c691-4bf1-9d0c-d5b86117ec77', name: 'favorites', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '31afe31e-b3c7-4a41-a32f-593cc8400236', type: 'RELATION', name: 'task', label: 'Task', description: 'Favorite task', icon: 'IconCheckbox', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: '8cb48004-b5f2-47ba-b1c5-3b8a3f4c0e69', direction: 'MANY_TO_ONE', sourceObjectMetadata: { __typename: 'Object', id: '5df3abf5-8d68-4591-8c8e-97b15c33046d', nameSingular: 'favorite', namePlural: 'favorites', }, sourceFieldMetadata: { __typename: 'Field', id: '31afe31e-b3c7-4a41-a32f-593cc8400236', name: 'task', }, targetObjectMetadata: { __typename: 'Object', id: '3499fd6b-c739-46d3-86c7-d85c8ca7ca90', nameSingular: 'task', namePlural: 'tasks', }, targetFieldMetadata: { __typename: 'Field', id: '8002b729-cb4b-43e5-92d3-8680f85cd996', name: 'favorites', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '0ffd7464-dc3a-441e-a609-c19c167f66b4', type: 'UUID', name: 'workflowId', label: 'Workflow id (foreign key)', description: 'Favorite workflow id foreign key', icon: 'IconSettingsAutomation', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '7990aedf-57f7-4205-870a-a9e88bd7c43f', type: 'UUID', name: 'workflowVersionId', label: 'Workflow id (foreign key)', description: 'Favorite workflow version id foreign key', icon: 'IconSettingsAutomation', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'cc373b3a-9962-4cc9-b0da-c5cc62394529', type: 'RELATION', name: 'rocket', label: 'Rocket', description: 'Favorite Rocket', icon: 'IconBuildingSkyscraper', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:39.014Z', updatedAt: '2024-11-06T08:55:39.014Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: 'd18c6708-c7a3-474f-88e8-274808c04d06', direction: 'MANY_TO_ONE', sourceObjectMetadata: { __typename: 'Object', id: '5df3abf5-8d68-4591-8c8e-97b15c33046d', nameSingular: 'favorite', namePlural: 'favorites', }, sourceFieldMetadata: { __typename: 'Field', id: 'cc373b3a-9962-4cc9-b0da-c5cc62394529', name: 'rocket', }, targetObjectMetadata: { __typename: 'Object', id: 'd09f3e9f-9429-4e79-8803-29d5dd1690b3', nameSingular: 'rocket', namePlural: 'rockets', }, targetFieldMetadata: { __typename: 'Field', id: 'bfa5c235-afeb-4f2c-b18a-ac878467221e', name: 'favorites', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '627088ea-a8ae-4452-a353-308d676ed123', type: 'RELATION', name: 'person', label: 'Person', description: 'Favorite person', icon: 'IconUser', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: 'add4d21c-b22c-4e1e-aef4-1bb81d0af66c', direction: 'MANY_TO_ONE', sourceObjectMetadata: { __typename: 'Object', id: '5df3abf5-8d68-4591-8c8e-97b15c33046d', nameSingular: 'favorite', namePlural: 'favorites', }, sourceFieldMetadata: { __typename: 'Field', id: '627088ea-a8ae-4452-a353-308d676ed123', name: 'person', }, targetObjectMetadata: { __typename: 'Object', id: '0da1c90e-54e6-496d-b06e-9318a69f51b2', nameSingular: 'person', namePlural: 'people', }, targetFieldMetadata: { __typename: 'Field', id: 'bcf40e95-19ed-44aa-886d-65969949b924', name: 'favorites', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '0be4f9d3-3c6e-4b59-adfd-69213b96e7a4', type: 'UUID', name: 'noteId', label: 'Note id (foreign key)', description: 'Favorite note id foreign key', icon: 'IconNotes', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '106e9b4b-bcdb-4f86-96f7-00d7dfc287dd', type: 'DATE_TIME', name: 'updatedAt', label: 'Last update', description: 'Last time the record was changed', icon: 'IconCalendarClock', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: 'now', options: null, isLabelSyncedWithName: false, settings: { displayAsRelativeDate: true, }, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '7c3835e6-a702-43c7-9d79-dc27e54abe8c', type: 'UUID', name: 'id', label: 'Id', description: 'Id', icon: 'Icon123', isCustom: false, isActive: true, isSystem: true, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: 'uuid', options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '741aaf07-fc24-4b75-8eca-29000db5bfdc', type: 'NUMBER', name: 'position', label: 'Position', description: 'Favorite position', icon: 'IconList', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: 0, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'a6d8044a-4d42-468b-b0b1-1a33c0d470d1', type: 'DATE_TIME', name: 'deletedAt', label: 'Deleted at', description: 'Date when the record was deleted', icon: 'IconCalendarMinus', isCustom: false, isActive: true, isSystem: false, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: { displayAsRelativeDate: true, }, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '84695e0f-8224-4a40-93fe-cd3b95f3b0f9', type: 'RELATION', name: 'company', label: 'Company', description: 'Favorite company', icon: 'IconBuildingSkyscraper', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: '43fbba4b-2ccf-45be-9111-afd661bad096', direction: 'MANY_TO_ONE', sourceObjectMetadata: { __typename: 'Object', id: '5df3abf5-8d68-4591-8c8e-97b15c33046d', nameSingular: 'favorite', namePlural: 'favorites', }, sourceFieldMetadata: { __typename: 'Field', id: '84695e0f-8224-4a40-93fe-cd3b95f3b0f9', name: 'company', }, targetObjectMetadata: { __typename: 'Object', id: 'e2e9bdde-68e5-455f-8459-5c34ef3b7223', nameSingular: 'company', namePlural: 'companies', }, targetFieldMetadata: { __typename: 'Field', id: '274e3b07-278f-4649-9cb9-e346266ea78c', name: 'favorites', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'b9c5aac5-c608-4227-b5c1-bb47303cbde1', type: 'UUID', name: 'viewId', label: 'View id (foreign key)', description: 'Favorite view id foreign key', icon: 'IconLayoutCollage', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'e2718fe3-006a-463f-8a7c-835e9e059460', type: 'DATE_TIME', name: 'createdAt', label: 'Creation date', description: 'Creation date', icon: 'IconCalendar', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: 'now', options: null, isLabelSyncedWithName: false, settings: { displayAsRelativeDate: true, }, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'b1d71dd7-b990-4c11-8b0b-cd73492e5976', type: 'RELATION', name: 'view', label: 'View', description: 'Favorite view', icon: 'IconLayoutCollage', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: 'd35566c3-3627-4579-b757-1d5c9c1d267f', direction: 'MANY_TO_ONE', sourceObjectMetadata: { __typename: 'Object', id: '5df3abf5-8d68-4591-8c8e-97b15c33046d', nameSingular: 'favorite', namePlural: 'favorites', }, sourceFieldMetadata: { __typename: 'Field', id: 'b1d71dd7-b990-4c11-8b0b-cd73492e5976', name: 'view', }, targetObjectMetadata: { __typename: 'Object', id: '59c24d15-6d80-4f09-a563-0a595f5c83a8', nameSingular: 'view', namePlural: 'views', }, targetFieldMetadata: { __typename: 'Field', id: 'c3388678-5942-44cf-b994-af31340fa955', name: 'favorites', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '76db44c9-3cc2-49bd-aa2b-06f32dffa2cc', type: 'UUID', name: 'workspaceMemberId', label: 'Workspace Member id (foreign key)', description: 'Favorite workspace member id foreign key', icon: 'IconCircleUser', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '6780cb01-6edb-488b-b6a8-6d6cabfd5191', type: 'RELATION', name: 'workflowVersion', label: 'Workflow', description: 'Favorite workflow version', icon: 'IconSettingsAutomation', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: 'a52d2763-84b2-4ce0-b014-99d23e3590e9', direction: 'MANY_TO_ONE', sourceObjectMetadata: { __typename: 'Object', id: '5df3abf5-8d68-4591-8c8e-97b15c33046d', nameSingular: 'favorite', namePlural: 'favorites', }, sourceFieldMetadata: { __typename: 'Field', id: '6780cb01-6edb-488b-b6a8-6d6cabfd5191', name: 'workflowVersion', }, targetObjectMetadata: { __typename: 'Object', id: 'be8f69da-abf5-4812-aecd-10b1358a6e60', nameSingular: 'workflowVersion', namePlural: 'workflowVersions', }, targetFieldMetadata: { __typename: 'Field', id: '4c7174f2-42a5-47d8-871c-e4ae7e7b57f0', name: 'favorites', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '6a03b206-d3a7-4f96-ab12-6722c9f5bcc3', type: 'UUID', name: 'personId', label: 'Person id (foreign key)', description: 'Favorite person id foreign key', icon: 'IconUser', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '07b73250-4dd8-48aa-a0d9-acbc0e6159e7', type: 'RELATION', name: 'opportunity', label: 'Opportunity', description: 'Favorite opportunity', icon: 'IconTargetArrow', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: 'da86e9d4-0478-4dfd-80c9-af762f3ea4ef', direction: 'MANY_TO_ONE', sourceObjectMetadata: { __typename: 'Object', id: '5df3abf5-8d68-4591-8c8e-97b15c33046d', nameSingular: 'favorite', namePlural: 'favorites', }, sourceFieldMetadata: { __typename: 'Field', id: '07b73250-4dd8-48aa-a0d9-acbc0e6159e7', name: 'opportunity', }, targetObjectMetadata: { __typename: 'Object', id: '8b1e1c30-3503-4bf8-ad90-882bef627fee', nameSingular: 'opportunity', namePlural: 'opportunities', }, targetFieldMetadata: { __typename: 'Field', id: '682b2961-ce2a-42af-bafe-eb33589eef0b', name: 'favorites', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '4c587c88-849c-4248-8bba-5155fe47d1f3', type: 'UUID', name: 'workflowRunId', label: 'Workflow id (foreign key)', description: 'Favorite workflow run id foreign key', icon: 'IconSettingsAutomation', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '92f72068-fe72-4c3c-a5ec-deddd1eda811', type: 'UUID', name: 'taskId', label: 'Task id (foreign key)', description: 'Favorite task id foreign key', icon: 'IconCheckbox', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, ], }, }, }, { __typename: 'ObjectEdge', node: { __typename: 'Object', id: '5dc29a2c-d985-48fc-bad4-6e3f8623f811', dataSourceId: '819c27d5-2d36-4862-af84-5d0c81c9fd69', nameSingular: 'workflow', namePlural: 'workflows', labelSingular: 'Workflow', labelPlural: 'Workflows', description: 'A workflow', icon: 'IconSettingsAutomation', isCustom: false, isRemote: false, isActive: true, isSystem: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', labelIdentifierFieldMetadataId: 'f98e4dba-2d89-4719-b58e-983872bf5984', imageIdentifierFieldMetadataId: null, shortcut: 'W', isLabelSyncedWithName: false, indexMetadatas: { __typename: 'ObjectIndexMetadatasConnection', edges: [], }, fields: { __typename: 'ObjectFieldsConnection', pageInfo: { __typename: 'PageInfo', hasNextPage: false, hasPreviousPage: false, startCursor: 'YXJyYXljb25uZWN0aW9uOjA=', endCursor: 'YXJyYXljb25uZWN0aW9uOjEy', }, edges: [ { __typename: 'FieldEdge', node: { __typename: 'Field', id: '42773155-163e-4497-a83e-97470e42bf1c', type: 'RELATION', name: 'timelineActivities', label: 'Timeline Activities', description: 'Timeline activities linked to the workflow', icon: null, isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: '4e0075b3-5e21-4f0b-8cdf-ea9bc1b0c733', direction: 'ONE_TO_MANY', sourceObjectMetadata: { __typename: 'Object', id: '5dc29a2c-d985-48fc-bad4-6e3f8623f811', nameSingular: 'workflow', namePlural: 'workflows', }, sourceFieldMetadata: { __typename: 'Field', id: '42773155-163e-4497-a83e-97470e42bf1c', name: 'timelineActivities', }, targetObjectMetadata: { __typename: 'Object', id: '99c6e57d-11d0-4f1f-af99-0bb49a28e8f3', nameSingular: 'timelineActivity', namePlural: 'timelineActivities', }, targetFieldMetadata: { __typename: 'Field', id: '2a1f3b2c-78dd-489c-ae01-641c21b14f00', name: 'workflow', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'bc517bb1-ee80-46d1-aeb6-2c482edc2692', type: 'TEXT', name: 'lastPublishedVersionId', label: 'Last published Version Id', description: 'The workflow last published version id', icon: 'IconVersions', isCustom: false, isActive: true, isSystem: false, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: "''", options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '34876a25-c577-4004-a101-e08c7bbdce46', type: 'DATE_TIME', name: 'deletedAt', label: 'Deleted at', description: 'Date when the record was deleted', icon: 'IconCalendarMinus', isCustom: false, isActive: true, isSystem: false, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: { displayAsRelativeDate: true, }, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '179e2a45-62db-4c62-8b1b-162741c1617b', type: 'DATE_TIME', name: 'updatedAt', label: 'Last update', description: 'Last time the record was changed', icon: 'IconCalendarClock', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: 'now', options: null, isLabelSyncedWithName: false, settings: { displayAsRelativeDate: true, }, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'b8cd7399-7d4e-401a-8834-8e636e9fd074', type: 'DATE_TIME', name: 'createdAt', label: 'Creation date', description: 'Creation date', icon: 'IconCalendar', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: 'now', options: null, isLabelSyncedWithName: false, settings: { displayAsRelativeDate: true, }, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '38c8c5a3-ebad-4df4-aed3-236df69a1df0', type: 'RELATION', name: 'runs', label: 'Runs', description: 'Workflow runs linked to the workflow.', icon: 'IconRun', isCustom: false, isActive: true, isSystem: false, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: 'e07a8572-efe0-45b2-8613-81fc37764c8b', direction: 'ONE_TO_MANY', sourceObjectMetadata: { __typename: 'Object', id: '5dc29a2c-d985-48fc-bad4-6e3f8623f811', nameSingular: 'workflow', namePlural: 'workflows', }, sourceFieldMetadata: { __typename: 'Field', id: '38c8c5a3-ebad-4df4-aed3-236df69a1df0', name: 'runs', }, targetObjectMetadata: { __typename: 'Object', id: '855240cc-3209-4511-8c6a-10f8ce253a2a', nameSingular: 'workflowRun', namePlural: 'workflowRuns', }, targetFieldMetadata: { __typename: 'Field', id: '1f0f2755-c8f1-438a-91da-5bb25a338e1b', name: 'workflow', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'ee41a982-069b-45f0-8cc6-972e6538f861', type: 'POSITION', name: 'position', label: 'Position', description: 'Workflow record position', icon: 'IconHierarchy2', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '0a6ffd46-d102-4203-a6da-1222be3266c4', type: 'MULTI_SELECT', name: 'statuses', label: 'Statuses', description: 'The current statuses of the workflow versions', icon: 'IconStatusChange', isCustom: false, isActive: true, isSystem: false, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: [ { color: 'yellow', label: 'Draft', value: 'DRAFT', position: 0, }, { color: 'green', label: 'Active', value: 'ACTIVE', position: 1, }, { color: 'gray', label: 'Deactivated', value: 'DEACTIVATED', position: 2, }, ], isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '3a848b0d-4059-47da-808d-f3b6a9287c24', type: 'RELATION', name: 'versions', label: 'Versions', description: 'Workflow versions linked to the workflow.', icon: 'IconVersions', isCustom: false, isActive: true, isSystem: false, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: '226a5a1c-406d-46c6-8731-5a64eb6df6ba', direction: 'ONE_TO_MANY', sourceObjectMetadata: { __typename: 'Object', id: '5dc29a2c-d985-48fc-bad4-6e3f8623f811', nameSingular: 'workflow', namePlural: 'workflows', }, sourceFieldMetadata: { __typename: 'Field', id: '3a848b0d-4059-47da-808d-f3b6a9287c24', name: 'versions', }, targetObjectMetadata: { __typename: 'Object', id: 'be8f69da-abf5-4812-aecd-10b1358a6e60', nameSingular: 'workflowVersion', namePlural: 'workflowVersions', }, targetFieldMetadata: { __typename: 'Field', id: '823d5293-0e17-4446-953b-d45e49c7b362', name: 'workflow', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'f98e4dba-2d89-4719-b58e-983872bf5984', type: 'TEXT', name: 'name', label: 'Name', description: 'The workflow name', icon: 'IconSettingsAutomation', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: "''", options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'e83247d7-3b96-43b1-8ebc-150b04a8fb03', type: 'RELATION', name: 'favorites', label: 'Favorites', description: 'Favorites linked to the workflow', icon: 'IconHeart', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: '964cba97-a511-4250-ac68-f5a9b1bc8358', direction: 'ONE_TO_MANY', sourceObjectMetadata: { __typename: 'Object', id: '5dc29a2c-d985-48fc-bad4-6e3f8623f811', nameSingular: 'workflow', namePlural: 'workflows', }, sourceFieldMetadata: { __typename: 'Field', id: 'e83247d7-3b96-43b1-8ebc-150b04a8fb03', name: 'favorites', }, targetObjectMetadata: { __typename: 'Object', id: '5df3abf5-8d68-4591-8c8e-97b15c33046d', nameSingular: 'favorite', namePlural: 'favorites', }, targetFieldMetadata: { __typename: 'Field', id: 'da839ef7-523c-4b29-9891-bc349fe4da97', name: 'workflow', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '319a15aa-9490-46cd-aafb-64f1b4506e3d', type: 'RELATION', name: 'eventListeners', label: 'Event Listeners', description: 'Workflow event listeners linked to the workflow.', icon: null, isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: '85d7aca7-4918-4f93-a347-688c6865ef7d', direction: 'ONE_TO_MANY', sourceObjectMetadata: { __typename: 'Object', id: '5dc29a2c-d985-48fc-bad4-6e3f8623f811', nameSingular: 'workflow', namePlural: 'workflows', }, sourceFieldMetadata: { __typename: 'Field', id: '319a15aa-9490-46cd-aafb-64f1b4506e3d', name: 'eventListeners', }, targetObjectMetadata: { __typename: 'Object', id: '57bc9297-2f7e-4a02-bc03-57052c3acb6d', nameSingular: 'workflowEventListener', namePlural: 'workflowEventListeners', }, targetFieldMetadata: { __typename: 'Field', id: '27bde9ad-5d25-4e7b-90be-b6338996b90f', name: 'workflow', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'ee63709c-e320-4583-8e81-2f0f27ed7311', type: 'UUID', name: 'id', label: 'Id', description: 'Id', icon: 'Icon123', isCustom: false, isActive: true, isSystem: true, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: 'uuid', options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, ], }, }, }, { __typename: 'ObjectEdge', node: { __typename: 'Object', id: '5c073dd8-4a3c-4618-b01a-31829217f4e1', dataSourceId: '819c27d5-2d36-4862-af84-5d0c81c9fd69', nameSingular: 'messageParticipant', namePlural: 'messageParticipants', labelSingular: 'Message Participant', labelPlural: 'Message Participants', description: 'Message Participants', icon: 'IconUserCircle', isCustom: false, isRemote: false, isActive: true, isSystem: true, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', labelIdentifierFieldMetadataId: '27f2870d-cc75-4ac5-8a6b-59d1e2d8708e', imageIdentifierFieldMetadataId: null, shortcut: null, isLabelSyncedWithName: false, indexMetadatas: { __typename: 'ObjectIndexMetadatasConnection', edges: [ { __typename: 'IndexEdge', node: { __typename: 'Index', id: 'fbb7d4ad-059d-47d7-a29a-0578af204629', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', name: 'IDX_8d0144e4074d86d0cb7094f40c2', indexWhereClause: null, indexType: 'BTREE', isUnique: false, indexFieldMetadatas: { __typename: 'IndexIndexFieldMetadatasConnection', edges: [ { __typename: 'IndexFieldEdge', node: { __typename: 'IndexField', id: '6c7bbf02-8c1c-4195-911b-8891db9bab9f', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', order: 1, fieldMetadataId: '6fd5cc7b-7c14-4482-977d-d7d226f06482', }, }, { __typename: 'IndexFieldEdge', node: { __typename: 'IndexField', id: 'e46b0b09-69e0-4d89-a59e-c4cedb1f0a7b', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', order: 0, fieldMetadataId: '70c54f02-c4f1-4c1b-8085-90558cd19a4b', }, }, ], }, }, }, { __typename: 'IndexEdge', node: { __typename: 'Index', id: '77477651-c204-4790-8c95-215b8ef3a418', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', name: 'IDX_8c4f617db0813d41aef587e49ea', indexWhereClause: null, indexType: 'BTREE', isUnique: false, indexFieldMetadatas: { __typename: 'IndexIndexFieldMetadatasConnection', edges: [ { __typename: 'IndexFieldEdge', node: { __typename: 'IndexField', id: '40d44940-5ccd-44dd-8f0a-e79f79a0428d', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', order: 0, fieldMetadataId: 'e6b52bae-3774-4103-ae9d-e65cc1fc351b', }, }, { __typename: 'IndexFieldEdge', node: { __typename: 'IndexField', id: 'b469fb51-1989-4f82-9484-09c3160b3ec9', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', order: 1, fieldMetadataId: '6fd5cc7b-7c14-4482-977d-d7d226f06482', }, }, ], }, }, }, { __typename: 'IndexEdge', node: { __typename: 'Index', id: '69f170c7-018b-47de-b99f-e33c7e88106c', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', name: 'IDX_6d9700e5ae2ab8c294d614e72f6', indexWhereClause: null, indexType: 'BTREE', isUnique: false, indexFieldMetadatas: { __typename: 'IndexIndexFieldMetadatasConnection', edges: [ { __typename: 'IndexFieldEdge', node: { __typename: 'IndexField', id: '50e707bf-2624-4fda-a33f-69166a265265', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', order: 1, fieldMetadataId: '6fd5cc7b-7c14-4482-977d-d7d226f06482', }, }, ], }, }, }, ], }, fields: { __typename: 'ObjectFieldsConnection', pageInfo: { __typename: 'PageInfo', hasNextPage: false, hasPreviousPage: false, startCursor: 'YXJyYXljb25uZWN0aW9uOjA=', endCursor: 'YXJyYXljb25uZWN0aW9uOjEy', }, edges: [ { __typename: 'FieldEdge', node: { __typename: 'Field', id: '70c54f02-c4f1-4c1b-8085-90558cd19a4b', type: 'UUID', name: 'messageId', label: 'Message id (foreign key)', description: 'Message id foreign key', icon: 'IconMessage', isCustom: false, isActive: true, isSystem: true, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '6fd5cc7b-7c14-4482-977d-d7d226f06482', type: 'DATE_TIME', name: 'deletedAt', label: 'Deleted at', description: 'Date when the record was deleted', icon: 'IconCalendarMinus', isCustom: false, isActive: true, isSystem: false, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: { displayAsRelativeDate: true, }, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '975427eb-cfc5-4628-87da-86992a04cbcf', type: 'SELECT', name: 'role', label: 'Role', description: 'Role', icon: 'IconAt', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: "'from'", options: [ { id: '91a9f636-1c50-4938-8599-3367be74ff66', color: 'green', label: 'From', value: 'from', position: 0, }, { id: '1dedbd51-09de-4153-a1a6-fb09f1413b84', color: 'blue', label: 'To', value: 'to', position: 1, }, { id: 'ad47dc5c-7257-4b3f-9f69-9b3124c269d2', color: 'orange', label: 'Cc', value: 'cc', position: 2, }, { id: '8c258686-5461-4009-bf86-b01636d5b193', color: 'red', label: 'Bcc', value: 'bcc', position: 3, }, ], isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '8ea53089-dea9-45f8-9df5-9bc5864b8644', type: 'DATE_TIME', name: 'createdAt', label: 'Creation date', description: 'Creation date', icon: 'IconCalendar', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: 'now', options: null, isLabelSyncedWithName: false, settings: { displayAsRelativeDate: true, }, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'af1f581e-d5b3-41e9-9ef7-73ade02c94e0', type: 'DATE_TIME', name: 'updatedAt', label: 'Last update', description: 'Last time the record was changed', icon: 'IconCalendarClock', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: 'now', options: null, isLabelSyncedWithName: false, settings: { displayAsRelativeDate: true, }, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '8a128690-eb36-46e3-9888-ffe5d84f7691', type: 'RELATION', name: 'workspaceMember', label: 'Workspace Member', description: 'Workspace member', icon: 'IconCircleUser', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: '39b8aae7-98c3-46a4-a425-54ff34e420fb', direction: 'MANY_TO_ONE', sourceObjectMetadata: { __typename: 'Object', id: '5c073dd8-4a3c-4618-b01a-31829217f4e1', nameSingular: 'messageParticipant', namePlural: 'messageParticipants', }, sourceFieldMetadata: { __typename: 'Field', id: '8a128690-eb36-46e3-9888-ffe5d84f7691', name: 'workspaceMember', }, targetObjectMetadata: { __typename: 'Object', id: '6c349123-a42c-4f53-a140-41ac74c6718f', nameSingular: 'workspaceMember', namePlural: 'workspaceMembers', }, targetFieldMetadata: { __typename: 'Field', id: '17c7bfba-fde8-4e2c-b2f6-ed51230a5c0d', name: 'messageParticipants', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'c82296e8-4836-4504-93b1-851f5c3e5e9b', type: 'RELATION', name: 'person', label: 'Person', description: 'Person', icon: 'IconUser', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: '984302bf-fbb6-4393-b18e-2baac3412c6b', direction: 'MANY_TO_ONE', sourceObjectMetadata: { __typename: 'Object', id: '5c073dd8-4a3c-4618-b01a-31829217f4e1', nameSingular: 'messageParticipant', namePlural: 'messageParticipants', }, sourceFieldMetadata: { __typename: 'Field', id: 'c82296e8-4836-4504-93b1-851f5c3e5e9b', name: 'person', }, targetObjectMetadata: { __typename: 'Object', id: '0da1c90e-54e6-496d-b06e-9318a69f51b2', nameSingular: 'person', namePlural: 'people', }, targetFieldMetadata: { __typename: 'Field', id: 'c71836b4-a1ed-4e6a-9a0e-2ca03d481ea1', name: 'messageParticipants', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'e6b52bae-3774-4103-ae9d-e65cc1fc351b', type: 'UUID', name: 'workspaceMemberId', label: 'Workspace Member id (foreign key)', description: 'Workspace member id foreign key', icon: 'IconCircleUser', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '6ff6cb68-61b4-46d1-84dc-731c9824db60', type: 'UUID', name: 'id', label: 'Id', description: 'Id', icon: 'Icon123', isCustom: false, isActive: true, isSystem: true, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: 'uuid', options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '4f3fd960-ab58-4ce1-8843-bff29efda67d', type: 'UUID', name: 'personId', label: 'Person id (foreign key)', description: 'Person id foreign key', icon: 'IconUser', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '434cb453-5b97-48ea-b402-121410d26f8f', type: 'TEXT', name: 'displayName', label: 'Display Name', description: 'Display Name', icon: 'IconUser', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: "''", options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '4502b888-8f7c-453e-9168-cad1eb72758e', type: 'RELATION', name: 'message', label: 'Message', description: 'Message', icon: 'IconMessage', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: '70d3e4a7-6279-4d2d-bd62-45517b77e5fe', direction: 'MANY_TO_ONE', sourceObjectMetadata: { __typename: 'Object', id: '5c073dd8-4a3c-4618-b01a-31829217f4e1', nameSingular: 'messageParticipant', namePlural: 'messageParticipants', }, sourceFieldMetadata: { __typename: 'Field', id: '4502b888-8f7c-453e-9168-cad1eb72758e', name: 'message', }, targetObjectMetadata: { __typename: 'Object', id: 'bde4303b-1460-4976-9465-d201f1384464', nameSingular: 'message', namePlural: 'messages', }, targetFieldMetadata: { __typename: 'Field', id: '28622730-ab68-4729-8ba5-bb16750dac7d', name: 'messageParticipants', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '27f2870d-cc75-4ac5-8a6b-59d1e2d8708e', type: 'TEXT', name: 'handle', label: 'Handle', description: 'Handle', icon: 'IconAt', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: "''", options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, ], }, }, }, { __typename: 'ObjectEdge', node: { __typename: 'Object', id: '59c24d15-6d80-4f09-a563-0a595f5c83a8', dataSourceId: '819c27d5-2d36-4862-af84-5d0c81c9fd69', nameSingular: 'view', namePlural: 'views', labelSingular: 'View', labelPlural: 'Views', description: '(System) Views', icon: 'IconLayoutCollage', isCustom: false, isRemote: false, isActive: true, isSystem: true, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', labelIdentifierFieldMetadataId: '94f315f4-f5b3-4688-994c-644a68d5fa9d', imageIdentifierFieldMetadataId: null, shortcut: null, isLabelSyncedWithName: false, indexMetadatas: { __typename: 'ObjectIndexMetadatasConnection', edges: [], }, fields: { __typename: 'ObjectFieldsConnection', pageInfo: { __typename: 'PageInfo', hasNextPage: false, hasPreviousPage: false, startCursor: 'YXJyYXljb25uZWN0aW9uOjA=', endCursor: 'YXJyYXljb25uZWN0aW9uOjE3', }, edges: [ { __typename: 'FieldEdge', node: { __typename: 'Field', id: '247a42e4-053b-4109-932e-461d0889e98e', type: 'TEXT', name: 'type', label: 'Type', description: 'View type', icon: null, isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: "'table'", options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'aa2b18c4-b1b6-42c6-90c5-230c9ecab347', type: 'BOOLEAN', name: 'isCompact', label: 'Compact View', description: 'Describes if the view is in compact mode', icon: null, isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: false, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'a8fcfee0-9a62-4e83-88ae-09981bd8198d', type: 'TEXT', name: 'kanbanFieldMetadataId', label: 'kanbanfieldMetadataId', description: 'View Kanban column field', icon: null, isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: "''", options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '8608bfab-401a-4aa5-8923-00b4e82e086b', type: 'RELATION', name: 'viewFields', label: 'View Fields', description: 'View Fields', icon: 'IconTag', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: '5dfd3452-78b0-4391-a592-a2086326a533', direction: 'ONE_TO_MANY', sourceObjectMetadata: { __typename: 'Object', id: '59c24d15-6d80-4f09-a563-0a595f5c83a8', nameSingular: 'view', namePlural: 'views', }, sourceFieldMetadata: { __typename: 'Field', id: '8608bfab-401a-4aa5-8923-00b4e82e086b', name: 'viewFields', }, targetObjectMetadata: { __typename: 'Object', id: 'f02912d1-5058-4110-9140-56afba50534e', nameSingular: 'viewField', namePlural: 'viewFields', }, targetFieldMetadata: { __typename: 'Field', id: 'a09c707e-a640-42e1-93cd-f3916f294289', name: 'view', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '66aa5131-ead2-4fbe-b209-cc79ac2f6bcd', type: 'DATE_TIME', name: 'deletedAt', label: 'Deleted at', description: 'Date when the record was deleted', icon: 'IconCalendarMinus', isCustom: false, isActive: true, isSystem: false, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: { displayAsRelativeDate: true, }, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '227f6483-182f-4edf-b9b1-00fd8809dee9', type: 'RELATION', name: 'viewFilters', label: 'View Filters', description: 'View Filters', icon: 'IconFilterBolt', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: 'fa458e88-53bc-4ab9-8faf-6a092ebb7b12', direction: 'ONE_TO_MANY', sourceObjectMetadata: { __typename: 'Object', id: '59c24d15-6d80-4f09-a563-0a595f5c83a8', nameSingular: 'view', namePlural: 'views', }, sourceFieldMetadata: { __typename: 'Field', id: '227f6483-182f-4edf-b9b1-00fd8809dee9', name: 'viewFilters', }, targetObjectMetadata: { __typename: 'Object', id: 'a7d21400-4d2c-4555-8555-b2343e03c9d8', nameSingular: 'viewFilter', namePlural: 'viewFilters', }, targetFieldMetadata: { __typename: 'Field', id: '7c18a0d5-0f27-466d-b985-1c1215043230', name: 'view', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '2b243101-9ab4-4b16-b57e-fa021593193f', type: 'TEXT', name: 'icon', label: 'Icon', description: 'View icon', icon: null, isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: "''", options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'c891080f-48f9-4c2f-83c4-40e2641a7ec6', type: 'UUID', name: 'objectMetadataId', label: 'Object Metadata Id', description: 'View target object', icon: null, isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '17f0b0ac-0b78-4539-a8c1-23ff79317edb', type: 'POSITION', name: 'position', label: 'Position', description: 'View position', icon: null, isCustom: false, isActive: true, isSystem: false, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '24eb8f15-0c00-425e-a80f-defb746c2d7b', type: 'UUID', name: 'id', label: 'Id', description: 'Id', icon: 'Icon123', isCustom: false, isActive: true, isSystem: true, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: 'uuid', options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '07c9d034-7015-4451-9dcf-711c475f1c41', type: 'DATE_TIME', name: 'updatedAt', label: 'Last update', description: 'Last time the record was changed', icon: 'IconCalendarClock', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: 'now', options: null, isLabelSyncedWithName: false, settings: { displayAsRelativeDate: true, }, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '8d010fdc-21bb-4eea-9d4d-c88327f29db4', type: 'RELATION', name: 'viewSorts', label: 'View Sorts', description: 'View Sorts', icon: 'IconArrowsSort', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: '9bc2191c-2de4-4a14-8ae9-48f0de4940b7', direction: 'ONE_TO_MANY', sourceObjectMetadata: { __typename: 'Object', id: '59c24d15-6d80-4f09-a563-0a595f5c83a8', nameSingular: 'view', namePlural: 'views', }, sourceFieldMetadata: { __typename: 'Field', id: '8d010fdc-21bb-4eea-9d4d-c88327f29db4', name: 'viewSorts', }, targetObjectMetadata: { __typename: 'Object', id: 'fb4cd6b0-33ba-4a33-beec-7570ba883ecf', nameSingular: 'viewSort', namePlural: 'viewSorts', }, targetFieldMetadata: { __typename: 'Field', id: '7e6dfbd3-e16a-479d-80c1-446725f2b67c', name: 'view', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '94f315f4-f5b3-4688-994c-644a68d5fa9d', type: 'TEXT', name: 'name', label: 'Name', description: 'View name', icon: null, isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: "''", options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '171c4048-2e2b-48df-9744-7af46cb79734', type: 'SELECT', name: 'key', label: 'Key', description: 'View key', icon: null, isCustom: false, isActive: true, isSystem: false, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: "'INDEX'", options: [ { id: 'd91defbd-2fcb-4faa-8e3b-6ec323b60315', color: 'red', label: 'Index', value: 'INDEX', position: 0, }, ], isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'a73a200a-8fdd-45e5-a302-e15e93e45a99', type: 'RELATION', name: 'viewFilterGroups', label: 'View Filter Groups', description: 'View Filter Groups', icon: 'IconFilterBolt', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: '111bf30f-3b35-4a46-b532-3c5241513736', direction: 'ONE_TO_MANY', sourceObjectMetadata: { __typename: 'Object', id: '59c24d15-6d80-4f09-a563-0a595f5c83a8', nameSingular: 'view', namePlural: 'views', }, sourceFieldMetadata: { __typename: 'Field', id: 'a73a200a-8fdd-45e5-a302-e15e93e45a99', name: 'viewFilterGroups', }, targetObjectMetadata: { __typename: 'Object', id: 'b2854fba-b070-4381-84fc-b7d2e8a9ef35', nameSingular: 'viewFilterGroup', namePlural: 'viewFilterGroups', }, targetFieldMetadata: { __typename: 'Field', id: 'e486cbc4-18a5-48a2-b89f-f3287e1777b4', name: 'view', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'c3388678-5942-44cf-b994-af31340fa955', type: 'RELATION', name: 'favorites', label: 'Favorites', description: 'Favorites linked to the view', icon: 'IconHeart', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: 'd35566c3-3627-4579-b757-1d5c9c1d267f', direction: 'ONE_TO_MANY', sourceObjectMetadata: { __typename: 'Object', id: '59c24d15-6d80-4f09-a563-0a595f5c83a8', nameSingular: 'view', namePlural: 'views', }, sourceFieldMetadata: { __typename: 'Field', id: 'c3388678-5942-44cf-b994-af31340fa955', name: 'favorites', }, targetObjectMetadata: { __typename: 'Object', id: '5df3abf5-8d68-4591-8c8e-97b15c33046d', nameSingular: 'favorite', namePlural: 'favorites', }, targetFieldMetadata: { __typename: 'Field', id: 'b1d71dd7-b990-4c11-8b0b-cd73492e5976', name: 'view', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '5a5cacde-837f-446e-aeef-4932d10a3ba3', type: 'RELATION', name: 'viewGroups', label: 'View Groups', description: 'View Groups', icon: 'IconTag', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: '907b27b9-11d7-4ce6-a918-266bebdba551', direction: 'ONE_TO_MANY', sourceObjectMetadata: { __typename: 'Object', id: '59c24d15-6d80-4f09-a563-0a595f5c83a8', nameSingular: 'view', namePlural: 'views', }, sourceFieldMetadata: { __typename: 'Field', id: '5a5cacde-837f-446e-aeef-4932d10a3ba3', name: 'viewGroups', }, targetObjectMetadata: { __typename: 'Object', id: '8ee1d8e1-c35b-49d0-a8e9-f763b47ef0d4', nameSingular: 'viewGroup', namePlural: 'viewGroups', }, targetFieldMetadata: { __typename: 'Field', id: '1eb7d050-ed50-4276-8b24-198f5e35c896', name: 'view', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '57c5e3b5-0cb2-4bc8-b4d9-b68e15cb5fa1', type: 'DATE_TIME', name: 'createdAt', label: 'Creation date', description: 'Creation date', icon: 'IconCalendar', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: 'now', options: null, isLabelSyncedWithName: false, settings: { displayAsRelativeDate: true, }, relationDefinition: null, }, }, ], }, }, }, { __typename: 'ObjectEdge', node: { __typename: 'Object', id: '58c276be-fcb4-4693-8c3d-7183091b26d8', dataSourceId: '819c27d5-2d36-4862-af84-5d0c81c9fd69', nameSingular: 'calendarEvent', namePlural: 'calendarEvents', labelSingular: 'Calendar event', labelPlural: 'Calendar events', description: 'Calendar events', icon: 'IconCalendar', isCustom: false, isRemote: false, isActive: true, isSystem: true, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', labelIdentifierFieldMetadataId: '93660329-dc5f-4014-88af-cadd60a82130', imageIdentifierFieldMetadataId: null, shortcut: null, isLabelSyncedWithName: false, indexMetadatas: { __typename: 'ObjectIndexMetadatasConnection', edges: [], }, fields: { __typename: 'ObjectFieldsConnection', pageInfo: { __typename: 'PageInfo', hasNextPage: false, hasPreviousPage: false, startCursor: 'YXJyYXljb25uZWN0aW9uOjA=', endCursor: 'YXJyYXljb25uZWN0aW9uOjE3', }, edges: [ { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'c7bd628e-1574-4fc8-8b82-d8bb079a4f03', type: 'TEXT', name: 'conferenceSolution', label: 'Conference Solution', description: 'Conference Solution', icon: 'IconScreenShare', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: "''", options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'ed6e979e-d559-4176-93fd-7ca9d257fa44', type: 'TEXT', name: 'location', label: 'Location', description: 'Location', icon: 'IconMapPin', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: "''", options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '7fe927a3-d950-4723-ae16-4e41cc1aa94b', type: 'TEXT', name: 'description', label: 'Description', description: 'Description', icon: 'IconFileDescription', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: "''", options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '326bebd3-0a42-4243-861e-496a11206f70', type: 'DATE_TIME', name: 'createdAt', label: 'Creation date', description: 'Creation date', icon: 'IconCalendar', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: 'now', options: null, isLabelSyncedWithName: false, settings: { displayAsRelativeDate: true, }, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '1c3edbde-7dcb-4cf9-b4ac-7f2838cababd', type: 'DATE_TIME', name: 'endsAt', label: 'End Date', description: 'End Date', icon: 'IconCalendarClock', isCustom: false, isActive: true, isSystem: false, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '42af3f7b-3715-486f-aa09-4465b415ab80', type: 'DATE_TIME', name: 'updatedAt', label: 'Last update', description: 'Last time the record was changed', icon: 'IconCalendarClock', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: 'now', options: null, isLabelSyncedWithName: false, settings: { displayAsRelativeDate: true, }, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '70555b51-ff1c-48e1-9046-386353d62da7', type: 'RELATION', name: 'calendarChannelEventAssociations', label: 'Calendar Channel Event Associations', description: 'Calendar Channel Event Associations', icon: 'IconCalendar', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: 'ccc677e8-c479-42c7-8c80-00de5cec7c40', direction: 'ONE_TO_MANY', sourceObjectMetadata: { __typename: 'Object', id: '58c276be-fcb4-4693-8c3d-7183091b26d8', nameSingular: 'calendarEvent', namePlural: 'calendarEvents', }, sourceFieldMetadata: { __typename: 'Field', id: '70555b51-ff1c-48e1-9046-386353d62da7', name: 'calendarChannelEventAssociations', }, targetObjectMetadata: { __typename: 'Object', id: '032fa361-efca-42ad-b3c9-2a061bdfc857', nameSingular: 'calendarChannelEventAssociation', namePlural: 'calendarChannelEventAssociations', }, targetFieldMetadata: { __typename: 'Field', id: '86f436d3-de74-42db-a87c-9d749a39c167', name: 'calendarEvent', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '3d15017a-df8a-4117-9930-ceb246a77549', type: 'RELATION', name: 'calendarEventParticipants', label: 'Event Participants', description: 'Event Participants', icon: 'IconUserCircle', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: '3d697e7d-e85e-415a-a048-7a3c78b97cd0', direction: 'ONE_TO_MANY', sourceObjectMetadata: { __typename: 'Object', id: '58c276be-fcb4-4693-8c3d-7183091b26d8', nameSingular: 'calendarEvent', namePlural: 'calendarEvents', }, sourceFieldMetadata: { __typename: 'Field', id: '3d15017a-df8a-4117-9930-ceb246a77549', name: 'calendarEventParticipants', }, targetObjectMetadata: { __typename: 'Object', id: '5764965b-6481-42ac-ba6f-f371fc045e48', nameSingular: 'calendarEventParticipant', namePlural: 'calendarEventParticipants', }, targetFieldMetadata: { __typename: 'Field', id: '7f5fb206-88cc-4265-888e-96abf02433c9', name: 'calendarEvent', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'df223465-126e-45de-a50e-f5da2d22ae01', type: 'DATE_TIME', name: 'externalCreatedAt', label: 'Creation DateTime', description: 'Creation DateTime', icon: 'IconCalendarPlus', isCustom: false, isActive: true, isSystem: false, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '345d9e3e-bedd-4220-9d60-96c08ab9656a', type: 'BOOLEAN', name: 'isFullDay', label: 'Is Full Day', description: 'Is Full Day', icon: 'Icon24Hours', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: false, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '1a3db666-1626-44ed-b29c-e6a486f115bf', type: 'LINKS', name: 'conferenceLink', label: 'Meet Link', description: 'Meet Link', icon: 'IconLink', isCustom: false, isActive: true, isSystem: false, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: { primaryLinkUrl: "''", secondaryLinks: null, primaryLinkLabel: "''", }, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '3c982903-2775-4994-ad37-9484f3491071', type: 'DATE_TIME', name: 'startsAt', label: 'Start Date', description: 'Start Date', icon: 'IconCalendarClock', isCustom: false, isActive: true, isSystem: false, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '758bde60-f8c3-4721-8657-0c0471a66ff6', type: 'DATE_TIME', name: 'externalUpdatedAt', label: 'Update DateTime', description: 'Update DateTime', icon: 'IconCalendarCog', isCustom: false, isActive: true, isSystem: false, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'd0329abc-e7d8-4f41-9334-c23c0b911ea5', type: 'DATE_TIME', name: 'deletedAt', label: 'Deleted at', description: 'Date when the record was deleted', icon: 'IconCalendarMinus', isCustom: false, isActive: true, isSystem: false, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: { displayAsRelativeDate: true, }, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'f2f105b9-28d5-4252-abc5-4529fd3eb074', type: 'UUID', name: 'id', label: 'Id', description: 'Id', icon: 'Icon123', isCustom: false, isActive: true, isSystem: true, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: 'uuid', options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'fe5c87ba-f637-47a9-9334-ce1a489d70c0', type: 'BOOLEAN', name: 'isCanceled', label: 'Is canceled', description: 'Is canceled', icon: 'IconCalendarCancel', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: false, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'f0b83d86-2ce3-4562-85cd-78f324b371e3', type: 'TEXT', name: 'iCalUID', label: 'iCal UID', description: 'iCal UID', icon: 'IconKey', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: "''", options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '93660329-dc5f-4014-88af-cadd60a82130', type: 'TEXT', name: 'title', label: 'Title', description: 'Title', icon: 'IconH1', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: "''", options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, ], }, }, }, { __typename: 'ObjectEdge', node: { __typename: 'Object', id: '57bc9297-2f7e-4a02-bc03-57052c3acb6d', dataSourceId: '819c27d5-2d36-4862-af84-5d0c81c9fd69', nameSingular: 'workflowEventListener', namePlural: 'workflowEventListeners', labelSingular: 'WorkflowEventListener', labelPlural: 'WorkflowEventListeners', description: 'A workflow event listener', icon: 'IconSettingsAutomation', isCustom: false, isRemote: false, isActive: true, isSystem: true, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', labelIdentifierFieldMetadataId: '6f3fb88e-c27e-406f-945f-435a7bebbf9c', imageIdentifierFieldMetadataId: null, shortcut: null, isLabelSyncedWithName: false, indexMetadatas: { __typename: 'ObjectIndexMetadatasConnection', edges: [ { __typename: 'IndexEdge', node: { __typename: 'Index', id: 'db5f19f0-47d1-4b7f-90c3-928f1151d900', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', name: 'IDX_9d6a1fb98ccde16ede8c5949d40', indexWhereClause: null, indexType: 'BTREE', isUnique: false, indexFieldMetadatas: { __typename: 'IndexIndexFieldMetadatasConnection', edges: [ { __typename: 'IndexFieldEdge', node: { __typename: 'IndexField', id: '4f08f6e8-782c-49f0-a7db-55c32a399d8b', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', order: 1, fieldMetadataId: '17c4c19f-7540-46a4-bf43-ae0ad35162cc', }, }, ], }, }, }, ], }, fields: { __typename: 'ObjectFieldsConnection', pageInfo: { __typename: 'PageInfo', hasNextPage: false, hasPreviousPage: false, startCursor: 'YXJyYXljb25uZWN0aW9uOjA=', endCursor: 'YXJyYXljb25uZWN0aW9uOjY=', }, edges: [ { __typename: 'FieldEdge', node: { __typename: 'Field', id: '17c4c19f-7540-46a4-bf43-ae0ad35162cc', type: 'DATE_TIME', name: 'deletedAt', label: 'Deleted at', description: 'Date when the record was deleted', icon: 'IconCalendarMinus', isCustom: false, isActive: true, isSystem: false, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: { displayAsRelativeDate: true, }, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '5fe36154-bf61-47e6-b129-29331cf1ce8c', type: 'UUID', name: 'workflowId', label: 'Workflow id (foreign key)', description: 'WorkflowEventListener workflow id foreign key', icon: 'IconSettingsAutomation', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '5569f3f7-2c61-4a35-8993-df813899c8a3', type: 'UUID', name: 'id', label: 'Id', description: 'Id', icon: 'Icon123', isCustom: false, isActive: true, isSystem: true, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: 'uuid', options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '28ff3521-7e7f-4b47-ab99-32fd1de0f510', type: 'DATE_TIME', name: 'createdAt', label: 'Creation date', description: 'Creation date', icon: 'IconCalendar', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: 'now', options: null, isLabelSyncedWithName: false, settings: { displayAsRelativeDate: true, }, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '6f3fb88e-c27e-406f-945f-435a7bebbf9c', type: 'TEXT', name: 'eventName', label: 'Name', description: 'The workflow event listener name', icon: null, isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: "''", options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '27bde9ad-5d25-4e7b-90be-b6338996b90f', type: 'RELATION', name: 'workflow', label: 'Workflow', description: 'WorkflowEventListener workflow', icon: 'IconSettingsAutomation', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: '85d7aca7-4918-4f93-a347-688c6865ef7d', direction: 'MANY_TO_ONE', sourceObjectMetadata: { __typename: 'Object', id: '57bc9297-2f7e-4a02-bc03-57052c3acb6d', nameSingular: 'workflowEventListener', namePlural: 'workflowEventListeners', }, sourceFieldMetadata: { __typename: 'Field', id: '27bde9ad-5d25-4e7b-90be-b6338996b90f', name: 'workflow', }, targetObjectMetadata: { __typename: 'Object', id: '5dc29a2c-d985-48fc-bad4-6e3f8623f811', nameSingular: 'workflow', namePlural: 'workflows', }, targetFieldMetadata: { __typename: 'Field', id: '319a15aa-9490-46cd-aafb-64f1b4506e3d', name: 'eventListeners', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '93de24d2-d432-4778-a7ec-9941c7ccb47b', type: 'DATE_TIME', name: 'updatedAt', label: 'Last update', description: 'Last time the record was changed', icon: 'IconCalendarClock', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: 'now', options: null, isLabelSyncedWithName: false, settings: { displayAsRelativeDate: true, }, relationDefinition: null, }, }, ], }, }, }, { __typename: 'ObjectEdge', node: { __typename: 'Object', id: '5764965b-6481-42ac-ba6f-f371fc045e48', dataSourceId: '819c27d5-2d36-4862-af84-5d0c81c9fd69', nameSingular: 'calendarEventParticipant', namePlural: 'calendarEventParticipants', labelSingular: 'Calendar event participant', labelPlural: 'Calendar event participants', description: 'Calendar event participants', icon: 'IconCalendar', isCustom: false, isRemote: false, isActive: true, isSystem: true, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', labelIdentifierFieldMetadataId: '8a289b42-0b06-400f-85a9-06aeac2b6905', imageIdentifierFieldMetadataId: null, shortcut: null, isLabelSyncedWithName: false, indexMetadatas: { __typename: 'ObjectIndexMetadatasConnection', edges: [ { __typename: 'IndexEdge', node: { __typename: 'Index', id: '87e26e56-e90c-4678-b517-339950cfc6a6', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', name: 'IDX_0da422bbe7adbabb8144c696ebd', indexWhereClause: null, indexType: 'BTREE', isUnique: false, indexFieldMetadatas: { __typename: 'IndexIndexFieldMetadatasConnection', edges: [ { __typename: 'IndexFieldEdge', node: { __typename: 'IndexField', id: 'b49038a3-1a65-47a5-9ade-a01491d070c2', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', order: 1, fieldMetadataId: '27bdf90b-fcdb-4539-bf74-db17445dc150', }, }, { __typename: 'IndexFieldEdge', node: { __typename: 'IndexField', id: '5556b4c1-73d0-4973-a907-53c4feb85a59', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', order: 0, fieldMetadataId: '77ac631f-b0be-4e7e-befa-e499b5dc74ee', }, }, ], }, }, }, { __typename: 'IndexEdge', node: { __typename: 'Index', id: '646c5151-9c8a-435c-8ca9-dcd36ea94561', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', name: 'IDX_dd22aee9059fd7002165df6d8cc', indexWhereClause: null, indexType: 'BTREE', isUnique: false, indexFieldMetadatas: { __typename: 'IndexIndexFieldMetadatasConnection', edges: [], }, }, }, { __typename: 'IndexEdge', node: { __typename: 'Index', id: '6b147c97-84f7-48ff-bd0c-a67b3db13f62', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', name: 'IDX_2bf094726f6d91639302c1c143d', indexWhereClause: null, indexType: 'BTREE', isUnique: false, indexFieldMetadatas: { __typename: 'IndexIndexFieldMetadatasConnection', edges: [ { __typename: 'IndexFieldEdge', node: { __typename: 'IndexField', id: 'e377946b-e56e-49ce-9e36-85dc07ffdb13', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', order: 0, fieldMetadataId: 'e72b141c-2dba-42c2-b2b5-0887a8854707', }, }, { __typename: 'IndexFieldEdge', node: { __typename: 'IndexField', id: '987d6560-7fef-4308-9686-0f09fb17ce58', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', order: 1, fieldMetadataId: '27bdf90b-fcdb-4539-bf74-db17445dc150', }, }, ], }, }, }, ], }, fields: { __typename: 'ObjectFieldsConnection', pageInfo: { __typename: 'PageInfo', hasNextPage: false, hasPreviousPage: false, startCursor: 'YXJyYXljb25uZWN0aW9uOjA=', endCursor: 'YXJyYXljb25uZWN0aW9uOjEz', }, edges: [ { __typename: 'FieldEdge', node: { __typename: 'Field', id: '3f5dacf0-16da-4305-89c4-dd0a0ffa1652', type: 'UUID', name: 'calendarEventId', label: 'Event ID id (foreign key)', description: 'Event ID id foreign key', icon: 'IconCalendar', isCustom: false, isActive: true, isSystem: true, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'e310a8e4-993e-49f3-88ff-481297bc3d43', type: 'DATE_TIME', name: 'updatedAt', label: 'Last update', description: 'Last time the record was changed', icon: 'IconCalendarClock', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: 'now', options: null, isLabelSyncedWithName: false, settings: { displayAsRelativeDate: true, }, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '6bf06a3f-98f1-4083-ab93-e2c4348afffa', type: 'BOOLEAN', name: 'isOrganizer', label: 'Is Organizer', description: 'Is Organizer', icon: 'IconUser', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: false, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '372f6ed2-df97-4de8-a10f-07c5dfcef35d', type: 'RELATION', name: 'workspaceMember', label: 'Workspace Member', description: 'Workspace Member', icon: 'IconUser', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: '0fbb09c6-02db-4481-9ba7-e9f58a4dfbff', direction: 'MANY_TO_ONE', sourceObjectMetadata: { __typename: 'Object', id: '5764965b-6481-42ac-ba6f-f371fc045e48', nameSingular: 'calendarEventParticipant', namePlural: 'calendarEventParticipants', }, sourceFieldMetadata: { __typename: 'Field', id: '372f6ed2-df97-4de8-a10f-07c5dfcef35d', name: 'workspaceMember', }, targetObjectMetadata: { __typename: 'Object', id: '6c349123-a42c-4f53-a140-41ac74c6718f', nameSingular: 'workspaceMember', namePlural: 'workspaceMembers', }, targetFieldMetadata: { __typename: 'Field', id: 'c730c43f-65d1-43d3-95da-494bc8079581', name: 'calendarEventParticipants', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '77ac631f-b0be-4e7e-befa-e499b5dc74ee', type: 'UUID', name: 'personId', label: 'Person id (foreign key)', description: 'Person id foreign key', icon: 'IconUser', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'fd373306-3e8f-4156-b455-184589fe730e', type: 'DATE_TIME', name: 'createdAt', label: 'Creation date', description: 'Creation date', icon: 'IconCalendar', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: 'now', options: null, isLabelSyncedWithName: false, settings: { displayAsRelativeDate: true, }, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '51db684e-756a-471a-bd4a-9af04f7164f1', type: 'RELATION', name: 'person', label: 'Person', description: 'Person', icon: 'IconUser', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: '6c3d6325-df6e-419f-a094-e4e367f15c92', direction: 'MANY_TO_ONE', sourceObjectMetadata: { __typename: 'Object', id: '5764965b-6481-42ac-ba6f-f371fc045e48', nameSingular: 'calendarEventParticipant', namePlural: 'calendarEventParticipants', }, sourceFieldMetadata: { __typename: 'Field', id: '51db684e-756a-471a-bd4a-9af04f7164f1', name: 'person', }, targetObjectMetadata: { __typename: 'Object', id: '0da1c90e-54e6-496d-b06e-9318a69f51b2', nameSingular: 'person', namePlural: 'people', }, targetFieldMetadata: { __typename: 'Field', id: '4f3e9dab-6513-4d38-8a79-8f3953443553', name: 'calendarEventParticipants', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '8a289b42-0b06-400f-85a9-06aeac2b6905', type: 'TEXT', name: 'handle', label: 'Handle', description: 'Handle', icon: 'IconMail', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: "''", options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'e72b141c-2dba-42c2-b2b5-0887a8854707', type: 'UUID', name: 'workspaceMemberId', label: 'Workspace Member id (foreign key)', description: 'Workspace Member id foreign key', icon: 'IconUser', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'cae9bc99-9daf-41ee-be46-9049410f6d34', type: 'TEXT', name: 'displayName', label: 'Display Name', description: 'Display Name', icon: 'IconUser', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: "''", options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '7f5fb206-88cc-4265-888e-96abf02433c9', type: 'RELATION', name: 'calendarEvent', label: 'Event ID', description: 'Event ID', icon: 'IconCalendar', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: '3d697e7d-e85e-415a-a048-7a3c78b97cd0', direction: 'MANY_TO_ONE', sourceObjectMetadata: { __typename: 'Object', id: '5764965b-6481-42ac-ba6f-f371fc045e48', nameSingular: 'calendarEventParticipant', namePlural: 'calendarEventParticipants', }, sourceFieldMetadata: { __typename: 'Field', id: '7f5fb206-88cc-4265-888e-96abf02433c9', name: 'calendarEvent', }, targetObjectMetadata: { __typename: 'Object', id: '58c276be-fcb4-4693-8c3d-7183091b26d8', nameSingular: 'calendarEvent', namePlural: 'calendarEvents', }, targetFieldMetadata: { __typename: 'Field', id: '3d15017a-df8a-4117-9930-ceb246a77549', name: 'calendarEventParticipants', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '3c020e96-ee19-4c9f-be6e-2aa7c49bc501', type: 'UUID', name: 'id', label: 'Id', description: 'Id', icon: 'Icon123', isCustom: false, isActive: true, isSystem: true, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: 'uuid', options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '27bdf90b-fcdb-4539-bf74-db17445dc150', type: 'DATE_TIME', name: 'deletedAt', label: 'Deleted at', description: 'Date when the record was deleted', icon: 'IconCalendarMinus', isCustom: false, isActive: true, isSystem: false, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: { displayAsRelativeDate: true, }, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '6319ec12-9aa7-4aca-bc99-f7ba9578f665', type: 'SELECT', name: 'responseStatus', label: 'Response Status', description: 'Response Status', icon: 'IconUser', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: "'NEEDS_ACTION'", options: [ { id: '4d6a938c-b737-4f7c-8a95-c1b324a03a90', color: 'orange', label: 'Needs Action', value: 'NEEDS_ACTION', position: 0, }, { id: '42f8de5e-5cd1-4e2f-ac02-eb3b1797447d', color: 'red', label: 'Declined', value: 'DECLINED', position: 1, }, { id: 'fa4c8963-fe68-4e3a-9fd0-681ca8e1de53', color: 'yellow', label: 'Tentative', value: 'TENTATIVE', position: 2, }, { id: '01d410cd-5c02-4423-80bc-c46c07913d19', color: 'green', label: 'Accepted', value: 'ACCEPTED', position: 3, }, ], isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, ], }, }, }, { __typename: 'ObjectEdge', node: { __typename: 'Object', id: '472aafb6-7f56-4984-be83-5520beab4b32', dataSourceId: '819c27d5-2d36-4862-af84-5d0c81c9fd69', nameSingular: 'taskTarget', namePlural: 'taskTargets', labelSingular: 'Task Target', labelPlural: 'Task Targets', description: 'An task target', icon: 'IconCheckbox', isCustom: false, isRemote: false, isActive: true, isSystem: true, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', labelIdentifierFieldMetadataId: '0f68681c-dd96-47bc-899f-2bc336f0934a', imageIdentifierFieldMetadataId: null, shortcut: null, isLabelSyncedWithName: false, indexMetadatas: { __typename: 'ObjectIndexMetadatasConnection', edges: [ { __typename: 'IndexEdge', node: { __typename: 'Index', id: 'ff83bffb-bf43-4219-b12d-5abd3f409c8b', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', name: 'IDX_cf12e6c92058f11b59852ffdfe3', indexWhereClause: null, indexType: 'BTREE', isUnique: false, indexFieldMetadatas: { __typename: 'IndexIndexFieldMetadatasConnection', edges: [ { __typename: 'IndexFieldEdge', node: { __typename: 'IndexField', id: '8ce9d8e5-fda5-4e96-951a-826d56773f2a', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', order: 1, fieldMetadataId: '528e52cc-cb29-4430-989f-d823cb1a8cb3', }, }, { __typename: 'IndexFieldEdge', node: { __typename: 'IndexField', id: '72d92cad-0cb8-41d8-bbdc-bea70e3ba213', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', order: 0, fieldMetadataId: '6763ec9c-3ed7-4a46-807f-90f1745d1e63', }, }, ], }, }, }, { __typename: 'IndexEdge', node: { __typename: 'Index', id: 'eaf982f0-8c9e-4c98-819c-52164a57c76c', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', name: 'IDX_627d4437c96f22d5d46cc9a85bb', indexWhereClause: null, indexType: 'BTREE', isUnique: false, indexFieldMetadatas: { __typename: 'IndexIndexFieldMetadatasConnection', edges: [], }, }, }, { __typename: 'IndexEdge', node: { __typename: 'Index', id: '0cfb9ba8-3b0c-46bb-ba0e-de3140aaa861', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', name: 'IDX_4e929e3af362914c41035c4d438', indexWhereClause: null, indexType: 'BTREE', isUnique: false, indexFieldMetadatas: { __typename: 'IndexIndexFieldMetadatasConnection', edges: [ { __typename: 'IndexFieldEdge', node: { __typename: 'IndexField', id: '21c979e4-4b8d-4ce8-8223-891f627821fc', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', order: 0, fieldMetadataId: '256eac29-29cb-45f0-965a-2fc743c303fd', }, }, { __typename: 'IndexFieldEdge', node: { __typename: 'IndexField', id: '34e9bf9a-3c78-43ce-9ed0-8398148eae9c', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', order: 1, fieldMetadataId: '528e52cc-cb29-4430-989f-d823cb1a8cb3', }, }, ], }, }, }, { __typename: 'IndexEdge', node: { __typename: 'Index', id: '154c2330-b643-46cc-9568-5b4ede793b24', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', name: 'IDX_b0ba7efcd8c529922bf6e858bc1', indexWhereClause: null, indexType: 'BTREE', isUnique: false, indexFieldMetadatas: { __typename: 'IndexIndexFieldMetadatasConnection', edges: [ { __typename: 'IndexFieldEdge', node: { __typename: 'IndexField', id: '9be5d1a2-ada1-426a-b6cc-6dbfe114b0a7', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', order: 0, fieldMetadataId: '6d0dbd50-1d97-453d-9589-2581b54eddee', }, }, ], }, }, }, ], }, fields: { __typename: 'ObjectFieldsConnection', pageInfo: { __typename: 'PageInfo', hasNextPage: false, hasPreviousPage: false, startCursor: 'YXJyYXljb25uZWN0aW9uOjA=', endCursor: 'YXJyYXljb25uZWN0aW9uOjEz', }, edges: [ { __typename: 'FieldEdge', node: { __typename: 'Field', id: '4e056c6a-c132-4dde-9222-c288e37b6bf2', type: 'DATE_TIME', name: 'createdAt', label: 'Creation date', description: 'Creation date', icon: 'IconCalendar', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: 'now', options: null, isLabelSyncedWithName: false, settings: { displayAsRelativeDate: true, }, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'b0c16dbe-3193-4f44-995b-a2e4a687a49d', type: 'RELATION', name: 'person', label: 'Person', description: 'TaskTarget person', icon: 'IconUser', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: '51159d86-0a50-44ca-9e97-79a04c8cfaf0', direction: 'MANY_TO_ONE', sourceObjectMetadata: { __typename: 'Object', id: '472aafb6-7f56-4984-be83-5520beab4b32', nameSingular: 'taskTarget', namePlural: 'taskTargets', }, sourceFieldMetadata: { __typename: 'Field', id: 'b0c16dbe-3193-4f44-995b-a2e4a687a49d', name: 'person', }, targetObjectMetadata: { __typename: 'Object', id: '0da1c90e-54e6-496d-b06e-9318a69f51b2', nameSingular: 'person', namePlural: 'people', }, targetFieldMetadata: { __typename: 'Field', id: 'c583495c-fbae-4203-b58a-650aae1e3adc', name: 'taskTargets', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'c198e1b0-45e9-4944-8e0c-d17a224eadf7', type: 'DATE_TIME', name: 'updatedAt', label: 'Last update', description: 'Last time the record was changed', icon: 'IconCalendarClock', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: 'now', options: null, isLabelSyncedWithName: false, settings: { displayAsRelativeDate: true, }, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '95c1e3de-ec86-49b1-93fd-1b19da46d32a', type: 'RELATION', name: 'opportunity', label: 'Opportunity', description: 'TaskTarget opportunity', icon: 'IconTargetArrow', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: '19c29332-cca2-4632-a2e7-f616353ad142', direction: 'MANY_TO_ONE', sourceObjectMetadata: { __typename: 'Object', id: '472aafb6-7f56-4984-be83-5520beab4b32', nameSingular: 'taskTarget', namePlural: 'taskTargets', }, sourceFieldMetadata: { __typename: 'Field', id: '95c1e3de-ec86-49b1-93fd-1b19da46d32a', name: 'opportunity', }, targetObjectMetadata: { __typename: 'Object', id: '8b1e1c30-3503-4bf8-ad90-882bef627fee', nameSingular: 'opportunity', namePlural: 'opportunities', }, targetFieldMetadata: { __typename: 'Field', id: '6bd68065-ec31-47b0-9641-1c9eb7ccd006', name: 'taskTargets', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '6763ec9c-3ed7-4a46-807f-90f1745d1e63', type: 'UUID', name: 'personId', label: 'Person id (foreign key)', description: 'TaskTarget person id foreign key', icon: 'IconUser', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '256eac29-29cb-45f0-965a-2fc743c303fd', type: 'UUID', name: 'companyId', label: 'Company id (foreign key)', description: 'TaskTarget company id foreign key', icon: 'IconBuildingSkyscraper', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '047c64cf-c3b6-483e-9294-546800e3016a', type: 'RELATION', name: 'company', label: 'Company', description: 'TaskTarget company', icon: 'IconBuildingSkyscraper', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: '41a1492d-efe5-43f2-8529-6fbc09d5aebd', direction: 'MANY_TO_ONE', sourceObjectMetadata: { __typename: 'Object', id: '472aafb6-7f56-4984-be83-5520beab4b32', nameSingular: 'taskTarget', namePlural: 'taskTargets', }, sourceFieldMetadata: { __typename: 'Field', id: '047c64cf-c3b6-483e-9294-546800e3016a', name: 'company', }, targetObjectMetadata: { __typename: 'Object', id: 'e2e9bdde-68e5-455f-8459-5c34ef3b7223', nameSingular: 'company', namePlural: 'companies', }, targetFieldMetadata: { __typename: 'Field', id: '4cce66e7-644f-4d9b-865e-38226a04d09c', name: 'taskTargets', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '774f2183-4eda-4044-ba68-e7129609f363', type: 'RELATION', name: 'rocket', label: 'Rocket', description: 'TaskTarget Rocket', icon: 'IconBuildingSkyscraper', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:39.033Z', updatedAt: '2024-11-06T08:55:39.033Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: '3faa21bf-763c-4487-a9e3-049ec2122acc', direction: 'MANY_TO_ONE', sourceObjectMetadata: { __typename: 'Object', id: '472aafb6-7f56-4984-be83-5520beab4b32', nameSingular: 'taskTarget', namePlural: 'taskTargets', }, sourceFieldMetadata: { __typename: 'Field', id: '774f2183-4eda-4044-ba68-e7129609f363', name: 'rocket', }, targetObjectMetadata: { __typename: 'Object', id: 'd09f3e9f-9429-4e79-8803-29d5dd1690b3', nameSingular: 'rocket', namePlural: 'rockets', }, targetFieldMetadata: { __typename: 'Field', id: 'b8545663-db22-42a6-aa05-c1a8d75f6fb6', name: 'taskTargets', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '528e52cc-cb29-4430-989f-d823cb1a8cb3', type: 'DATE_TIME', name: 'deletedAt', label: 'Deleted at', description: 'Date when the record was deleted', icon: 'IconCalendarMinus', isCustom: false, isActive: true, isSystem: false, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: { displayAsRelativeDate: true, }, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '6d0dbd50-1d97-453d-9589-2581b54eddee', type: 'UUID', name: 'opportunityId', label: 'Opportunity id (foreign key)', description: 'TaskTarget opportunity id foreign key', icon: 'IconTargetArrow', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '44658154-7b7f-4d43-974e-4cbdee15a2e3', type: 'UUID', name: 'rocketId', label: 'Rocket ID (foreign key)', description: 'Task Target Rocket id foreign key', icon: null, isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:39.027Z', updatedAt: '2024-11-06T08:55:39.027Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: { isForeignKey: true, }, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '392edf7c-9455-4bae-86af-796e8b600273', type: 'RELATION', name: 'task', label: 'Task', description: 'TaskTarget task', icon: 'IconCheckbox', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: '42493929-245a-4b28-9553-be148ef6bb3e', direction: 'MANY_TO_ONE', sourceObjectMetadata: { __typename: 'Object', id: '472aafb6-7f56-4984-be83-5520beab4b32', nameSingular: 'taskTarget', namePlural: 'taskTargets', }, sourceFieldMetadata: { __typename: 'Field', id: '392edf7c-9455-4bae-86af-796e8b600273', name: 'task', }, targetObjectMetadata: { __typename: 'Object', id: '3499fd6b-c739-46d3-86c7-d85c8ca7ca90', nameSingular: 'task', namePlural: 'tasks', }, targetFieldMetadata: { __typename: 'Field', id: '1485ac8c-3efa-4195-8c7a-bdaaac5b6902', name: 'taskTargets', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'ceb55029-b8c5-4826-8483-d0e564a02d39', type: 'UUID', name: 'taskId', label: 'Task id (foreign key)', description: 'TaskTarget task id foreign key', icon: 'IconCheckbox', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '0f68681c-dd96-47bc-899f-2bc336f0934a', type: 'UUID', name: 'id', label: 'Id', description: 'Id', icon: 'Icon123', isCustom: false, isActive: true, isSystem: true, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: 'uuid', options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, ], }, }, }, { __typename: 'ObjectEdge', node: { __typename: 'Object', id: '3499fd6b-c739-46d3-86c7-d85c8ca7ca90', dataSourceId: '819c27d5-2d36-4862-af84-5d0c81c9fd69', nameSingular: 'task', namePlural: 'tasks', labelSingular: 'Task', labelPlural: 'Tasks', description: 'A task', icon: 'IconCheckbox', isCustom: false, isRemote: false, isActive: true, isSystem: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', labelIdentifierFieldMetadataId: '19434b57-2245-4109-8c48-37b9cb80d4f4', imageIdentifierFieldMetadataId: null, shortcut: 'T', isLabelSyncedWithName: false, indexMetadatas: { __typename: 'ObjectIndexMetadatasConnection', edges: [ { __typename: 'IndexEdge', node: { __typename: 'Index', id: '2d87bee6-53f9-4692-b310-718fc7611ffe', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', name: 'IDX_d01a000cf26e1225d894dc3d364', indexWhereClause: null, indexType: 'GIN', isUnique: false, indexFieldMetadatas: { __typename: 'IndexIndexFieldMetadatasConnection', edges: [], }, }, }, { __typename: 'IndexEdge', node: { __typename: 'Index', id: 'ea0c9fe1-afff-4f79-844d-6b2fee49ae80', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', name: 'IDX_ee5298b25512b38b29390e084f7', indexWhereClause: null, indexType: 'BTREE', isUnique: false, indexFieldMetadatas: { __typename: 'IndexIndexFieldMetadatasConnection', edges: [ { __typename: 'IndexFieldEdge', node: { __typename: 'IndexField', id: 'f5b28f23-2a4d-4b63-add7-6aee7af7d189', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', order: 1, fieldMetadataId: 'f14286e8-49dc-4db7-9ad9-6442c675bc14', }, }, { __typename: 'IndexFieldEdge', node: { __typename: 'IndexField', id: '4a9acd35-81ad-4681-b9b2-cad467846845', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', order: 0, fieldMetadataId: '45f31d14-9ab4-4537-84fd-3d1627f71109', }, }, ], }, }, }, ], }, fields: { __typename: 'ObjectFieldsConnection', pageInfo: { __typename: 'PageInfo', hasNextPage: false, hasPreviousPage: false, startCursor: 'YXJyYXljb25uZWN0aW9uOjA=', endCursor: 'YXJyYXljb25uZWN0aW9uOjE2', }, edges: [ { __typename: 'FieldEdge', node: { __typename: 'Field', id: '3293eeb9-3231-40c7-b3fb-43bfe0dc2619', type: 'DATE_TIME', name: 'updatedAt', label: 'Last update', description: 'Last time the record was changed', icon: 'IconCalendarClock', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: 'now', options: null, isLabelSyncedWithName: false, settings: { displayAsRelativeDate: true, }, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'de98f752-fcc9-440c-a531-32f0b589b151', type: 'RELATION', name: 'assignee', label: 'Assignee', description: 'Task assignee', icon: 'IconUserCircle', isCustom: false, isActive: true, isSystem: false, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: '78c3b18d-5e04-4235-adee-4c4fcaf4467f', direction: 'MANY_TO_ONE', sourceObjectMetadata: { __typename: 'Object', id: '3499fd6b-c739-46d3-86c7-d85c8ca7ca90', nameSingular: 'task', namePlural: 'tasks', }, sourceFieldMetadata: { __typename: 'Field', id: 'de98f752-fcc9-440c-a531-32f0b589b151', name: 'assignee', }, targetObjectMetadata: { __typename: 'Object', id: '6c349123-a42c-4f53-a140-41ac74c6718f', nameSingular: 'workspaceMember', namePlural: 'workspaceMembers', }, targetFieldMetadata: { __typename: 'Field', id: '17dd4163-f18e-4c6c-9240-7befe8b558a8', name: 'assignedTasks', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'f14286e8-49dc-4db7-9ad9-6442c675bc14', type: 'DATE_TIME', name: 'deletedAt', label: 'Deleted at', description: 'Date when the record was deleted', icon: 'IconCalendarMinus', isCustom: false, isActive: true, isSystem: false, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: { displayAsRelativeDate: true, }, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '1485ac8c-3efa-4195-8c7a-bdaaac5b6902', type: 'RELATION', name: 'taskTargets', label: 'Relations', description: 'Task targets', icon: 'IconArrowUpRight', isCustom: false, isActive: true, isSystem: false, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: '42493929-245a-4b28-9553-be148ef6bb3e', direction: 'ONE_TO_MANY', sourceObjectMetadata: { __typename: 'Object', id: '3499fd6b-c739-46d3-86c7-d85c8ca7ca90', nameSingular: 'task', namePlural: 'tasks', }, sourceFieldMetadata: { __typename: 'Field', id: '1485ac8c-3efa-4195-8c7a-bdaaac5b6902', name: 'taskTargets', }, targetObjectMetadata: { __typename: 'Object', id: '472aafb6-7f56-4984-be83-5520beab4b32', nameSingular: 'taskTarget', namePlural: 'taskTargets', }, targetFieldMetadata: { __typename: 'Field', id: '392edf7c-9455-4bae-86af-796e8b600273', name: 'task', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '61015bf3-7cd6-4184-9c97-b75bde621026', type: 'DATE_TIME', name: 'dueAt', label: 'Due Date', description: 'Task due date', icon: 'IconCalendarEvent', isCustom: false, isActive: true, isSystem: false, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '49911c20-2848-4c9b-82da-a106bcb040f4', type: 'RELATION', name: 'attachments', label: 'Attachments', description: 'Task attachments', icon: 'IconFileImport', isCustom: false, isActive: true, isSystem: false, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: 'efb0c356-d1ad-4f75-93b0-2f1d32b9f661', direction: 'ONE_TO_MANY', sourceObjectMetadata: { __typename: 'Object', id: '3499fd6b-c739-46d3-86c7-d85c8ca7ca90', nameSingular: 'task', namePlural: 'tasks', }, sourceFieldMetadata: { __typename: 'Field', id: '49911c20-2848-4c9b-82da-a106bcb040f4', name: 'attachments', }, targetObjectMetadata: { __typename: 'Object', id: 'a9159d73-fb6d-45ee-aff0-e5e15c6ee8f7', nameSingular: 'attachment', namePlural: 'attachments', }, targetFieldMetadata: { __typename: 'Field', id: '893d1cf8-4328-4f85-8fab-141a89e40136', name: 'task', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '8002b729-cb4b-43e5-92d3-8680f85cd996', type: 'RELATION', name: 'favorites', label: 'Favorites', description: 'Favorites linked to the task', icon: 'IconHeart', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: '8cb48004-b5f2-47ba-b1c5-3b8a3f4c0e69', direction: 'ONE_TO_MANY', sourceObjectMetadata: { __typename: 'Object', id: '3499fd6b-c739-46d3-86c7-d85c8ca7ca90', nameSingular: 'task', namePlural: 'tasks', }, sourceFieldMetadata: { __typename: 'Field', id: '8002b729-cb4b-43e5-92d3-8680f85cd996', name: 'favorites', }, targetObjectMetadata: { __typename: 'Object', id: '5df3abf5-8d68-4591-8c8e-97b15c33046d', nameSingular: 'favorite', namePlural: 'favorites', }, targetFieldMetadata: { __typename: 'Field', id: '31afe31e-b3c7-4a41-a32f-593cc8400236', name: 'task', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '72b9ec30-b533-4355-8688-1860c4fa9c9b', type: 'TS_VECTOR', name: 'searchVector', label: 'Search vector', description: 'Field used for full-text search', icon: 'IconUser', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'ae853d86-e770-4196-8b4b-2dee50957236', type: 'RICH_TEXT', name: 'body', label: 'Body', description: 'Task body', icon: 'IconFilePencil', isCustom: false, isActive: true, isSystem: false, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '19434b57-2245-4109-8c48-37b9cb80d4f4', type: 'TEXT', name: 'title', label: 'Title', description: 'Task title', icon: 'IconNotes', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: "''", options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'f1387b5a-b774-49ca-a985-4125798a9b79', type: 'UUID', name: 'id', label: 'Id', description: 'Id', icon: 'Icon123', isCustom: false, isActive: true, isSystem: true, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: 'uuid', options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '45f31d14-9ab4-4537-84fd-3d1627f71109', type: 'UUID', name: 'assigneeId', label: 'Assignee id (foreign key)', description: 'Task assignee id foreign key', icon: 'IconUserCircle', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '492261b1-99f9-41bc-8a6e-2e4477ddcf12', type: 'DATE_TIME', name: 'createdAt', label: 'Creation date', description: 'Creation date', icon: 'IconCalendar', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: 'now', options: null, isLabelSyncedWithName: false, settings: { displayAsRelativeDate: true, }, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'c79aca9e-1672-487e-9542-22e6f808a4d6', type: 'SELECT', name: 'status', label: 'Status', description: 'Task status', icon: 'IconCheck', isCustom: false, isActive: true, isSystem: false, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: "'TODO'", options: [ { id: 'd20b68cc-3953-4eeb-aa70-20d917f33212', color: 'sky', label: 'To do', value: 'TODO', position: 0, }, { id: '3c5f637b-98fa-4c73-81c8-e8ce7e921ca2', color: 'purple', label: 'In progress', value: 'IN_PROGRESS', position: 1, }, { id: '1e5d0878-a049-4752-8cd3-81aed3f1a755', color: 'green', label: 'Done', value: 'DONE', position: 1, }, ], isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '41f4aaf7-3ec7-4d61-a14f-7ed131ad214c', type: 'RELATION', name: 'timelineActivities', label: 'Timeline Activities', description: 'Timeline Activities linked to the task.', icon: 'IconTimelineEvent', isCustom: false, isActive: true, isSystem: false, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: '68ed5110-0145-4ac0-aeb3-b35d6f39bc48', direction: 'ONE_TO_MANY', sourceObjectMetadata: { __typename: 'Object', id: '3499fd6b-c739-46d3-86c7-d85c8ca7ca90', nameSingular: 'task', namePlural: 'tasks', }, sourceFieldMetadata: { __typename: 'Field', id: '41f4aaf7-3ec7-4d61-a14f-7ed131ad214c', name: 'timelineActivities', }, targetObjectMetadata: { __typename: 'Object', id: '99c6e57d-11d0-4f1f-af99-0bb49a28e8f3', nameSingular: 'timelineActivity', namePlural: 'timelineActivities', }, targetFieldMetadata: { __typename: 'Field', id: '20113a41-0044-4411-b011-77256227a175', name: 'task', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '24c81dea-74ea-4cda-babf-8b13848ba1e9', type: 'POSITION', name: 'position', label: 'Position', description: 'Task record position', icon: 'IconHierarchy2', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '7afe134a-74c0-44bc-8609-baa6acd0bf13', type: 'ACTOR', name: 'createdBy', label: 'Created by', description: 'The creator of the record', icon: 'IconCreativeCommonsSa', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: { name: "''", source: "'MANUAL'", }, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, ], }, }, }, { __typename: 'ObjectEdge', node: { __typename: 'Object', id: '3431521e-1f46-4c4f-9547-4ea6a125544f', dataSourceId: '819c27d5-2d36-4862-af84-5d0c81c9fd69', nameSingular: 'messageThread', namePlural: 'messageThreads', labelSingular: 'Message Thread', labelPlural: 'Message Threads', description: 'Message Thread', icon: 'IconMessage', isCustom: false, isRemote: false, isActive: true, isSystem: true, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', labelIdentifierFieldMetadataId: '8ab6d392-4279-4187-b696-a4677927b901', imageIdentifierFieldMetadataId: null, shortcut: null, isLabelSyncedWithName: false, indexMetadatas: { __typename: 'ObjectIndexMetadatasConnection', edges: [], }, fields: { __typename: 'ObjectFieldsConnection', pageInfo: { __typename: 'PageInfo', hasNextPage: false, hasPreviousPage: false, startCursor: 'YXJyYXljb25uZWN0aW9uOjA=', endCursor: 'YXJyYXljb25uZWN0aW9uOjQ=', }, edges: [ { __typename: 'FieldEdge', node: { __typename: 'Field', id: '7efabcde-d923-4cfa-8dd9-9b40c6437684', type: 'DATE_TIME', name: 'deletedAt', label: 'Deleted at', description: 'Date when the record was deleted', icon: 'IconCalendarMinus', isCustom: false, isActive: true, isSystem: false, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: { displayAsRelativeDate: true, }, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '7cdd6d88-674c-456d-ba5e-f895ec094fc9', type: 'RELATION', name: 'messages', label: 'Messages', description: 'Messages from the thread.', icon: 'IconMessage', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: '011926de-cbef-428c-9455-cb62e5c5a47a', direction: 'ONE_TO_MANY', sourceObjectMetadata: { __typename: 'Object', id: '3431521e-1f46-4c4f-9547-4ea6a125544f', nameSingular: 'messageThread', namePlural: 'messageThreads', }, sourceFieldMetadata: { __typename: 'Field', id: '7cdd6d88-674c-456d-ba5e-f895ec094fc9', name: 'messages', }, targetObjectMetadata: { __typename: 'Object', id: 'bde4303b-1460-4976-9465-d201f1384464', nameSingular: 'message', namePlural: 'messages', }, targetFieldMetadata: { __typename: 'Field', id: 'b96d42be-8b1c-4734-974a-69a36cef5301', name: 'messageThread', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'ceb9301f-8ecf-4ee5-a520-6ce5a634007d', type: 'DATE_TIME', name: 'updatedAt', label: 'Last update', description: 'Last time the record was changed', icon: 'IconCalendarClock', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: 'now', options: null, isLabelSyncedWithName: false, settings: { displayAsRelativeDate: true, }, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '8ab6d392-4279-4187-b696-a4677927b901', type: 'UUID', name: 'id', label: 'Id', description: 'Id', icon: 'Icon123', isCustom: false, isActive: true, isSystem: true, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: 'uuid', options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '1bc595a2-fac5-4856-9c84-cd2948ec1c68', type: 'DATE_TIME', name: 'createdAt', label: 'Creation date', description: 'Creation date', icon: 'IconCalendar', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: 'now', options: null, isLabelSyncedWithName: false, settings: { displayAsRelativeDate: true, }, relationDefinition: null, }, }, ], }, }, }, { __typename: 'ObjectEdge', node: { __typename: 'Object', id: '0da1c90e-54e6-496d-b06e-9318a69f51b2', dataSourceId: '819c27d5-2d36-4862-af84-5d0c81c9fd69', nameSingular: 'person', namePlural: 'people', labelSingular: 'Person', labelPlural: 'People', description: 'A person', icon: 'IconUser', isCustom: false, isRemote: false, isActive: true, isSystem: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', labelIdentifierFieldMetadataId: '006473e2-f1b7-41b7-8cb2-66a1911e1057', imageIdentifierFieldMetadataId: '7e5c5515-19a8-40f6-83fc-ce5e44b4dce0', shortcut: 'P', isLabelSyncedWithName: false, indexMetadatas: { __typename: 'ObjectIndexMetadatasConnection', edges: [ { __typename: 'IndexEdge', node: { __typename: 'Index', id: 'ececf021-9161-45ef-9a6f-75530a3c5b52', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', name: 'IDX_bbd7aec1976fc684a0a5e4816c9', indexWhereClause: null, indexType: 'GIN', isUnique: false, indexFieldMetadatas: { __typename: 'IndexIndexFieldMetadatasConnection', edges: [ { __typename: 'IndexFieldEdge', node: { __typename: 'IndexField', id: 'efd77bbf-1b6f-4fe4-8de7-14efd2706c92', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', order: 0, fieldMetadataId: '794b335c-fae7-46bd-9f07-f84e543d044d', }, }, ], }, }, }, { __typename: 'IndexEdge', node: { __typename: 'Index', id: '5e003885-7cdd-4b12-93fc-3e9c4cb01e96', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', name: 'IDX_6a862a788ac6ce967afa06df812', indexWhereClause: null, indexType: 'BTREE', isUnique: false, indexFieldMetadatas: { __typename: 'IndexIndexFieldMetadatasConnection', edges: [ { __typename: 'IndexFieldEdge', node: { __typename: 'IndexField', id: 'ac2c6b25-937b-4242-ba99-aa14c58ce2f2', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', order: 0, fieldMetadataId: 'ea9e9e3c-4c0c-45bf-a39d-d245bea7fd13', }, }, { __typename: 'IndexFieldEdge', node: { __typename: 'IndexField', id: '1ab34e82-b585-4a08-addf-f0b38d5475da', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', order: 1, fieldMetadataId: '5aa61689-73a6-4760-b6e3-6bfdbbd927d5', }, }, ], }, }, }, ], }, fields: { __typename: 'ObjectFieldsConnection', pageInfo: { __typename: 'PageInfo', hasNextPage: false, hasPreviousPage: false, startCursor: 'YXJyYXljb25uZWN0aW9uOjA=', endCursor: 'YXJyYXljb25uZWN0aW9uOjI4', }, edges: [ { __typename: 'FieldEdge', node: { __typename: 'Field', id: '2e3732c4-22e4-4525-b54d-c1fa0e68dc67', type: 'TEXT', name: 'intro', label: 'Intro', description: "Contact's Intro", icon: 'IconNote', isCustom: true, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:38.555Z', updatedAt: '2024-11-06T08:55:38.555Z', defaultValue: "''", options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'ea9e9e3c-4c0c-45bf-a39d-d245bea7fd13', type: 'UUID', name: 'companyId', label: 'Company id (foreign key)', description: 'Contact’s company id foreign key', icon: 'IconBuildingSkyscraper', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '30edcf27-90d8-491d-8ee5-704e3765dd7f', type: 'PHONES', name: 'phones', label: 'Phones', description: 'Contact’s phone numbers', icon: 'IconPhone', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: { additionalPhones: null, primaryPhoneNumber: "''", primaryPhoneCountryCode: "''", primaryPhoneCallingCode: "''", }, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'ccab9626-7482-40cb-b0fd-542a54ba3f76', type: 'MULTI_SELECT', name: 'workPreference', label: 'Work Preference', description: "Person's Work Preference", icon: 'IconHome', isCustom: true, isActive: true, isSystem: false, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:38.786Z', updatedAt: '2024-11-06T08:55:38.786Z', defaultValue: null, options: [ { id: '50f32222-0afe-49a4-b5a6-139b5b3a218b', color: 'green', label: 'On-Site', value: 'ON_SITE', position: 0, }, { id: '671723a7-93fb-4a3b-a211-bef5c1d098a6', color: 'turquoise', label: 'Hybrid', value: 'HYBRID', position: 1, }, { id: 'd5499645-3052-4db4-b194-32574a426c91', color: 'sky', label: 'Remote Work', value: 'REMOTE_WORK', position: 2, }, ], isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '961b2318-804a-41b2-8f1c-f95e0ddecdc7', type: 'RELATION', name: 'timelineActivities', label: 'Events', description: 'Events linked to the person', icon: 'IconTimelineEvent', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: 'b898690f-f996-4921-9cad-6a80139fb222', direction: 'ONE_TO_MANY', sourceObjectMetadata: { __typename: 'Object', id: '0da1c90e-54e6-496d-b06e-9318a69f51b2', nameSingular: 'person', namePlural: 'people', }, sourceFieldMetadata: { __typename: 'Field', id: '961b2318-804a-41b2-8f1c-f95e0ddecdc7', name: 'timelineActivities', }, targetObjectMetadata: { __typename: 'Object', id: '99c6e57d-11d0-4f1f-af99-0bb49a28e8f3', nameSingular: 'timelineActivity', namePlural: 'timelineActivities', }, targetFieldMetadata: { __typename: 'Field', id: '99727ee2-11a3-4b4a-a0d3-7cd0ccc88887', name: 'person', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '794b335c-fae7-46bd-9f07-f84e543d044d', type: 'TS_VECTOR', name: 'searchVector', label: 'Search vector', description: 'Field used for full-text search', icon: 'IconUser', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '9d6e2874-6aa6-4e6a-8c96-ba6652b4d6ea', type: 'DATE_TIME', name: 'updatedAt', label: 'Last update', description: 'Last time the record was changed', icon: 'IconCalendarClock', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: 'now', options: null, isLabelSyncedWithName: false, settings: { displayAsRelativeDate: true, }, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '5aa61689-73a6-4760-b6e3-6bfdbbd927d5', type: 'DATE_TIME', name: 'deletedAt', label: 'Deleted at', description: 'Date when the record was deleted', icon: 'IconCalendarMinus', isCustom: false, isActive: true, isSystem: false, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: { displayAsRelativeDate: true, }, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '6e7db279-e742-4d69-aeec-a7702409cb10', type: 'RELATION', name: 'pointOfContactForOpportunities', label: 'Linked Opportunities', description: 'List of opportunities for which that person is the point of contact', icon: 'IconTargetArrow', isCustom: false, isActive: true, isSystem: false, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: '5dc9ea5d-616f-48d9-8608-fcfa7e39767e', direction: 'ONE_TO_MANY', sourceObjectMetadata: { __typename: 'Object', id: '0da1c90e-54e6-496d-b06e-9318a69f51b2', nameSingular: 'person', namePlural: 'people', }, sourceFieldMetadata: { __typename: 'Field', id: '6e7db279-e742-4d69-aeec-a7702409cb10', name: 'pointOfContactForOpportunities', }, targetObjectMetadata: { __typename: 'Object', id: '8b1e1c30-3503-4bf8-ad90-882bef627fee', nameSingular: 'opportunity', namePlural: 'opportunities', }, targetFieldMetadata: { __typename: 'Field', id: '633b804e-91d6-42ef-be66-d4e5bb3e0ce2', name: 'pointOfContact', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '52b83a41-f2dc-4649-b356-520d534b2a9e', type: 'LINKS', name: 'xLink', label: 'X', description: 'Contact’s X/Twitter account', icon: 'IconBrandX', isCustom: false, isActive: true, isSystem: false, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: { primaryLinkUrl: "''", secondaryLinks: null, primaryLinkLabel: "''", }, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'df751f0c-e5c6-4675-86a9-bc08cf62da5e', type: 'PHONES', name: 'whatsapp', label: 'Whatsapp', description: "Contact's Whatsapp Number", icon: 'IconBrandWhatsapp', isCustom: true, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:38.670Z', updatedAt: '2024-11-06T08:55:38.670Z', defaultValue: [ { additionalPhones: {}, primaryPhoneNumber: '', primaryPhoneCountryCode: '', primaryPhoneCallingCode: '', }, ], options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '006473e2-f1b7-41b7-8cb2-66a1911e1057', type: 'FULL_NAME', name: 'name', label: 'Name', description: 'Contact’s name', icon: 'IconUser', isCustom: false, isActive: true, isSystem: false, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: { lastName: "''", firstName: "''", }, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '7e5c5515-19a8-40f6-83fc-ce5e44b4dce0', type: 'TEXT', name: 'avatarUrl', label: 'Avatar', description: 'Contact’s avatar', icon: 'IconFileUpload', isCustom: false, isActive: true, isSystem: true, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: "''", options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '2c12ec8a-4432-4d9d-adad-bc27ca09417c', type: 'RELATION', name: 'attachments', label: 'Attachments', description: 'Attachments linked to the contact.', icon: 'IconFileImport', isCustom: false, isActive: true, isSystem: false, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: '16740a4d-695d-42e5-b9dd-a19856763cf0', direction: 'ONE_TO_MANY', sourceObjectMetadata: { __typename: 'Object', id: '0da1c90e-54e6-496d-b06e-9318a69f51b2', nameSingular: 'person', namePlural: 'people', }, sourceFieldMetadata: { __typename: 'Field', id: '2c12ec8a-4432-4d9d-adad-bc27ca09417c', name: 'attachments', }, targetObjectMetadata: { __typename: 'Object', id: 'a9159d73-fb6d-45ee-aff0-e5e15c6ee8f7', nameSingular: 'attachment', namePlural: 'attachments', }, targetFieldMetadata: { __typename: 'Field', id: '92b43ed6-98ea-4665-b347-9f441391b67b', name: 'person', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '274611a9-c0f5-4f33-9f76-e55923743655', type: 'TEXT', name: 'city', label: 'City', description: 'Contact’s city', icon: 'IconMap', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: "''", options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '9af6eece-2ba2-4c04-9f18-62815a9c1ddd', type: 'RELATION', name: 'company', label: 'Company', description: 'Contact’s company', icon: 'IconBuildingSkyscraper', isCustom: false, isActive: true, isSystem: false, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: '1c3476ad-5333-4f56-b87b-d9333a456468', direction: 'MANY_TO_ONE', sourceObjectMetadata: { __typename: 'Object', id: '0da1c90e-54e6-496d-b06e-9318a69f51b2', nameSingular: 'person', namePlural: 'people', }, sourceFieldMetadata: { __typename: 'Field', id: '9af6eece-2ba2-4c04-9f18-62815a9c1ddd', name: 'company', }, targetObjectMetadata: { __typename: 'Object', id: 'e2e9bdde-68e5-455f-8459-5c34ef3b7223', nameSingular: 'company', namePlural: 'companies', }, targetFieldMetadata: { __typename: 'Field', id: '22257343-77da-407e-a431-09e86a073d66', name: 'people', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '7ee01012-acbd-481d-90dc-9af6f343b258', type: 'UUID', name: 'id', label: 'Id', description: 'Id', icon: 'Icon123', isCustom: false, isActive: true, isSystem: true, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: 'uuid', options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'a5b80aa9-983e-42d0-950f-1d2ba90ce31d', type: 'DATE_TIME', name: 'createdAt', label: 'Creation date', description: 'Creation date', icon: 'IconCalendar', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: 'now', options: null, isLabelSyncedWithName: false, settings: { displayAsRelativeDate: true, }, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'c71836b4-a1ed-4e6a-9a0e-2ca03d481ea1', type: 'RELATION', name: 'messageParticipants', label: 'Message Participants', description: 'Message Participants', icon: 'IconUserCircle', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: '984302bf-fbb6-4393-b18e-2baac3412c6b', direction: 'ONE_TO_MANY', sourceObjectMetadata: { __typename: 'Object', id: '0da1c90e-54e6-496d-b06e-9318a69f51b2', nameSingular: 'person', namePlural: 'people', }, sourceFieldMetadata: { __typename: 'Field', id: 'c71836b4-a1ed-4e6a-9a0e-2ca03d481ea1', name: 'messageParticipants', }, targetObjectMetadata: { __typename: 'Object', id: '5c073dd8-4a3c-4618-b01a-31829217f4e1', nameSingular: 'messageParticipant', namePlural: 'messageParticipants', }, targetFieldMetadata: { __typename: 'Field', id: 'c82296e8-4836-4504-93b1-851f5c3e5e9b', name: 'person', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '4f3e9dab-6513-4d38-8a79-8f3953443553', type: 'RELATION', name: 'calendarEventParticipants', label: 'Calendar Event Participants', description: 'Calendar Event Participants', icon: 'IconCalendar', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: '6c3d6325-df6e-419f-a094-e4e367f15c92', direction: 'ONE_TO_MANY', sourceObjectMetadata: { __typename: 'Object', id: '0da1c90e-54e6-496d-b06e-9318a69f51b2', nameSingular: 'person', namePlural: 'people', }, sourceFieldMetadata: { __typename: 'Field', id: '4f3e9dab-6513-4d38-8a79-8f3953443553', name: 'calendarEventParticipants', }, targetObjectMetadata: { __typename: 'Object', id: '5764965b-6481-42ac-ba6f-f371fc045e48', nameSingular: 'calendarEventParticipant', namePlural: 'calendarEventParticipants', }, targetFieldMetadata: { __typename: 'Field', id: '51db684e-756a-471a-bd4a-9af04f7164f1', name: 'person', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '846474de-d58d-48cc-8b7a-e4548d1bc5ad', type: 'POSITION', name: 'position', label: 'Position', description: 'Person record Position', icon: 'IconHierarchy2', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'de143991-2574-4a82-9e9e-c79503298668', type: 'ACTOR', name: 'createdBy', label: 'Created by', description: 'The creator of the record', icon: 'IconCreativeCommonsSa', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: { name: "''", source: "'MANUAL'", }, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '9a6f1b09-6489-4a3e-8812-4e70344c8c58', type: 'RATING', name: 'performanceRating', label: 'Performance Rating', description: "Person's Performance Rating", icon: 'IconStars', isCustom: true, isActive: true, isSystem: false, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:38.892Z', updatedAt: '2024-11-06T08:55:38.892Z', defaultValue: null, options: [ { id: '55979392-f5e7-4c00-af6d-930de2595d43', label: '1', value: 'RATING_1', position: 0, }, { id: '0440e066-6da0-4f33-b5a7-04b805582c3e', label: '2', value: 'RATING_2', position: 1, }, { id: '09dae6fb-f2cb-4068-89e6-43d92985c7d1', label: '3', value: 'RATING_3', position: 2, }, { id: '9df69aa5-57bf-41aa-9ca6-2bfe7870f6bc', label: '4', value: 'RATING_4', position: 3, }, { id: '5eb4dc2e-813e-4d19-b81d-d77bcc9d33b6', label: '5', value: 'RATING_5', position: 4, }, ], isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '5625b351-9b27-479a-a91c-323ca011ca1b', type: 'EMAILS', name: 'emails', label: 'Emails', description: 'Contact’s Emails', icon: 'IconMail', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: { primaryEmail: "''", additionalEmails: null, }, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'bcf40e95-19ed-44aa-886d-65969949b924', type: 'RELATION', name: 'favorites', label: 'Favorites', description: 'Favorites linked to the contact', icon: 'IconHeart', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: 'add4d21c-b22c-4e1e-aef4-1bb81d0af66c', direction: 'ONE_TO_MANY', sourceObjectMetadata: { __typename: 'Object', id: '0da1c90e-54e6-496d-b06e-9318a69f51b2', nameSingular: 'person', namePlural: 'people', }, sourceFieldMetadata: { __typename: 'Field', id: 'bcf40e95-19ed-44aa-886d-65969949b924', name: 'favorites', }, targetObjectMetadata: { __typename: 'Object', id: '5df3abf5-8d68-4591-8c8e-97b15c33046d', nameSingular: 'favorite', namePlural: 'favorites', }, targetFieldMetadata: { __typename: 'Field', id: '627088ea-a8ae-4452-a353-308d676ed123', name: 'person', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '7ea705f6-b3d7-4937-9f23-9c68b69ae247', type: 'TEXT', name: 'jobTitle', label: 'Job Title', description: 'Contact’s job title', icon: 'IconBriefcase', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: "''", options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'c583495c-fbae-4203-b58a-650aae1e3adc', type: 'RELATION', name: 'taskTargets', label: 'Tasks', description: 'Tasks tied to the contact', icon: 'IconCheckbox', isCustom: false, isActive: true, isSystem: false, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: '51159d86-0a50-44ca-9e97-79a04c8cfaf0', direction: 'ONE_TO_MANY', sourceObjectMetadata: { __typename: 'Object', id: '0da1c90e-54e6-496d-b06e-9318a69f51b2', nameSingular: 'person', namePlural: 'people', }, sourceFieldMetadata: { __typename: 'Field', id: 'c583495c-fbae-4203-b58a-650aae1e3adc', name: 'taskTargets', }, targetObjectMetadata: { __typename: 'Object', id: '472aafb6-7f56-4984-be83-5520beab4b32', nameSingular: 'taskTarget', namePlural: 'taskTargets', }, targetFieldMetadata: { __typename: 'Field', id: 'b0c16dbe-3193-4f44-995b-a2e4a687a49d', name: 'person', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'dd84a48c-10a1-43f1-b7ad-beb9b877f04e', type: 'LINKS', name: 'linkedinLink', label: 'Linkedin', description: 'Contact’s Linkedin account', icon: 'IconBrandLinkedin', isCustom: false, isActive: true, isSystem: false, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: { primaryLinkUrl: "''", secondaryLinks: null, primaryLinkLabel: "''", }, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '2d482b78-c37c-468d-a0e2-a3bffdfea2f1', type: 'RELATION', name: 'noteTargets', label: 'Notes', description: 'Notes tied to the contact', icon: 'IconNotes', isCustom: false, isActive: true, isSystem: false, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: '75403e5e-7813-49dd-8ca9-7c127f1aff88', direction: 'ONE_TO_MANY', sourceObjectMetadata: { __typename: 'Object', id: '0da1c90e-54e6-496d-b06e-9318a69f51b2', nameSingular: 'person', namePlural: 'people', }, sourceFieldMetadata: { __typename: 'Field', id: '2d482b78-c37c-468d-a0e2-a3bffdfea2f1', name: 'noteTargets', }, targetObjectMetadata: { __typename: 'Object', id: 'ff17ccda-93cb-43ce-8def-4315fef9a01a', nameSingular: 'noteTarget', namePlural: 'noteTargets', }, targetFieldMetadata: { __typename: 'Field', id: 'edb14b40-6ccf-4996-a77b-a8271895ed94', name: 'person', }, }, }, }, ], }, }, }, { __typename: 'ObjectEdge', node: { __typename: 'Object', id: '07bddc45-d23a-496d-8f13-acc77a0b165c', dataSourceId: '819c27d5-2d36-4862-af84-5d0c81c9fd69', nameSingular: 'messageChannel', namePlural: 'messageChannels', labelSingular: 'Message Channel', labelPlural: 'Message Channels', description: 'Message Channels', icon: 'IconMessage', isCustom: false, isRemote: false, isActive: true, isSystem: true, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', labelIdentifierFieldMetadataId: '231ab47f-0663-40fd-a587-0b021c4686f7', imageIdentifierFieldMetadataId: null, shortcut: null, isLabelSyncedWithName: false, indexMetadatas: { __typename: 'ObjectIndexMetadatasConnection', edges: [ { __typename: 'IndexEdge', node: { __typename: 'Index', id: '79f3ef33-d72d-4d55-9656-40287f76a382', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', name: 'IDX_c3af632ce35236d21f8ae1f4cfd', indexWhereClause: null, indexType: 'BTREE', isUnique: false, indexFieldMetadatas: { __typename: 'IndexIndexFieldMetadatasConnection', edges: [ { __typename: 'IndexFieldEdge', node: { __typename: 'IndexField', id: '47940421-6f0d-45b0-b507-8102d4db51aa', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', order: 1, fieldMetadataId: 'fc4e235b-d511-4662-b8b5-ba35b0d3008f', }, }, { __typename: 'IndexFieldEdge', node: { __typename: 'IndexField', id: '25738223-31d5-477c-a9df-61ffb87782f0', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', order: 0, fieldMetadataId: 'a32fc740-776a-4e8d-ba53-8ad7ffea52af', }, }, ], }, }, }, ], }, fields: { __typename: 'ObjectFieldsConnection', pageInfo: { __typename: 'PageInfo', hasNextPage: false, hasPreviousPage: false, startCursor: 'YXJyYXljb25uZWN0aW9uOjA=', endCursor: 'YXJyYXljb25uZWN0aW9uOjIw', }, edges: [ { __typename: 'FieldEdge', node: { __typename: 'Field', id: '16530444-10a3-444f-8bcd-4aef72b78253', type: 'BOOLEAN', name: 'isSyncEnabled', label: 'Is Sync Enabled', description: 'Is Sync Enabled', icon: 'IconRefresh', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: true, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '9ecb5cff-f916-444c-bce0-bf7ceed105ca', type: 'DATE_TIME', name: 'createdAt', label: 'Creation date', description: 'Creation date', icon: 'IconCalendar', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: 'now', options: null, isLabelSyncedWithName: false, settings: { displayAsRelativeDate: true, }, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '50e43067-b387-4671-84db-cd13debdf202', type: 'BOOLEAN', name: 'excludeGroupEmails', label: 'Exclude group emails', description: 'Exclude group emails', icon: 'IconUsersGroup', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: true, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '6545b2ad-7d67-4f68-bc26-f19a94596aca', type: 'TEXT', name: 'syncCursor', label: 'Last sync cursor', description: 'Last sync cursor', icon: 'IconHistory', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: "''", options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'fc4e235b-d511-4662-b8b5-ba35b0d3008f', type: 'DATE_TIME', name: 'deletedAt', label: 'Deleted at', description: 'Date when the record was deleted', icon: 'IconCalendarMinus', isCustom: false, isActive: true, isSystem: false, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: { displayAsRelativeDate: true, }, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '1109ebd6-076c-428f-9432-bea1d9a1b748', type: 'SELECT', name: 'syncStatus', label: 'Sync status', description: 'Sync status', icon: 'IconStatusChange', isCustom: false, isActive: true, isSystem: false, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: [ { id: 'a7e3932e-a9fa-4cc5-8576-174938414d8a', color: 'yellow', label: 'Ongoing', value: 'ONGOING', position: 1, }, { id: 'b3233425-d843-4c67-86b8-83de3336e000', color: 'blue', label: 'Not Synced', value: 'NOT_SYNCED', position: 2, }, { id: '4b74cbb9-7343-4530-bbbc-e86b037d67f7', color: 'green', label: 'Active', value: 'ACTIVE', position: 3, }, { id: 'b7b63e6a-21bd-4325-a06a-44602aa193ae', color: 'red', label: 'Failed Insufficient Permissions', value: 'FAILED_INSUFFICIENT_PERMISSIONS', position: 4, }, { id: '043cb7f1-b8e0-4dd1-8d1e-716582880064', color: 'red', label: 'Failed Unknown', value: 'FAILED_UNKNOWN', position: 5, }, ], isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '83636ee7-5420-45a5-80f5-77a029fad575', type: 'DATE_TIME', name: 'syncedAt', label: 'Last sync date', description: 'Last sync date', icon: 'IconHistory', isCustom: false, isActive: true, isSystem: false, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '9676c2af-e0cd-4cbf-bc67-244a44828eac', type: 'NUMBER', name: 'throttleFailureCount', label: 'Throttle Failure Count', description: 'Throttle Failure Count', icon: 'IconX', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: 0, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'd066c723-fcae-4bae-969e-76935fb80d6f', type: 'SELECT', name: 'type', label: 'Type', description: 'Channel Type', icon: 'IconMessage', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: "'email'", options: [ { id: '0d7a7182-9433-4e1c-8046-36f6919d8fb7', color: 'green', label: 'Email', value: 'email', position: 0, }, { id: '84f80420-39c0-41ac-9bca-820043be0846', color: 'blue', label: 'SMS', value: 'sms', position: 1, }, ], isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '49d9f29e-1250-4528-b527-0da9c4b9cd48', type: 'SELECT', name: 'contactAutoCreationPolicy', label: 'Contact auto creation policy', description: 'Automatically create People records when receiving or sending emails', icon: 'IconUserCircle', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: "'SENT'", options: [ { id: '90df6ace-4cca-4bb0-b609-9011b848d067', color: 'green', label: 'Sent and Received', value: 'SENT_AND_RECEIVED', position: 0, }, { id: '6ae14c81-b4c0-4019-878b-612e213bcf51', color: 'blue', label: 'Sent', value: 'SENT', position: 1, }, { id: '519c3dcc-c31c-4053-9db1-12aadace43a6', color: 'red', label: 'None', value: 'NONE', position: 2, }, ], isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '2e1e7f61-7f63-45c0-81ed-7e22c5d9d8d6', type: 'SELECT', name: 'syncStage', label: 'Sync stage', description: 'Sync stage', icon: 'IconStatusChange', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: "'FULL_MESSAGE_LIST_FETCH_PENDING'", options: [ { id: '240a42af-bfdc-41d8-abb0-8f62df2df429', color: 'blue', label: 'Full messages list fetch pending', value: 'FULL_MESSAGE_LIST_FETCH_PENDING', position: 0, }, { id: '6f41fa12-548d-41a4-8f2e-7259c13701b4', color: 'blue', label: 'Partial messages list fetch pending', value: 'PARTIAL_MESSAGE_LIST_FETCH_PENDING', position: 1, }, { id: '43e17f90-b696-4462-9c9a-09de5ade0eef', color: 'orange', label: 'Messages list fetch ongoing', value: 'MESSAGE_LIST_FETCH_ONGOING', position: 2, }, { id: '51c8f19a-587b-4db6-9bc3-47a3f487166a', color: 'blue', label: 'Messages import pending', value: 'MESSAGES_IMPORT_PENDING', position: 3, }, { id: '68e2f21a-6f33-461c-8c42-7de3a4075f8f', color: 'orange', label: 'Messages import ongoing', value: 'MESSAGES_IMPORT_ONGOING', position: 4, }, { id: '496a01db-2538-42e3-97e6-c252dbddbbbf', color: 'red', label: 'Failed', value: 'FAILED', position: 5, }, ], isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '231ab47f-0663-40fd-a587-0b021c4686f7', type: 'TEXT', name: 'handle', label: 'Handle', description: 'Handle', icon: 'IconAt', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: "''", options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'e7e83ec8-18e4-4402-968f-daf4a52bbef9', type: 'UUID', name: 'id', label: 'Id', description: 'Id', icon: 'Icon123', isCustom: false, isActive: true, isSystem: true, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: 'uuid', options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'a32fc740-776a-4e8d-ba53-8ad7ffea52af', type: 'UUID', name: 'connectedAccountId', label: 'Connected Account id (foreign key)', description: 'Connected Account id foreign key', icon: 'IconUserCircle', isCustom: false, isActive: true, isSystem: true, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '878406ca-e7f7-4204-bb9a-84bb2a763394', type: 'RELATION', name: 'connectedAccount', label: 'Connected Account', description: 'Connected Account', icon: 'IconUserCircle', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: '8735a9a0-f29c-4646-b59d-e8ab3dcdfe8c', direction: 'MANY_TO_ONE', sourceObjectMetadata: { __typename: 'Object', id: '07bddc45-d23a-496d-8f13-acc77a0b165c', nameSingular: 'messageChannel', namePlural: 'messageChannels', }, sourceFieldMetadata: { __typename: 'Field', id: '878406ca-e7f7-4204-bb9a-84bb2a763394', name: 'connectedAccount', }, targetObjectMetadata: { __typename: 'Object', id: '872fd058-4b43-4cef-87b6-3ba6fb97939a', nameSingular: 'connectedAccount', namePlural: 'connectedAccounts', }, targetFieldMetadata: { __typename: 'Field', id: 'a78b68cd-feb3-45ff-ba69-ef37761e81a0', name: 'messageChannels', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '6e88d89b-17e6-4824-bd61-5c97a9272dc1', type: 'DATE_TIME', name: 'updatedAt', label: 'Last update', description: 'Last time the record was changed', icon: 'IconCalendarClock', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: 'now', options: null, isLabelSyncedWithName: false, settings: { displayAsRelativeDate: true, }, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '367e4144-2df6-46b8-9ba8-8157355591de', type: 'BOOLEAN', name: 'excludeNonProfessionalEmails', label: 'Exclude non professional emails', description: 'Exclude non professional emails', icon: 'IconBriefcase', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: true, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '21fa770b-a8ea-4d81-8389-8783efb5f8d7', type: 'SELECT', name: 'visibility', label: 'Visibility', description: 'Visibility', icon: 'IconEyeglass', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: "'SHARE_EVERYTHING'", options: [ { id: 'f8709749-a6c9-46e4-934f-6443cd88d94a', color: 'green', label: 'Metadata', value: 'METADATA', position: 0, }, { id: '2d954bb5-2b80-4355-820a-5aa21824d452', color: 'blue', label: 'Subject', value: 'SUBJECT', position: 1, }, { id: '6b0f030f-c9e6-4e19-869d-6044ea782efe', color: 'orange', label: 'Share Everything', value: 'SHARE_EVERYTHING', position: 2, }, ], isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '52a15971-38cd-4232-a9af-050c130ed4ca', type: 'RELATION', name: 'messageChannelMessageAssociations', label: 'Message Channel Association', description: 'Messages from the channel.', icon: 'IconMessage', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: '7bef4fbc-233a-48f5-99d6-0832af458f8c', direction: 'ONE_TO_MANY', sourceObjectMetadata: { __typename: 'Object', id: '07bddc45-d23a-496d-8f13-acc77a0b165c', nameSingular: 'messageChannel', namePlural: 'messageChannels', }, sourceFieldMetadata: { __typename: 'Field', id: '52a15971-38cd-4232-a9af-050c130ed4ca', name: 'messageChannelMessageAssociations', }, targetObjectMetadata: { __typename: 'Object', id: 'a44b8dd2-ff40-4de8-a745-d7801c862540', nameSingular: 'messageChannelMessageAssociation', namePlural: 'messageChannelMessageAssociations', }, targetFieldMetadata: { __typename: 'Field', id: '299cdaa3-1609-4f7b-a458-582328a4a95e', name: 'messageChannel', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'feb9b6b7-f1be-43fe-b891-3fd7dfd9dd0e', type: 'DATE_TIME', name: 'syncStageStartedAt', label: 'Sync stage started at', description: 'Sync stage started at', icon: 'IconHistory', isCustom: false, isActive: true, isSystem: false, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '5b938d4a-813e-4d92-a6d7-10014a403186', type: 'BOOLEAN', name: 'isContactAutoCreationEnabled', label: 'Is Contact Auto Creation Enabled', description: 'Is Contact Auto Creation Enabled', icon: 'IconUserCircle', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: true, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, ], }, }, }, { __typename: 'ObjectEdge', node: { __typename: 'Object', id: '032fa361-efca-42ad-b3c9-2a061bdfc857', dataSourceId: '819c27d5-2d36-4862-af84-5d0c81c9fd69', nameSingular: 'calendarChannelEventAssociation', namePlural: 'calendarChannelEventAssociations', labelSingular: 'Calendar Channel Event Association', labelPlural: 'Calendar Channel Event Associations', description: 'Calendar Channel Event Associations', icon: 'IconCalendar', isCustom: false, isRemote: false, isActive: true, isSystem: true, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', labelIdentifierFieldMetadataId: '93a8c5fd-6043-454e-94fd-7f8dd0dae6a5', imageIdentifierFieldMetadataId: null, shortcut: null, isLabelSyncedWithName: false, indexMetadatas: { __typename: 'ObjectIndexMetadatasConnection', edges: [ { __typename: 'IndexEdge', node: { __typename: 'Index', id: 'ac493a32-7b8c-4245-9e1b-78c1ee8675fa', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', name: 'IDX_a88c3ab301c25202d4b52fb4b1b', indexWhereClause: null, indexType: 'BTREE', isUnique: false, indexFieldMetadatas: { __typename: 'IndexIndexFieldMetadatasConnection', edges: [ { __typename: 'IndexFieldEdge', node: { __typename: 'IndexField', id: '0e7cb6d5-d907-4e2c-9b2d-9585b903d00d', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', order: 1, fieldMetadataId: 'c3794987-3987-4ac4-96d7-92c8d411e5e3', }, }, { __typename: 'IndexFieldEdge', node: { __typename: 'IndexField', id: '68967828-00c6-4a25-ad1b-139327e22e11', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', order: 0, fieldMetadataId: 'bc0c0dcb-2641-4e7c-b7a9-9382b6a2e23f', }, }, ], }, }, }, { __typename: 'IndexEdge', node: { __typename: 'Index', id: '4cd6144e-faa9-4481-a4b7-d55427e616dc', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', name: 'IDX_92a888b681107c4f78926820db7', indexWhereClause: null, indexType: 'BTREE', isUnique: false, indexFieldMetadatas: { __typename: 'IndexIndexFieldMetadatasConnection', edges: [ { __typename: 'IndexFieldEdge', node: { __typename: 'IndexField', id: '33d74eac-e8ac-4a96-8362-2e7dabad4b14', createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', order: 0, fieldMetadataId: '403e4139-27ee-4731-ae93-1eb0be3156ad', }, }, ], }, }, }, ], }, fields: { __typename: 'ObjectFieldsConnection', pageInfo: { __typename: 'PageInfo', hasNextPage: false, hasPreviousPage: false, startCursor: 'YXJyYXljb25uZWN0aW9uOjA=', endCursor: 'YXJyYXljb25uZWN0aW9uOjk=', }, edges: [ { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'c3794987-3987-4ac4-96d7-92c8d411e5e3', type: 'DATE_TIME', name: 'deletedAt', label: 'Deleted at', description: 'Date when the record was deleted', icon: 'IconCalendarMinus', isCustom: false, isActive: true, isSystem: false, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: { displayAsRelativeDate: true, }, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'bc0c0dcb-2641-4e7c-b7a9-9382b6a2e23f', type: 'UUID', name: 'calendarChannelId', label: 'Channel ID id (foreign key)', description: 'Channel ID id foreign key', icon: 'IconCalendar', isCustom: false, isActive: true, isSystem: true, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '82b71382-ff53-45d1-a6c1-8038a6371a6e', type: 'TEXT', name: 'eventExternalId', label: 'Event external ID', description: 'Event external ID', icon: 'IconCalendar', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: "''", options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '93a8c5fd-6043-454e-94fd-7f8dd0dae6a5', type: 'UUID', name: 'id', label: 'Id', description: 'Id', icon: 'Icon123', isCustom: false, isActive: true, isSystem: true, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: 'uuid', options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '403e4139-27ee-4731-ae93-1eb0be3156ad', type: 'UUID', name: 'calendarEventId', label: 'Event ID id (foreign key)', description: 'Event ID id foreign key', icon: 'IconCalendar', isCustom: false, isActive: true, isSystem: true, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'de51b858-3ab0-4f3e-b235-ee73d6d10899', type: 'DATE_TIME', name: 'updatedAt', label: 'Last update', description: 'Last time the record was changed', icon: 'IconCalendarClock', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: 'now', options: null, isLabelSyncedWithName: false, settings: { displayAsRelativeDate: true, }, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: 'aed89c6f-55f7-4687-8f2f-7322d0b38f86', type: 'DATE_TIME', name: 'createdAt', label: 'Creation date', description: 'Creation date', icon: 'IconCalendar', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: 'now', options: null, isLabelSyncedWithName: false, settings: { displayAsRelativeDate: true, }, relationDefinition: null, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '90c562fb-4c0a-423a-8ae3-2bdf713007be', type: 'RELATION', name: 'calendarChannel', label: 'Channel ID', description: 'Channel ID', icon: 'IconCalendar', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: '249e77d7-9b0b-4fca-9a82-1c0767780797', direction: 'MANY_TO_ONE', sourceObjectMetadata: { __typename: 'Object', id: '032fa361-efca-42ad-b3c9-2a061bdfc857', nameSingular: 'calendarChannelEventAssociation', namePlural: 'calendarChannelEventAssociations', }, sourceFieldMetadata: { __typename: 'Field', id: '90c562fb-4c0a-423a-8ae3-2bdf713007be', name: 'calendarChannel', }, targetObjectMetadata: { __typename: 'Object', id: '6f7b5e12-bf54-4ac5-9f16-adff8404b736', nameSingular: 'calendarChannel', namePlural: 'calendarChannels', }, targetFieldMetadata: { __typename: 'Field', id: 'dca5dc56-54b1-4bdc-8a9c-043b0030fea6', name: 'calendarChannelEventAssociations', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '86f436d3-de74-42db-a87c-9d749a39c167', type: 'RELATION', name: 'calendarEvent', label: 'Event ID', description: 'Event ID', icon: 'IconCalendar', isCustom: false, isActive: true, isSystem: true, isNullable: true, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: null, options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: { __typename: 'RelationDefinition', relationId: 'ccc677e8-c479-42c7-8c80-00de5cec7c40', direction: 'MANY_TO_ONE', sourceObjectMetadata: { __typename: 'Object', id: '032fa361-efca-42ad-b3c9-2a061bdfc857', nameSingular: 'calendarChannelEventAssociation', namePlural: 'calendarChannelEventAssociations', }, sourceFieldMetadata: { __typename: 'Field', id: '86f436d3-de74-42db-a87c-9d749a39c167', name: 'calendarEvent', }, targetObjectMetadata: { __typename: 'Object', id: '58c276be-fcb4-4693-8c3d-7183091b26d8', nameSingular: 'calendarEvent', namePlural: 'calendarEvents', }, targetFieldMetadata: { __typename: 'Field', id: '70555b51-ff1c-48e1-9046-386353d62da7', name: 'calendarChannelEventAssociations', }, }, }, }, { __typename: 'FieldEdge', node: { __typename: 'Field', id: '5e50cd00-80d1-4047-97a3-1c289a20d991', type: 'TEXT', name: 'recurringEventExternalId', label: 'Recurring Event ID', description: 'Recurring Event ID', icon: 'IconHistory', isCustom: false, isActive: true, isSystem: false, isNullable: false, isUnique: false, createdAt: '2024-11-06T08:55:35.625Z', updatedAt: '2024-11-06T08:55:35.625Z', defaultValue: "''", options: null, isLabelSyncedWithName: false, settings: null, relationDefinition: null, }, }, ], }, }, }, ], }, } as ObjectMetadataItemsQuery;