Removed all todos from code and created corresponding JIRA tickets.
This commit is contained in:
@@ -12,7 +12,6 @@ const { Headers } = require("cross-fetch");
|
||||
|
||||
global.Headers = global.Headers || Headers;
|
||||
|
||||
//TODO May need to use a different client that includes caching of resources.
|
||||
exports.client = new GraphQLClient(process.env.GRAPHQL_ENDPOINT, {
|
||||
headers: {
|
||||
"x-hasura-admin-secret": process.env.HASURA_ADMIN_SECRET,
|
||||
|
||||
Reference in New Issue
Block a user