pokeapi/apollo.config.js
2021-03-08 22:48:16 +01:00

11 lines
201 B
JavaScript

module.exports = {
client: {
service: {
name: "pokeapi",
url: "http://localhost:8080/v1/graphql",
headers: {
"x-hasura-admin-secret": "pokemon",
},
},
},
};