Skip to content

Commit 14caad4

Browse files
authored
fix: typo on client code generation page (#7809)
1 parent cc6e6f8 commit 14caad4

File tree

1 file changed

+1
-1
lines changed
  • src/pages/gen1/[platform]/build-a-backend/graphqlapi/client-code-generation

1 file changed

+1
-1
lines changed

src/pages/gen1/[platform]/build-a-backend/graphqlapi/client-code-generation/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Each time you will be prompted to update the code in your API and also ask you i
9090

9191
### No API changes, just update GraphQL statements & generate code
9292

93-
One of the benefits of GraphQL is the client can define it's data fetching requirements independently of the API. Amplify codegen supports this by allowing you to modify the selection set (e.g. add/remove fields inside the curly braces) for the GraphQL statements and running type generation again. This gives you fine-grained control over the network requests that your application is making. Modify your GraphQL statements (default in the `./graphql` folder unless you changed it) then save the files and run:
93+
One of the benefits of GraphQL is the client can define its data fetching requirements independently of the API. Amplify codegen supports this by allowing you to modify the selection set (e.g. add/remove fields inside the curly braces) for the GraphQL statements and running type generation again. This gives you fine-grained control over the network requests that your application is making. Modify your GraphQL statements (default in the `./graphql` folder unless you changed it) then save the files and run:
9494

9595
```bash
9696
amplify codegen types

0 commit comments

Comments
 (0)