add enumValue directive to GraphQL schema

This commit is contained in:
Pedro Guzman
2025-06-09 10:53:08 +02:00
parent 6f09ca0800
commit c202c819e5

View File

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