Member Junction
    Preparing search index...

    One fluent Graph request (client.api(path)) — the subset of verbs we issue.

    interface GraphRequestLike {
        delete(): Promise<unknown>;
        get(): Promise<unknown>;
        post(body: unknown): Promise<unknown>;
    }
    Index

    Methods

    Methods

    post