pokeapi/apollo.config.js

12 lines
201 B
JavaScript
Raw Normal View History

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