graphql-go-walkthrough icon indicating copy to clipboard operation
graphql-go-walkthrough copied to clipboard

chore: updates user query & createNote mutation

Open mrpineapples opened this issue 5 years ago • 0 comments

  • While both queries work I think changing OpName to User is clearer since it's finding a single user.
  • In CreateNote the note is currently being appended to every user, this is fixed by checking that the passed in ID matches the user's ID before appending.

mrpineapples avatar Feb 22 '20 19:02 mrpineapples