Skip to content

Commit

Permalink
doc(basics/typescript): wording
Browse files Browse the repository at this point in the history
  • Loading branch information
charlypoly committed Oct 11, 2022
1 parent 3bb66cd commit c1a81c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/basics/typescript-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ function App() {
// ...
```

GraphQL Code Generator will help you by exposing helps to retrieve the data required by your component's Fragment.
GraphQL Code Generator generates type helpers to type your component props based on Fragments (for example, the `film=` prop) and retrieve your fragment's data (see example below).

Again, here is an example with the React bindings:

Expand Down

0 comments on commit c1a81c6

Please sign in to comment.