UNPKG
atlantis-cache
Version:
latest (1.0.5)
1.0.5
1.0.4
1.0.3
1.0.2
Server-side caching solution for graphQL
findatlantis.io
atlantis-cache
/
lib
/
helperFunctions
/
makeGQLrequest.d.ts
3 lines
•
217 B
TypeScript
View Raw
1
2
3
declare
const
makeGQLrequest
:
(
redisClient
:
any
,
schema
:
any
,
redisKey
:
any
,
queryMade
:
any
,
proto
:
any
,
operationType
:
any
) =>
Promise
<
unknown
>;
export
{ makeGQLrequest };
//# sourceMappingURL=makeGQLrequest.d.ts.map