graphql-mocks
Preparing search index...
highlight
types
ReferenceMap
Type Alias ReferenceMap
ReferenceMap
:
{
[
typeName
:
string
]:
{
fields
?:
{
[
fieldName
:
string
]:
NonNullable
<
GraphQLInputField
|
GraphQLField
<
unknown
,
unknown
,
any
>
|
undefined
,
>
;
}
;
type
:
NonNullable
<
ReturnType
<
typeof
getTypeForReference
>
>
;
}
;
}
Type Declaration
[
typeName
:
string
]:
{
fields
?:
{
[
fieldName
:
string
]:
NonNullable
<
GraphQLInputField
|
GraphQLField
<
unknown
,
unknown
,
any
>
|
undefined
,
>
;
}
;
type
:
NonNullable
<
ReturnType
<
typeof
getTypeForReference
>
>
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
graphql-mocks
Loading...