In progress changes for Kanban Board and updated schema migrations. Performed some cleanup.
This commit is contained in:
11
apollo.config.js
Normal file
11
apollo.config.js
Normal file
@@ -0,0 +1,11 @@
|
||||
module.exports = {
|
||||
client: {
|
||||
service: {
|
||||
name: "Dev",
|
||||
url: "https://bodyshop-dev-db.herokuapp.com/v1/graphql",
|
||||
headers: {
|
||||
"x-hasura-admin-secret": "Dev-BodyShopAppBySnaptSoftware!"
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user