Repository URL to install this package:
|
Version:
9.0.35-framework ▾
|
declare const _default: {
Query: {
sponge: (obj: any, args: {
shouldSpongeCatalog: boolean;
shouldLoadSpongeIntoMemory: boolean;
}, context: any, info: any) => Promise<{
never: string;
}>;
};
Mutation: {
clearCache: (obj: any, args: {
shouldClearInMemory: boolean;
shouldClearFiles: boolean;
shouldClearRedis: boolean;
}, context: any, info: any) => Promise<{
never: string;
}>;
};
};
export default _default;