UNPKG

eas-cli

Version:

EAS command line tool

12 lines (11 loc) 398 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AppleAppIdentifierFragmentNode = void 0; const tslib_1 = require("tslib"); const graphql_tag_1 = tslib_1.__importDefault(require("graphql-tag")); exports.AppleAppIdentifierFragmentNode = (0, graphql_tag_1.default) ` fragment AppleAppIdentifierFragment on AppleAppIdentifier { id bundleIdentifier } `;