Interface GraphqlApiClientInput

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

Properties

Properties

path: string
query: string