graphql-mocks
    Preparing search index...

    Interface NamedWrapper<T>

    interface NamedWrapper<T extends WrapperForOptions> {
        name: string;
        wrap: WrapperFnMapping[T];
        wrapperFor: T;
    }

    Type Parameters

    Index

    Properties

    Properties

    name: string
    wrapperFor: T