graphqldoc
Version:
Generate GraphQL docs from schema.
13 lines (12 loc) • 340 B
JSON
{
"name": "graphql-star-wars",
"version": "1.2.0",
"description": "Static page generator for documenting GraphQL Schema",
"homepage": "https://github.com/CodeSignal/graphqldoc",
"graphqldoc": {
"ga": "UA-54154153-2",
"schemaFile": "./test/starwars.graphql",
"output": "./gh-pages/star-wars",
"baseUrl": "./"
}
}