Preparing search index...
The search index is not available
graphqlade
graphqlade
ObjectResolver
Interface ObjectResolver<TSource, TContext>
interface
ObjectResolver
<
TSource
,
TContext
>
{
__isTypeOf
?:
GraphQLIsTypeOfFn
<
TSource
,
TContext
>
;
[
fieldName
:
string
]
:
GraphQLIsTypeOfFn
<
TSource
,
TContext
>
|
GraphQLFieldResolver
<
TSource
,
TContext
>
|
undefined
;
}
Type Parameters
TSource
=
unknown
TContext
=
unknown
Indexable
[
fieldName
:
string
]:
GraphQLIsTypeOfFn
<
TSource
,
TContext
>
|
GraphQLFieldResolver
<
TSource
,
TContext
>
|
undefined
Index
Properties
__is
Type
Of?
Properties
Optional
__is
Type
Of
__is
Type
Of
?:
GraphQLIsTypeOfFn
<
TSource
,
TContext
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
__is
Type
Of
graphqlade
Loading...