Skip to content
This repository was archived by the owner on Oct 17, 2020. It is now read-only.

Commit 8f0b44c

Browse files
committed
chore(feedback): pr feedback
1 parent 8104261 commit 8f0b44c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/GraphQL-Binding/03-Generator-CLIs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ This will create a GraphQL Binding like [this](https://github.com/graphql-bindin
4646

4747
### Generating Type Definitions
4848

49-
We can add the `-t` flag to our command to output type definitions in a `.graphql` file.
49+
We can add the `--outputTypedefs` flag to our command to output type definitions in a `.graphql` file.
5050

5151
```sh
5252
graphql-binding --input ./src/schema.js --language javascript --outputBinding binding.js --outputTypedefs typeDefs.graphql

0 commit comments

Comments
 (0)