crm.types: fix any -> string for UUID

This commit is contained in:
vchikalkin 2024-04-16 17:41:36 +03:00
parent 5ee420dde6
commit 030a630681
2 changed files with 52 additions and 52 deletions

View File

@ -16,7 +16,7 @@ generates:
object: true
defaultValue: true
scalars:
Uuid: string
UUID: string
Decimal: number
DateTime: string
# exclude: './graphql/crm.schema.graphql'

File diff suppressed because one or more lines are too long