Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
blackchestnut committed Sep 10, 2020
1 parent fb8226d commit 28d9c90
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,17 @@ graphqlmd -u GRAPHQL_ENDPOINT_URL > schema.md

### Options
```
Usage: graphqlmd [options]
-u, --url [URL] GraphQL schema url (default: http://localhost:3000/graphql)
--no-deprecated Do not add deprecated objects, fields, args and etc.
--no-links Do not add links with anchors to docs
--client-mutation-id Add clientMutationId to docs
--scalar Add scalar objects to docs
--vuepress Use additional VuePress styles
--vuepress Use vuepress additional styles
--ignored-queries a,b,c List of ignored and skipped Queries
--ignored-mutations a,b,c List of ignored and skipped Mutations
--ignored-objects a,b,c List of ignored and skipped Objects
-v, --version Show version
-h, --help Show this message
```
Expand Down

0 comments on commit 28d9c90

Please sign in to comment.