mirror of
https://github.com/twentyhq/twenty
synced 2026-04-21 21:47:38 +00:00
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> |
||
|---|---|---|
| .. | ||
| generated | ||
| accounts.ts | ||
| activities.ts | ||
| api-keys.ts | ||
| calendar.ts | ||
| companies.ts | ||
| config.ts | ||
| index.ts | ||
| jwt.ts | ||
| metadata.ts | ||
| objectMetadataItems.ts | ||
| people.ts | ||
| remoteObjectDatabases.ts | ||
| timeline-activities.ts | ||
| users.ts | ||
| view-fields.ts | ||
| views.ts | ||
| workspace-members.ts | ||