mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-10 06:04:18 +00:00
12 lines
201 B
JavaScript
12 lines
201 B
JavaScript
|
module.exports = {
|
||
|
client: {
|
||
|
service: {
|
||
|
name: "pokeapi",
|
||
|
url: "http://localhost:8080/v1/graphql",
|
||
|
headers: {
|
||
|
"x-hasura-admin-secret": "pokemon",
|
||
|
},
|
||
|
},
|
||
|
},
|
||
|
};
|