UNPKG

phx-react

Version:

PHX REACT

4 lines (3 loc) 415 B
import { GrpcQueryV5 } from '../../../utils/types/types'; export declare function PHXClientQueryV5({ query, variables, isDelay, persistedId, hostname, schemaGroup, }: GrpcQueryV5): Promise<import("axios").AxiosResponse<any, any, {}>>; export declare function PHXClientMutationV5({ query, variables, isDelay, persistedId, hostname, schemaGroup, }: GrpcQueryV5): Promise<import("axios").AxiosResponse<any, any, {}>>;