This website requires JavaScript.
Explore
Help
Register
Sign In
ramon
/
skillbox
Watch
1
Star
0
Fork
You've already forked skillbox
0
Code
Issues
1
Pull Requests
1
Packages
Projects
1
Releases
1
Wiki
Activity
9462665826
skillbox
/
client
/
src
/
graphql
/
gql
/
mutations
/
updateNote.gql
9 lines
121 B
GraphQL
Raw
Blame
History
mutation
UpdateNote
(
$input
:
UpdateNoteInput
!
)
{
updateNote
(
input
:
$input
)
{
note
{
id
text
}
}
}
Reference in New Issue
View Git Blame
Copy Permalink