From a1407458f97d30966876ab034998af4a72d45dae Mon Sep 17 00:00:00 2001 From: David Leyland Date: Fri, 14 Jun 2024 19:33:11 +0100 Subject: [PATCH] update snippet (#60) --- _snippets/graphql/assign-thread.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_snippets/graphql/assign-thread.mdx b/_snippets/graphql/assign-thread.mdx index 5846fd9..d57a114 100644 --- a/_snippets/graphql/assign-thread.mdx +++ b/_snippets/graphql/assign-thread.mdx @@ -1,6 +1,6 @@ ```graphql Mutation mutation assignThread($input: AssignThreadInput!) { - markThreadAsDone(input: $input) { + assignThread(input: $input) { thread { id status