Membrane React - v0.2.1
    Preparing search index...

    Interface GraphqlApiClientInput

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

    Properties

    Properties

    path: string
    query: string