fix graphql test
This commit is contained in:
@@ -44,6 +44,9 @@ describe("GraphQL builder", () => {
|
|||||||
const toGql = toGraphQLSchema([tag, email, user, group])
|
const toGql = toGraphQLSchema([tag, email, user, group])
|
||||||
|
|
||||||
const expected = `
|
const expected = `
|
||||||
|
scalar DateTime
|
||||||
|
scalar JSON
|
||||||
|
directive @enumValue(value: String) on ENUM_VALUE
|
||||||
type Tag {
|
type Tag {
|
||||||
id: ID!
|
id: ID!
|
||||||
value: String!
|
value: String!
|
||||||
|
|||||||
Reference in New Issue
Block a user