You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/tutorials/quickstart.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,3 +53,11 @@ You can specify a local file containing the OAS specification or a remote url su
53
53
```sh
54
54
oasgraph <OAS JSON file path or remote url> [port number]
55
55
```
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
0 commit comments