From ac43e908f271ceeecaa7acdfdb2a2bf5112da1fd Mon Sep 17 00:00:00 2001 From: nametake Date: Mon, 29 Jan 2024 12:54:15 +0900 Subject: [PATCH] Fixed testcase --- testdata/a/schema/mutation.graphql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testdata/a/schema/mutation.graphql b/testdata/a/schema/mutation.graphql index fe0d074..7bafd7d 100644 --- a/testdata/a/schema/mutation.graphql +++ b/testdata/a/schema/mutation.graphql @@ -6,7 +6,7 @@ type Mutation { input MutationInput { name: String! id: ID! @id(kind: "Kind") - ids: ID! @id(kind: "Kind") + ids: [ID!]! @id(kind: "Kind") } type MutationPayload {