Update Seeds while pre-fi
lling a new workspace
This commit is contained in:
@ -31,7 +31,7 @@ export const useGenerateFindManyCustomObjectsQuery = ({
|
||||
node {
|
||||
id
|
||||
${objectMetadataItem.fields
|
||||
.map(mapFieldMetadataToGraphQLQuery)
|
||||
.map((field) => mapFieldMetadataToGraphQLQuery(field))
|
||||
.join('\n')}
|
||||
}
|
||||
cursor
|
||||
|
||||
Reference in New Issue
Block a user