Skip to content

Commit

Permalink
Capitalize feature name
Browse files Browse the repository at this point in the history
Co-authored-by: Maria Elisabeth Schreiber <[email protected]>
  • Loading branch information
jerelmiller and Meschreiber authored Dec 4, 2024
1 parent e8f388e commit 050b0c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/data/fragments.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -1053,7 +1053,7 @@ query GetPosts {
### Using with TypeScript
Apollo Client provides robust TypeScript support for data masking. We've integrated data masking with [GraphQL Codegen](https://the-guild.dev/graphql/codegen) and the type format generated by its [fragment masking](https://the-guild.dev/graphql/codegen/plugins/presets/preset-client#fragment-masking) feature.
Apollo Client provides robust TypeScript support for data masking. We've integrated data masking with [GraphQL Codegen](https://the-guild.dev/graphql/codegen) and the type format generated by its [Fragment Masking](https://the-guild.dev/graphql/codegen/plugins/presets/preset-client#fragment-masking) feature.
Masked types don't include fields in your operation type that are part of a fragment spread. As an example, let's use the following query.
Expand Down

0 comments on commit 050b0c0

Please sign in to comment.