graphqlade

    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

    Index

    Properties

    Properties

    __isTypeOf?: GraphQLIsTypeOfFn<TSource, TContext>
    MMNEPVFCICPMFPCPTTAAATR