restore base schema in cleanAndMergeSchema in case modules define their own schemas

This commit is contained in:
Pedro Guzman
2025-06-09 15:24:44 +02:00
parent 827c49e87e
commit 4e9d2352f8
2 changed files with 8 additions and 3 deletions

View File

@@ -3,5 +3,4 @@ export const baseGraphqlSchema = `
scalar Date
scalar Time
scalar JSON
directive @enumValue(value: String) on ENUM_VALUE
`