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