Skip to content

Commit

Permalink
Merge pull request #4 from nametake/fix-testcase
Browse files Browse the repository at this point in the history
Fixed testcase
  • Loading branch information
sonatard authored Jan 29, 2024
2 parents 7d724ac + ac43e90 commit f8386ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testdata/a/schema/mutation.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit f8386ec

Please sign in to comment.