twenty/packages/twenty-front/src/testing/mock-data
Thomas Trompette 224c8d361b
Setup relations for remote objects (#5149)
New strategy:
- add settings field on FieldMetadata. Contains a boolean isIdField and
for numbers, a precision
- if idField, the graphql scalar returned will be a GraphQL id. This
will allow the app to work even for ids that are not uuid
- remove globals dateScalar and numberScalar modes. These were not used
- set limit as Integer
- check manually in query runner mutations that we send a valid id

Todo left:
- remove WorkspaceBuildSchemaOptions since this is not used anymore.
Will do in another PR

---------

Co-authored-by: Thomas Trompette <thomast@twenty.com>
Co-authored-by: Weiko <corentin@twenty.com>
2024-04-26 14:37:34 +02:00
..
generated Increase storybook pages coverage (#4885) 2024-04-17 16:24:04 +02:00
accounts.ts feat: create Settings/Accounts/Calendars/Calendar Settings page (#4092) 2024-02-21 15:37:42 +01:00
activities.ts Increase storybook pages coverage (#4885) 2024-04-17 16:24:04 +02:00
api-keys.ts 3272 add a page to create and edit webhook (#3859) 2024-02-08 13:02:37 +01:00
calendar.ts 4810 display participants in the right drawer of the calendar event (#4896) 2024-04-12 10:33:46 +02:00
companies.ts Increase storybook pages coverage (#4885) 2024-04-17 16:24:04 +02:00
config.ts Setup relations for remote objects (#5149) 2024-04-26 14:37:34 +02:00
index.ts Renamed nullable utils into isDefined and isUndefinedOrNull (#4402) 2024-03-11 14:28:57 +01:00
jwt.ts Migrate to a monorepo structure (#2909) 2023-12-10 18:10:54 +01:00
metadata.ts Increase storybook pages coverage (#4885) 2024-04-17 16:24:04 +02:00
objectMetadataItems.ts Setup relations for remote objects (#5149) 2024-04-26 14:37:34 +02:00
people.ts Migrate to a monorepo structure (#2909) 2023-12-10 18:10:54 +01:00
remoteObjectDatabases.ts feat: fetch database connection tables in Settings/Integrations/Datab… (#4882) 2024-04-09 14:22:15 +02:00
timeline-activities.ts New Timeline (#4936) 2024-04-19 17:52:57 +02:00
users.ts Increase storybook pages coverage (#4885) 2024-04-17 16:24:04 +02:00
view-fields.ts Migrate to a monorepo structure (#2909) 2023-12-10 18:10:54 +01:00
views.ts Migrate to a monorepo structure (#2909) 2023-12-10 18:10:54 +01:00
workspace-members.ts feat: add Object Edit Settings section with Object preview (#4216) 2024-02-29 11:23:56 -03:00