IsTypeOf<P> typedef

IsTypeOf<P> = bool Function(Object result, GraphQLObjectType<P> type, ObjectExecutionCtx)

A function that returns true if result is an instance of GraphQLObjectType type

Implementation

typedef IsTypeOf<P> = bool Function(
    Object result, GraphQLObjectType<P> type, ObjectExecutionCtx);