Skip to content

Commit

Permalink
update snippet (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
DLeyland authored Jun 14, 2024
1 parent bdce23c commit a140745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _snippets/graphql/assign-thread.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
```graphql Mutation
mutation assignThread($input: AssignThreadInput!) {
markThreadAsDone(input: $input) {
assignThread(input: $input) {
thread {
id
status
Expand Down

0 comments on commit a140745

Please sign in to comment.