forked from graphql-kit/graphql-apis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
proxies.json
68 lines (66 loc) · 1.6 KB
/
proxies.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
[
{
"url": "https://www.graphqlhub.com/graphql",
"info": {
"title": "GraphiQL Hub",
"description": "GraphQL Hub",
"logo": {
"url": "https://www.graphqlhub.com/images/graphqlhub-logo.png"
}
},
"externalDocs": [
{
"description": "GraphiQL",
"url": "https://www.graphqlhub.com/playground"
},
{
"description": "Docs",
"url": "https://www.graphqlhub.com/"
},
{
"description": "Repo",
"url": "https://github.com/clayallsopp/graphqlhub"
}
]
},
{
"url": "https://pokeapi-graphiql.herokuapp.com/",
"info": {
"title": "PokeAPI",
"description": "Pokémon Data API",
"logo": {
"url": "http://img08.deviantart.net/20bd/i/2010/231/7/1/pokeball_template_by_poke_lab.png"
}
},
"externalDocs": [
{
"description": "GraphiQL",
"url": "https://pokeapi-graphiql.herokuapp.com/"
},
{
"description": "Docs",
"url": "https://github.com/patrickshaughnessy/PokeAPI-GraphQL"
}
]
},
{
"url": "http://graphql-swapi.parseapp.com/",
"info": {
"title": "SWAPI",
"description": "Star Wars API",
"logo": {
"url": "https://www.programmableweb.com/sites/default/files/styles/facebook_scale_height_200/public/TheStarWarsAPI.png"
}
},
"externalDocs": [
{
"description": "GraphiQL",
"url": "http://graphql-swapi.parseapp.com/"
},
{
"description": "Docs",
"url": "https://github.com/graphql/swapi-graphql"
}
]
}
]