Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
millwallaby committed Nov 15, 2022
1 parent 1d82bf5 commit d6da003
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion testdata/a/schema/mutation.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ type MutationPayload {

input NoIdDirectiveMutationInput {
name: String!
adminID: ID! # want "adminID has no id directive"
id: ID! # want "id has no id directive"
}

type NoIdDirectiveMutationPayload {
Expand Down

0 comments on commit d6da003

Please sign in to comment.