diff --git a/docs/basics/typescript-integration.md b/docs/basics/typescript-integration.md index 6403e267d6..cb05a84e12 100644 --- a/docs/basics/typescript-integration.md +++ b/docs/basics/typescript-integration.md @@ -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: