fix graphql test

This commit is contained in:
Pedro Guzman
2025-06-13 12:23:58 +02:00
parent 66f27d5770
commit 827c49e87e
@@ -44,6 +44,9 @@ describe("GraphQL builder", () => {
const toGql = toGraphQLSchema([tag, email, user, group])
const expected = `
scalar DateTime
scalar JSON
directive @enumValue(value: String) on ENUM_VALUE
type Tag {
id: ID!
value: String!