UNPKG
@graphql-mocks/falso
Version:
latest (0.7.4)
0.7.4
0.7.3
0.7.2
0.7.1
0.7.0
0.6.0
0.5.2
0.5.1
0.5.0
0.4.0
Fake GraphQL queries with graphql-mocks and Falso
graphql-mocks/graphql-mocks
@graphql-mocks/falso
/
index.d.ts
4 lines
(3 loc)
•
149 B
TypeScript
View Raw
1
2
3
4
export
{ falsoMiddleware }
from
'./falso-middleware'
;
export
{ falsoFieldResolver }
from
'./falso-field-resolver'
;
export
*
as
types
from
'./types'
;