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
/
traverseAST.d.ts
10 lines
•
244 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
declare
const
traverseAST
:
(
AST
:
any
) =>
{
queryStructure
: {};
queryArgs
:
any
;
operationType
:
any
;
parentFieldName
:
any
;
fieldArgs
:
any
;
argsName
:
any
; };
export
{ traverseAST };
//# sourceMappingURL=traverseAST.d.ts.map