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-type-resolver.d.ts
3 lines
(2 loc)
•
111 B
TypeScript
View Raw
1
2
3
import
{
TypeResolver
}
from
'graphql-mocks/types'
;
export
declare
function
falsoTypeResolver
(
):
TypeResolver
;