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
/
es
/
guess-falso-fn.d.ts
3 lines
(2 loc)
•
166 B
TypeScript
View Raw
1
2
3
import
{
GraphQLType
}
from
'graphql'
;
export
declare
function
guessFalsoFn
(
fieldName
:
string
,
returnType
:
GraphQLType
):
() =>
string
|
number
|
boolean
|
undefined
;