Skip to content

Commit

Permalink
Mention useful options for package.json config in Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Naoto-Ida committed Jan 25, 2020
1 parent 2ddb37c commit 71bbafe
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.handlebars
Expand Up @@ -68,8 +68,12 @@ schema"](http://dev.apollodata.com/tools/graphql-tools/generate-schema.html#modu
{
"name": "project",
"graphdoc": {
"title": "Graphdoc", // Custom title
"endpoint": "http://localhost:8080/graphql",
"template": "./template/slds", // Path to your template
"output": "./doc/schema",
"graphiql": "http://localhost:8080/graphql", // GraphiQL URL
"ga": "UA-XXXXXXXX-X", // Google Analytics UA Number
}
}
```
Expand Down
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -68,8 +68,12 @@ schema"](http://dev.apollodata.com/tools/graphql-tools/generate-schema.html#modu
{
"name": "project",
"graphdoc": {
"title": "Graphdoc", // Custom title
"endpoint": "http://localhost:8080/graphql",
"template": "./template/slds", // Path to your template
"output": "./doc/schema",
"graphiql": "http://localhost:8080/graphql", // GraphiQL URL
"ga": "UA-XXXXXXXX-X", // Google Analytics UA Number
}
}
```
Expand Down

0 comments on commit 71bbafe

Please sign in to comment.