Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@skava/graphql / dist / graphql-modules / sponge / resolver.d.ts
Size: Mime:
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;