Skip to content

Commit

Permalink
Fix incorrect config for client preset
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller committed Dec 12, 2024
1 parent 68a7b4a commit fd9146a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/source/data/fragments.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -1156,10 +1156,12 @@ const config: CodegenConfig = {
// ...
// disables the incompatible GraphQL Codegen fragment masking feature
fragmentMasking: false,
inlineFragmentTypes: "mask",
customDirectives: {
apolloUnmask: true
}
},
config: {
inlineFragmentTypes: "mask",
}
}
}
Expand Down

0 comments on commit fd9146a

Please sign in to comment.