forked from 2fd/graphdoc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexample.scaphold.json
22 lines (22 loc) · 965 Bytes
/
example.scaphold.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "graphql-pokemon",
"description": "Get information of a Pokémon with GraphQL!",
"version": "1.0.0",
"author": {
"name": "Lucas Bento da Silva",
"email": "[email protected]",
"url": "https://github.com/lucasbento"
},
"bugs": "https://github.com/lucasbento/graphql-pokemon/issues",
"homepage": "https://github.com/lucasbento/graphql-pokemon#readme",
"license": "MIT",
"repository": "https://github.com/lucasbento/graphql-pokemon",
"graphdoc": {
"ga": "UA-54154153-2",
"graphiql": "https://us-west-2.api.scaphold.io/graphql/graphql-world",
"logo": "<a href=\"https://us-west-2.api.scaphold.io/graphql/graphql-world\" target=\"_blank\" style=\"display:block;padding:0\"><img src=\"https://assets.scaphold.io/community/blog/scaphold-introduction/scaphold.png\" /></a>",
"endpoint": "https://us-west-2.api.scaphold.io/graphql/graphql-world",
"output": "./gh-pages/scaphold",
"baseUrl": "./"
}
}