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