UNPKG

@atomist/automation-client

Version:
7 lines 324 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** Query options to prevent caching */ exports.QueryNoCacheOptions = { fetchPolicy: "network-only" }; /** Mutation options to prevent caching */ exports.MutationNoCacheOptions = { fetchPolicy: "no-cache" }; //# sourceMappingURL=GraphClient.js.map