From 28d9c909b00c3b48306fd5a1495d98de91253c36 Mon Sep 17 00:00:00 2001 From: blackchestnut Date: Thu, 10 Sep 2020 17:11:50 +0300 Subject: [PATCH] Update readme --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 ```