@adpt/cloud
Version:
AdaptJS cloud component library
16 lines • 674 B
TypeScript
import { AwsCredentialsProps } from "./credentials";
export interface AwsQueryParams extends AwsCredentialsProps {
}
export declare type QueryParams = AwsQueryParams;
export declare const infoSym: unique symbol;
export interface QueryResolverInfo {
[infoSym]: AwsQueryParams;
}
export declare type ObserveResolverInfo = QueryResolverInfo;
export interface Observations {
[queryId: string]: any;
}
export declare const withParamsProp = "withCredentials";
export declare function computeQueryId(queryParams: QueryParams, fieldName: string, args: unknown): string;
export declare function opName(fieldName: string): string;
//# sourceMappingURL=observer_common.d.ts.map