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
/
falso-middleware.d.ts
4 lines
(3 loc)
•
209 B
TypeScript
View Raw
1
2
3
4
import
{
ResolverMapMiddleware
}
from
'graphql-mocks/types'
;
import
{
FalsoMiddlewareOptions
}
from
'./types'
;
export
declare
function
falsoMiddleware
(
options?: FalsoMiddlewareOptions
):
ResolverMapMiddleware
;