Member Junction
    Preparing search index...

    Interface ResolverData<TContextType>

    interface ResolverData<TContextType extends object = object> {
        args: ArgsDictionary;
        context: TContextType;
        info: GraphQLResolveInfo;
        root: any;
    }

    Type Parameters

    • TContextType extends object = object
    Index

    Properties

    Properties

    context: TContextType
    info: GraphQLResolveInfo
    root: any