toystack
Version:

337 lines (336 loc) • 19.9 kB
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.UploadCodeDocument = exports.WalletTransactionEnumType = exports.WalletStatusEnumType = exports.VideoTutorialStatusEnumType = exports.UserStatusEnumType = exports.UserInviteStatusEnumType = exports.UsageTypeEnumType = exports.TimeFilterEnumType = exports.SupportRequestStatusEnumType = exports.StatusEnumType = exports.SortTypeEnumType = exports.ServiceTypeEnumType = exports.RoleEnumType = exports.ResponseStatusEnumType = exports.ResourceTypeEnumType = exports.RepositoryStatusEnumType = exports.RepositoryPlanStatusEnumType = exports.RemixInviteStatusEnumType = exports.PostgresVersionEnumType = exports.PopularRemixStatusEnumType = exports.PlanStatusEnumType = exports.PaymentStatusEnumType = exports.PaymentGatewayEnumType = exports.OrderStatusEnumType = exports.NodeVersionEnumType = exports.InvoiceStatusEnumType = exports.InstallationStatusEnumType = exports.GrafanaLogsSortOrderEnumType = exports.GitProviderEnumType = exports.FrameworkEnumType = exports.DeploymentValidityEnumType = exports.DeploymentStatusEnumType = exports.DeploymentEnvironmentEnumType = exports.DatabaseTypeEnumType = exports.DatabaseStatusEnumType = exports.DatabasePlanStatusEnumType = exports.DashboardSortTypeEnumType = exports.DashboardRepositoriesEnumType = exports.DbSeedingStatusEnumType = exports.CustomDomainStatusEnumType = exports.CustomDomainEnumType = exports.CurrencyTypeEnumType = exports.CouponStatusEnumType = exports.CouponDiscountTypeEnumType = exports.CodeSummaryStatusEnumType = exports.CodeAnalysisStatusEnumType = exports.BillingCycleTypeEnumType = void 0;
var BillingCycleTypeEnumType;
(function (BillingCycleTypeEnumType) {
BillingCycleTypeEnumType["Custom"] = "CUSTOM";
BillingCycleTypeEnumType["Daily"] = "DAILY";
BillingCycleTypeEnumType["Monthly"] = "MONTHLY";
BillingCycleTypeEnumType["Weekly"] = "WEEKLY";
BillingCycleTypeEnumType["Yearly"] = "YEARLY";
})(BillingCycleTypeEnumType || (exports.BillingCycleTypeEnumType = BillingCycleTypeEnumType = {}));
var CodeAnalysisStatusEnumType;
(function (CodeAnalysisStatusEnumType) {
CodeAnalysisStatusEnumType["Cancelled"] = "CANCELLED";
CodeAnalysisStatusEnumType["Completed"] = "COMPLETED";
CodeAnalysisStatusEnumType["Failed"] = "FAILED";
CodeAnalysisStatusEnumType["Inactive"] = "INACTIVE";
CodeAnalysisStatusEnumType["Inprogress"] = "INPROGRESS";
})(CodeAnalysisStatusEnumType || (exports.CodeAnalysisStatusEnumType = CodeAnalysisStatusEnumType = {}));
var CodeSummaryStatusEnumType;
(function (CodeSummaryStatusEnumType) {
CodeSummaryStatusEnumType["Cancelled"] = "CANCELLED";
CodeSummaryStatusEnumType["Completed"] = "COMPLETED";
CodeSummaryStatusEnumType["Failed"] = "FAILED";
CodeSummaryStatusEnumType["Inactive"] = "INACTIVE";
CodeSummaryStatusEnumType["Inprogress"] = "INPROGRESS";
})(CodeSummaryStatusEnumType || (exports.CodeSummaryStatusEnumType = CodeSummaryStatusEnumType = {}));
var CouponDiscountTypeEnumType;
(function (CouponDiscountTypeEnumType) {
CouponDiscountTypeEnumType["Amount"] = "AMOUNT";
CouponDiscountTypeEnumType["FlatPrice"] = "FLAT_PRICE";
CouponDiscountTypeEnumType["Percentage"] = "PERCENTAGE";
})(CouponDiscountTypeEnumType || (exports.CouponDiscountTypeEnumType = CouponDiscountTypeEnumType = {}));
var CouponStatusEnumType;
(function (CouponStatusEnumType) {
CouponStatusEnumType["Active"] = "ACTIVE";
CouponStatusEnumType["Inactive"] = "INACTIVE";
})(CouponStatusEnumType || (exports.CouponStatusEnumType = CouponStatusEnumType = {}));
var CurrencyTypeEnumType;
(function (CurrencyTypeEnumType) {
CurrencyTypeEnumType["Inr"] = "INR";
CurrencyTypeEnumType["Usd"] = "USD";
})(CurrencyTypeEnumType || (exports.CurrencyTypeEnumType = CurrencyTypeEnumType = {}));
var CustomDomainEnumType;
(function (CustomDomainEnumType) {
CustomDomainEnumType["Backend"] = "BACKEND";
CustomDomainEnumType["Frontend"] = "FRONTEND";
})(CustomDomainEnumType || (exports.CustomDomainEnumType = CustomDomainEnumType = {}));
var CustomDomainStatusEnumType;
(function (CustomDomainStatusEnumType) {
CustomDomainStatusEnumType["Active"] = "ACTIVE";
CustomDomainStatusEnumType["Inactive"] = "INACTIVE";
})(CustomDomainStatusEnumType || (exports.CustomDomainStatusEnumType = CustomDomainStatusEnumType = {}));
var DbSeedingStatusEnumType;
(function (DbSeedingStatusEnumType) {
DbSeedingStatusEnumType["Cancelled"] = "CANCELLED";
DbSeedingStatusEnumType["Completed"] = "COMPLETED";
DbSeedingStatusEnumType["Failed"] = "FAILED";
DbSeedingStatusEnumType["Inactive"] = "INACTIVE";
DbSeedingStatusEnumType["Inprogress"] = "INPROGRESS";
})(DbSeedingStatusEnumType || (exports.DbSeedingStatusEnumType = DbSeedingStatusEnumType = {}));
var DashboardRepositoriesEnumType;
(function (DashboardRepositoriesEnumType) {
DashboardRepositoriesEnumType["Backed"] = "BACKED";
DashboardRepositoriesEnumType["Pending"] = "PENDING";
DashboardRepositoriesEnumType["Suggested"] = "SUGGESTED";
})(DashboardRepositoriesEnumType || (exports.DashboardRepositoriesEnumType = DashboardRepositoriesEnumType = {}));
var DashboardSortTypeEnumType;
(function (DashboardSortTypeEnumType) {
DashboardSortTypeEnumType["Ascending"] = "ASCENDING";
DashboardSortTypeEnumType["Descending"] = "DESCENDING";
})(DashboardSortTypeEnumType || (exports.DashboardSortTypeEnumType = DashboardSortTypeEnumType = {}));
var DatabasePlanStatusEnumType;
(function (DatabasePlanStatusEnumType) {
DatabasePlanStatusEnumType["Active"] = "ACTIVE";
DatabasePlanStatusEnumType["Expired"] = "EXPIRED";
DatabasePlanStatusEnumType["Inactive"] = "INACTIVE";
DatabasePlanStatusEnumType["QuotaExhausted"] = "QUOTA_EXHAUSTED";
DatabasePlanStatusEnumType["Upcoming"] = "UPCOMING";
})(DatabasePlanStatusEnumType || (exports.DatabasePlanStatusEnumType = DatabasePlanStatusEnumType = {}));
var DatabaseStatusEnumType;
(function (DatabaseStatusEnumType) {
DatabaseStatusEnumType["Active"] = "ACTIVE";
DatabaseStatusEnumType["AwaitingRenewal"] = "AWAITING_RENEWAL";
DatabaseStatusEnumType["Cancelled"] = "CANCELLED";
DatabaseStatusEnumType["Deleted"] = "DELETED";
DatabaseStatusEnumType["Draft"] = "DRAFT";
DatabaseStatusEnumType["Failed"] = "FAILED";
DatabaseStatusEnumType["InProgress"] = "IN_PROGRESS";
DatabaseStatusEnumType["Paid"] = "PAID";
})(DatabaseStatusEnumType || (exports.DatabaseStatusEnumType = DatabaseStatusEnumType = {}));
var DatabaseTypeEnumType;
(function (DatabaseTypeEnumType) {
DatabaseTypeEnumType["PostgresDatabase"] = "POSTGRES_DATABASE";
DatabaseTypeEnumType["RedisDatabase"] = "REDIS_DATABASE";
})(DatabaseTypeEnumType || (exports.DatabaseTypeEnumType = DatabaseTypeEnumType = {}));
var DeploymentEnvironmentEnumType;
(function (DeploymentEnvironmentEnumType) {
DeploymentEnvironmentEnumType["Preview"] = "PREVIEW";
DeploymentEnvironmentEnumType["Production"] = "PRODUCTION";
})(DeploymentEnvironmentEnumType || (exports.DeploymentEnvironmentEnumType = DeploymentEnvironmentEnumType = {}));
var DeploymentStatusEnumType;
(function (DeploymentStatusEnumType) {
DeploymentStatusEnumType["Active"] = "ACTIVE";
DeploymentStatusEnumType["Cancelled"] = "CANCELLED";
DeploymentStatusEnumType["Deleted"] = "DELETED";
DeploymentStatusEnumType["Failed"] = "FAILED";
DeploymentStatusEnumType["Inactive"] = "INACTIVE";
DeploymentStatusEnumType["Paused"] = "PAUSED";
})(DeploymentStatusEnumType || (exports.DeploymentStatusEnumType = DeploymentStatusEnumType = {}));
var DeploymentValidityEnumType;
(function (DeploymentValidityEnumType) {
DeploymentValidityEnumType["Always"] = "ALWAYS";
DeploymentValidityEnumType["Custom"] = "CUSTOM";
DeploymentValidityEnumType["FifteenHours"] = "FIFTEEN_HOURS";
DeploymentValidityEnumType["HalfAnHour"] = "HALF_AN_HOUR";
DeploymentValidityEnumType["OneDay"] = "ONE_DAY";
DeploymentValidityEnumType["OneHour"] = "ONE_HOUR";
DeploymentValidityEnumType["SixHours"] = "SIX_HOURS";
DeploymentValidityEnumType["TwoDays"] = "TWO_DAYS";
DeploymentValidityEnumType["TwoHours"] = "TWO_HOURS";
})(DeploymentValidityEnumType || (exports.DeploymentValidityEnumType = DeploymentValidityEnumType = {}));
var FrameworkEnumType;
(function (FrameworkEnumType) {
FrameworkEnumType["Angular"] = "ANGULAR";
FrameworkEnumType["Django"] = "DJANGO";
FrameworkEnumType["Docker"] = "DOCKER";
FrameworkEnumType["Flask"] = "FLASK";
FrameworkEnumType["Golang"] = "GOLANG";
FrameworkEnumType["Java"] = "JAVA";
FrameworkEnumType["Node"] = "NODE";
FrameworkEnumType["Php"] = "PHP";
FrameworkEnumType["React"] = "REACT";
FrameworkEnumType["Solara"] = "SOLARA";
FrameworkEnumType["Spring"] = "SPRING";
FrameworkEnumType["Vue"] = "VUE";
FrameworkEnumType["Wasp"] = "WASP";
})(FrameworkEnumType || (exports.FrameworkEnumType = FrameworkEnumType = {}));
var GitProviderEnumType;
(function (GitProviderEnumType) {
GitProviderEnumType["BitBucket"] = "BIT_BUCKET";
GitProviderEnumType["DockerHub"] = "DOCKER_HUB";
GitProviderEnumType["Github"] = "GITHUB";
GitProviderEnumType["Gitlab"] = "GITLAB";
})(GitProviderEnumType || (exports.GitProviderEnumType = GitProviderEnumType = {}));
var GrafanaLogsSortOrderEnumType;
(function (GrafanaLogsSortOrderEnumType) {
GrafanaLogsSortOrderEnumType["Backward"] = "BACKWARD";
GrafanaLogsSortOrderEnumType["Forward"] = "FORWARD";
})(GrafanaLogsSortOrderEnumType || (exports.GrafanaLogsSortOrderEnumType = GrafanaLogsSortOrderEnumType = {}));
var InstallationStatusEnumType;
(function (InstallationStatusEnumType) {
InstallationStatusEnumType["Active"] = "ACTIVE";
InstallationStatusEnumType["Deleted"] = "DELETED";
InstallationStatusEnumType["Draft"] = "DRAFT";
InstallationStatusEnumType["Inactive"] = "INACTIVE";
})(InstallationStatusEnumType || (exports.InstallationStatusEnumType = InstallationStatusEnumType = {}));
var InvoiceStatusEnumType;
(function (InvoiceStatusEnumType) {
InvoiceStatusEnumType["Paid"] = "PAID";
InvoiceStatusEnumType["Pending"] = "PENDING";
})(InvoiceStatusEnumType || (exports.InvoiceStatusEnumType = InvoiceStatusEnumType = {}));
var NodeVersionEnumType;
(function (NodeVersionEnumType) {
NodeVersionEnumType["V14X"] = "v14_x";
NodeVersionEnumType["V15X"] = "v15_x";
NodeVersionEnumType["V16X"] = "v16_x";
NodeVersionEnumType["V17X"] = "v17_x";
NodeVersionEnumType["V18X"] = "v18_x";
NodeVersionEnumType["V19X"] = "v19_x";
NodeVersionEnumType["V20X"] = "v20_x";
NodeVersionEnumType["V21X"] = "v21_x";
})(NodeVersionEnumType || (exports.NodeVersionEnumType = NodeVersionEnumType = {}));
var OrderStatusEnumType;
(function (OrderStatusEnumType) {
OrderStatusEnumType["Cancelled"] = "CANCELLED";
OrderStatusEnumType["Confirmed"] = "CONFIRMED";
OrderStatusEnumType["Pending"] = "PENDING";
})(OrderStatusEnumType || (exports.OrderStatusEnumType = OrderStatusEnumType = {}));
var PaymentGatewayEnumType;
(function (PaymentGatewayEnumType) {
PaymentGatewayEnumType["Cashfree"] = "CASHFREE";
PaymentGatewayEnumType["Hybrid"] = "HYBRID";
PaymentGatewayEnumType["Stripe"] = "STRIPE";
PaymentGatewayEnumType["ToystackWallet"] = "TOYSTACK_WALLET";
})(PaymentGatewayEnumType || (exports.PaymentGatewayEnumType = PaymentGatewayEnumType = {}));
var PaymentStatusEnumType;
(function (PaymentStatusEnumType) {
PaymentStatusEnumType["Created"] = "CREATED";
PaymentStatusEnumType["Failed"] = "FAILED";
PaymentStatusEnumType["Paid"] = "PAID";
PaymentStatusEnumType["PartiallyRefunded"] = "PARTIALLY_REFUNDED";
PaymentStatusEnumType["Refunded"] = "REFUNDED";
PaymentStatusEnumType["UserDropped"] = "USER_DROPPED";
})(PaymentStatusEnumType || (exports.PaymentStatusEnumType = PaymentStatusEnumType = {}));
var PlanStatusEnumType;
(function (PlanStatusEnumType) {
PlanStatusEnumType["Active"] = "ACTIVE";
PlanStatusEnumType["Deactivated"] = "DEACTIVATED";
PlanStatusEnumType["Deleted"] = "DELETED";
PlanStatusEnumType["Inactive"] = "INACTIVE";
})(PlanStatusEnumType || (exports.PlanStatusEnumType = PlanStatusEnumType = {}));
var PopularRemixStatusEnumType;
(function (PopularRemixStatusEnumType) {
PopularRemixStatusEnumType["Active"] = "ACTIVE";
PopularRemixStatusEnumType["Inactive"] = "INACTIVE";
})(PopularRemixStatusEnumType || (exports.PopularRemixStatusEnumType = PopularRemixStatusEnumType = {}));
var PostgresVersionEnumType;
(function (PostgresVersionEnumType) {
PostgresVersionEnumType["V15_2_0"] = "v15_2_0";
PostgresVersionEnumType["V15_3_0"] = "v15_3_0";
PostgresVersionEnumType["V15_4_0"] = "v15_4_0";
PostgresVersionEnumType["V16_0_0"] = "v16_0_0";
PostgresVersionEnumType["V16_1_0"] = "v16_1_0";
PostgresVersionEnumType["V16_2_0"] = "v16_2_0";
PostgresVersionEnumType["V16_3_0"] = "v16_3_0";
})(PostgresVersionEnumType || (exports.PostgresVersionEnumType = PostgresVersionEnumType = {}));
var RemixInviteStatusEnumType;
(function (RemixInviteStatusEnumType) {
RemixInviteStatusEnumType["Accepted"] = "ACCEPTED";
RemixInviteStatusEnumType["Pending"] = "PENDING";
})(RemixInviteStatusEnumType || (exports.RemixInviteStatusEnumType = RemixInviteStatusEnumType = {}));
var RepositoryPlanStatusEnumType;
(function (RepositoryPlanStatusEnumType) {
RepositoryPlanStatusEnumType["Active"] = "ACTIVE";
RepositoryPlanStatusEnumType["Expired"] = "EXPIRED";
RepositoryPlanStatusEnumType["Inactive"] = "INACTIVE";
RepositoryPlanStatusEnumType["QuotaExhausted"] = "QUOTA_EXHAUSTED";
RepositoryPlanStatusEnumType["Upcoming"] = "UPCOMING";
})(RepositoryPlanStatusEnumType || (exports.RepositoryPlanStatusEnumType = RepositoryPlanStatusEnumType = {}));
var RepositoryStatusEnumType;
(function (RepositoryStatusEnumType) {
RepositoryStatusEnumType["Active"] = "ACTIVE";
RepositoryStatusEnumType["AwaitingRenewal"] = "AWAITING_RENEWAL";
RepositoryStatusEnumType["Blocked"] = "BLOCKED";
RepositoryStatusEnumType["Deactivated"] = "DEACTIVATED";
RepositoryStatusEnumType["Deleted"] = "DELETED";
RepositoryStatusEnumType["Forked"] = "FORKED";
RepositoryStatusEnumType["Inactive"] = "INACTIVE";
RepositoryStatusEnumType["QuotaExhausted"] = "QUOTA_EXHAUSTED";
})(RepositoryStatusEnumType || (exports.RepositoryStatusEnumType = RepositoryStatusEnumType = {}));
var ResourceTypeEnumType;
(function (ResourceTypeEnumType) {
ResourceTypeEnumType["Backend"] = "BACKEND";
ResourceTypeEnumType["PostgresDatabase"] = "POSTGRES_DATABASE";
ResourceTypeEnumType["RedisDatabase"] = "REDIS_DATABASE";
ResourceTypeEnumType["Remix"] = "REMIX";
ResourceTypeEnumType["StaticSite"] = "STATIC_SITE";
})(ResourceTypeEnumType || (exports.ResourceTypeEnumType = ResourceTypeEnumType = {}));
var ResponseStatusEnumType;
(function (ResponseStatusEnumType) {
ResponseStatusEnumType["Failed"] = "FAILED";
ResponseStatusEnumType["Success"] = "SUCCESS";
})(ResponseStatusEnumType || (exports.ResponseStatusEnumType = ResponseStatusEnumType = {}));
var RoleEnumType;
(function (RoleEnumType) {
RoleEnumType["Admin"] = "ADMIN";
RoleEnumType["OrganizationAdmin"] = "ORGANIZATION_ADMIN";
RoleEnumType["OrganizationMember"] = "ORGANIZATION_MEMBER";
RoleEnumType["OrganizationOwner"] = "ORGANIZATION_OWNER";
RoleEnumType["SuperAdmin"] = "SUPER_ADMIN";
})(RoleEnumType || (exports.RoleEnumType = RoleEnumType = {}));
var ServiceTypeEnumType;
(function (ServiceTypeEnumType) {
ServiceTypeEnumType["Api"] = "API";
ServiceTypeEnumType["Background"] = "BACKGROUND";
ServiceTypeEnumType["Bot"] = "BOT";
ServiceTypeEnumType["Cron"] = "CRON";
ServiceTypeEnumType["Daemon"] = "DAEMON";
ServiceTypeEnumType["Frontend"] = "FRONTEND";
ServiceTypeEnumType["Microservice"] = "MICROSERVICE";
ServiceTypeEnumType["Webhook"] = "WEBHOOK";
ServiceTypeEnumType["Worker"] = "WORKER";
})(ServiceTypeEnumType || (exports.ServiceTypeEnumType = ServiceTypeEnumType = {}));
var SortTypeEnumType;
(function (SortTypeEnumType) {
SortTypeEnumType["Ascending"] = "ASCENDING";
SortTypeEnumType["Descending"] = "DESCENDING";
})(SortTypeEnumType || (exports.SortTypeEnumType = SortTypeEnumType = {}));
var StatusEnumType;
(function (StatusEnumType) {
StatusEnumType["Active"] = "ACTIVE";
StatusEnumType["Inactive"] = "INACTIVE";
StatusEnumType["Suspended"] = "SUSPENDED";
StatusEnumType["Upcoming"] = "UPCOMING";
})(StatusEnumType || (exports.StatusEnumType = StatusEnumType = {}));
var SupportRequestStatusEnumType;
(function (SupportRequestStatusEnumType) {
SupportRequestStatusEnumType["Active"] = "ACTIVE";
SupportRequestStatusEnumType["Inactive"] = "INACTIVE";
})(SupportRequestStatusEnumType || (exports.SupportRequestStatusEnumType = SupportRequestStatusEnumType = {}));
var TimeFilterEnumType;
(function (TimeFilterEnumType) {
TimeFilterEnumType["AllTime"] = "ALL_TIME";
TimeFilterEnumType["CustomerDateRange"] = "CUSTOMER_DATE_RANGE";
TimeFilterEnumType["ThisMonth"] = "THIS_MONTH";
TimeFilterEnumType["ThisQuarter"] = "THIS_QUARTER";
TimeFilterEnumType["ThisWeek"] = "THIS_WEEK";
TimeFilterEnumType["Today"] = "TODAY";
})(TimeFilterEnumType || (exports.TimeFilterEnumType = TimeFilterEnumType = {}));
var UsageTypeEnumType;
(function (UsageTypeEnumType) {
UsageTypeEnumType["Cpu"] = "CPU";
UsageTypeEnumType["Disk"] = "DISK";
UsageTypeEnumType["Memory"] = "MEMORY";
UsageTypeEnumType["Network"] = "NETWORK";
})(UsageTypeEnumType || (exports.UsageTypeEnumType = UsageTypeEnumType = {}));
var UserInviteStatusEnumType;
(function (UserInviteStatusEnumType) {
UserInviteStatusEnumType["Accepted"] = "ACCEPTED";
UserInviteStatusEnumType["Invited"] = "INVITED";
UserInviteStatusEnumType["Rejected"] = "REJECTED";
})(UserInviteStatusEnumType || (exports.UserInviteStatusEnumType = UserInviteStatusEnumType = {}));
var UserStatusEnumType;
(function (UserStatusEnumType) {
UserStatusEnumType["Active"] = "ACTIVE";
UserStatusEnumType["Blocked"] = "BLOCKED";
UserStatusEnumType["Inactive"] = "INACTIVE";
})(UserStatusEnumType || (exports.UserStatusEnumType = UserStatusEnumType = {}));
var VideoTutorialStatusEnumType;
(function (VideoTutorialStatusEnumType) {
VideoTutorialStatusEnumType["Active"] = "ACTIVE";
VideoTutorialStatusEnumType["Inactive"] = "INACTIVE";
})(VideoTutorialStatusEnumType || (exports.VideoTutorialStatusEnumType = VideoTutorialStatusEnumType = {}));
var WalletStatusEnumType;
(function (WalletStatusEnumType) {
WalletStatusEnumType["Active"] = "ACTIVE";
WalletStatusEnumType["Inactive"] = "INACTIVE";
})(WalletStatusEnumType || (exports.WalletStatusEnumType = WalletStatusEnumType = {}));
var WalletTransactionEnumType;
(function (WalletTransactionEnumType) {
WalletTransactionEnumType["Credit"] = "CREDIT";
WalletTransactionEnumType["Debit"] = "DEBIT";
WalletTransactionEnumType["DebitHold"] = "DEBIT_HOLD";
})(WalletTransactionEnumType || (exports.WalletTransactionEnumType = WalletTransactionEnumType = {}));
exports.UploadCodeDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "UploadCode" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "file" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Upload" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "uploadCodeAsZip" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "file" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "file" } } }] }] } }] };
;