forked from 2fd/graphdoc
-
Notifications
You must be signed in to change notification settings - Fork 1
/
example.pokemon.json
22 lines (22 loc) · 921 Bytes
/
example.pokemon.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": "lucas.bsilva@outlook.com",
"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://graphql-pokemon.now.sh/",
"logo": "<a href=\"https://github.com/lucasbento/graphql-pokemon\" target=\"_blank\" style=\"display:block;padding:1rem 35%\"><img src=\"https://raw.githubusercontent.com/lucasbento/graphql-pokemon/master/content/logo.png\" /></a>",
"endpoint": "https://graphql-pokemon.now.sh/",
"output": "./gh-pages/pokemon",
"baseUrl": "./"
}
}