Use new type position for standard objects and newly created objects (#4349)
Co-authored-by: Thomas Trompette <thomast@twenty.com>
This commit is contained in:
@ -29,6 +29,7 @@ export const useMapFieldMetadataToGraphQLQuery = () => {
|
||||
'BOOLEAN',
|
||||
'RATING',
|
||||
'SELECT',
|
||||
'POSITION',
|
||||
] as FieldType[]
|
||||
).includes(fieldType);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user