Skip to content

Commit 516f6fb

Browse files
marioestradarosaAlan-Cha
authored andcommitted
feat(doc) update new features
Signed-off-by: Mario Estrada <[email protected]>
1 parent ff5fd9f commit 516f6fb

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/tutorials/quickstart.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,11 @@ You can specify a local file containing the OAS specification or a remote url su
5353
```sh
5454
oasgraph <OAS JSON file path or remote url> [port number]
5555
```
56+
57+
### Export a GraphQL schema
58+
59+
OASgraph can also generate and save the GraphQL schema to the local file `schema.graphql`, which you can use later to inspect or change its content in the editor of your choice. Please note that the following command will not start the GraphQL server.
60+
61+
```sh
62+
oasgraph <OAS JSON file path or remote url> --save
63+
```

0 commit comments

Comments
 (0)