Implement select v1 (#3312)

* Implement select v1

* Implement select v1
This commit is contained in:
Charles Bochet
2024-01-08 20:55:45 +01:00
committed by GitHub
parent ea2cb8938f
commit 67b14824a4
12 changed files with 96 additions and 42 deletions

View File

@ -28,6 +28,7 @@ export const useMapFieldMetadataToGraphQLQuery = () => {
'EMAIL',
'NUMBER',
'BOOLEAN',
'SELECT',
] as FieldType[]
).includes(fieldType);