Skip to content

Commit a971e67

Browse files
'a' changed to 'an'
1 parent baa9960 commit a971e67

File tree

1 file changed

+1
-1
lines changed
  • website/src/pages/en/subgraphs/querying/graph-client

1 file changed

+1
-1
lines changed

website/src/pages/en/subgraphs/querying/graph-client/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ This is helpful since you can implement custom code as part of your GraphQL sche
530530

531531
> This document explains how to add custom mutations, but in fact you can add any GraphQL operation (query/mutation/subscriptions). See [Extending the unified schema article](https://graphql-mesh.com/docs/guides/extending-unified-schema) for more information about this feature.
532532

533-
To get started, define a `additionalTypeDefs` section in your config file:
533+
To get started, define an `additionalTypeDefs` section in your config file:
534534

535535
```yaml
536536
additionalTypeDefs: |

0 commit comments

Comments
 (0)