add full defaultMedusaSchema

This commit is contained in:
Pedro Guzman
2025-06-13 12:23:57 +02:00
parent 0409ef4886
commit 0fd0a0892b
2 changed files with 6 additions and 1 deletions
@@ -83,6 +83,8 @@ export const toGraphQLSchema = <T extends any[]>(entities: T): string => {
})
const defaultMedusaSchema = `
scalar DateTime
scalar JSON
directive @enumValue(value: String) on ENUM_VALUE
`