Membrane SDK - v0.8.0
    Preparing search index...

    Interface GraphqlApiClientInput

    interface GraphqlApiClientInput {
        path: string;
        method: HttpRequestMethod;
        query: string;
    }
    Index

    Properties

    Properties

    path: string
    query: string