UNPKG

phx-react

Version:

PHX REACT

5 lines (4 loc) 549 B
import { GrpcQueryV6 } from './types'; export declare function PHXClientQueryV6({ query, variables, isDelay, persistedId, schemaGroup }: GrpcQueryV6): Promise<import("axios").AxiosResponse<any, any, {}>>; export declare function PHXClientMutationV6({ query, variables, isDelay, persistedId, schemaGroup }: GrpcQueryV6): Promise<import("axios").AxiosResponse<any, any, {}>>; export declare const PHXGrpcQueryAllSchoolV6: ({ isDelay, query, variables, persistedId, schemaGroup, }: GrpcQueryV6) => Promise<import("axios").AxiosResponse<any, any, {}>>;