Skip to content

Commit 2b6cb72

Browse files
committed
Add context to the mutation
1 parent cee184f commit 2b6cb72

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

additionalResolvers/content.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,7 @@ const resolvers: Resolvers = {
282282
assessmentId: content.id,
283283
input: _args.assignmentInput
284284
},
285+
context,
285286
// we need to define a selection set manually here, otherwise it thinks we don't need any data
286287
// from this mutation and it won't actually be executed
287288
selectionSet: `

0 commit comments

Comments
 (0)