UNPKG

eas-cli

Version:

EAS command line tool

15 lines (14 loc) 379 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.WebhookFragmentNode = void 0; const tslib_1 = require("tslib"); const graphql_tag_1 = tslib_1.__importDefault(require("graphql-tag")); exports.WebhookFragmentNode = (0, graphql_tag_1.default) ` fragment WebhookFragment on Webhook { id event url createdAt updatedAt } `;