UNPKG
@miragejs/graphql
Version:
0.2.0_alpha.1 (0.2.0-alpha.1)
0.2.0_beta.1 (0.2.0-beta.1)
0.2.0_beta.2 (0.2.0-beta.2)
0.2.0_beta.3 (0.2.0-beta.3)
0.2.0_beta.4 (0.2.0-beta.4)
beta (0.2.0-beta.6)
latest (0.2.0-beta.5)
0.2.0-beta.6
0.2.0-beta.5
0.2.0-beta.4
0.2.0-beta.3
0.2.0-beta.2
0.2.0-beta.1
0.2.0-alpha.1
0.1.13
0.1.12
0.1.11
0.1.10
0.1.9
0.1.8
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
A library for handling GraphQL requests with Mirage JS
github.com/miragejs/graphql
miragejs/graphql
@miragejs/graphql
/
lib
/
resolvers
/
index.ts
10 lines
(9 loc)
•
262 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
export
*
from
"./default.js"
;
export
*
from
"./field.js"
;
export
*
from
"./interface.js"
;
export
*
from
"./list.js"
;
export
*
from
"./mirage.js"
;
export
*
from
"./mutation.js"
;
export
*
from
"./object.js"
;
export
*
from
"./relay.js"
;
export
*
from
"./union.js"
;