diff --git a/README.md b/README.md index 407d220..0493859 100644 --- a/README.md +++ b/README.md @@ -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 ```