UNPKG

@atomist/automation-client

Version:

Atomist API for software low-level client

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