Skip to content

Commit

Permalink
update mutation name
Browse files Browse the repository at this point in the history
  • Loading branch information
serpilacar committed Mar 29, 2023
1 parent 385038c commit f622395
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
32 changes: 16 additions & 16 deletions graph/generated.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion graph/schema.graphqls
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ type Query {
type Mutation {
createBook(input: NewBook!): Book!
createCat(input: NewCat!): Cat!
addBookCat(input: AddBookToCatInput!): Cat!
addBookToCat(input: AddBookToCatInput!): Cat!
}
6 changes: 3 additions & 3 deletions graph/schema.resolvers.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f622395

Please sign in to comment.