Skip to content

Commit

Permalink
fix(writers): correctly provide all query mutators
Browse files Browse the repository at this point in the history
  • Loading branch information
anymaniax committed Mar 2, 2023
1 parent 5ace2d2 commit c997240
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/writers/target-tags.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ const generateTargetTags = (
imports: operation.imports,
importsMSW: operation.importsMSW,
mutators: operation.mutator ? [operation.mutator] : [],
clientMutators: operation.clientMutators ?? [],
formData: operation.formData ? [operation.formData] : [],
formUrlEncoded: operation.formUrlEncoded
? [operation.formUrlEncoded]
Expand Down

1 comment on commit c997240

@vercel
Copy link

@vercel vercel bot commented on c997240 Mar 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.