|
|
|
|
@@ -2657,6 +2657,12 @@ export type ConfigUserRoleComparisonExp = {
|
|
|
|
|
_nin?: InputMaybe<Array<Scalars['ConfigUserRole']>>;
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export type ContainerError = {
|
|
|
|
|
__typename?: 'ContainerError';
|
|
|
|
|
lastError: LastError;
|
|
|
|
|
name: Scalars['String'];
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
/** Boolean expression to compare columns of type "Int". All fields are combined with logical 'AND'. */
|
|
|
|
|
export type Int_Comparison_Exp = {
|
|
|
|
|
_eq?: InputMaybe<Scalars['Int']>;
|
|
|
|
|
@@ -2683,6 +2689,13 @@ export type InvoiceSummary = {
|
|
|
|
|
items: Array<InvoiceItem>;
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export type LastError = {
|
|
|
|
|
__typename?: 'LastError';
|
|
|
|
|
exitCode: Scalars['Int'];
|
|
|
|
|
message: Scalars['String'];
|
|
|
|
|
reason: Scalars['String'];
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export type Log = {
|
|
|
|
|
__typename?: 'Log';
|
|
|
|
|
log: Scalars['String'];
|
|
|
|
|
@@ -2695,6 +2708,33 @@ export type Metrics = {
|
|
|
|
|
value: Scalars['float64'];
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export type ProjectStatusResponse = {
|
|
|
|
|
__typename?: 'ProjectStatusResponse';
|
|
|
|
|
services: Array<ServiceStatus>;
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export type ReplicaStatus = {
|
|
|
|
|
__typename?: 'ReplicaStatus';
|
|
|
|
|
date: Scalars['Timestamp'];
|
|
|
|
|
errors: Array<ContainerError>;
|
|
|
|
|
ready: Scalars['Boolean'];
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export enum ServiceState {
|
|
|
|
|
Error = 'Error',
|
|
|
|
|
None = 'None',
|
|
|
|
|
Running = 'Running',
|
|
|
|
|
UpdateError = 'UpdateError',
|
|
|
|
|
Updating = 'Updating'
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
export type ServiceStatus = {
|
|
|
|
|
__typename?: 'ServiceStatus';
|
|
|
|
|
name: Scalars['String'];
|
|
|
|
|
replicas: Array<ReplicaStatus>;
|
|
|
|
|
state: ServiceState;
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export type StatsLiveApps = {
|
|
|
|
|
__typename?: 'StatsLiveApps';
|
|
|
|
|
appID: Array<Scalars['uuid']>;
|
|
|
|
|
@@ -15948,6 +15988,7 @@ export type Query_Root = {
|
|
|
|
|
getLogsVolume: Metrics;
|
|
|
|
|
getPostgresVolumeCapacity: Metrics;
|
|
|
|
|
getPostgresVolumeUsage: Metrics;
|
|
|
|
|
getProjectStatus: ProjectStatusResponse;
|
|
|
|
|
/**
|
|
|
|
|
* Returns list of label values for a given label within a range of time.
|
|
|
|
|
*
|
|
|
|
|
@@ -16801,6 +16842,11 @@ export type Query_RootGetPostgresVolumeUsageArgs = {
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
export type Query_RootGetProjectStatusArgs = {
|
|
|
|
|
appID: Scalars['String'];
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
export type Query_RootGetServiceLabelValuesArgs = {
|
|
|
|
|
appID: Scalars['String'];
|
|
|
|
|
};
|
|
|
|
|
@@ -17427,6 +17473,7 @@ export type Regions = {
|
|
|
|
|
domain: Scalars['String'];
|
|
|
|
|
id: Scalars['uuid'];
|
|
|
|
|
isGdprCompliant: Scalars['Boolean'];
|
|
|
|
|
name: Scalars['String'];
|
|
|
|
|
/** An object relationship */
|
|
|
|
|
region_type: Region_Type;
|
|
|
|
|
/** An array relationship */
|
|
|
|
|
@@ -17804,6 +17851,7 @@ export type Regions_Bool_Exp = {
|
|
|
|
|
domain?: InputMaybe<String_Comparison_Exp>;
|
|
|
|
|
id?: InputMaybe<Uuid_Comparison_Exp>;
|
|
|
|
|
isGdprCompliant?: InputMaybe<Boolean_Comparison_Exp>;
|
|
|
|
|
name?: InputMaybe<String_Comparison_Exp>;
|
|
|
|
|
region_type?: InputMaybe<Region_Type_Bool_Exp>;
|
|
|
|
|
regions_allowed_workspaces?: InputMaybe<Regions_Allowed_Workspace_Bool_Exp>;
|
|
|
|
|
regions_allowed_workspaces_aggregate?: InputMaybe<Regions_Allowed_Workspace_Aggregate_Bool_Exp>;
|
|
|
|
|
@@ -17831,6 +17879,7 @@ export type Regions_Insert_Input = {
|
|
|
|
|
domain?: InputMaybe<Scalars['String']>;
|
|
|
|
|
id?: InputMaybe<Scalars['uuid']>;
|
|
|
|
|
isGdprCompliant?: InputMaybe<Scalars['Boolean']>;
|
|
|
|
|
name?: InputMaybe<Scalars['String']>;
|
|
|
|
|
region_type?: InputMaybe<Region_Type_Obj_Rel_Insert_Input>;
|
|
|
|
|
regions_allowed_workspaces?: InputMaybe<Regions_Allowed_Workspace_Arr_Rel_Insert_Input>;
|
|
|
|
|
type?: InputMaybe<Region_Type_Enum>;
|
|
|
|
|
@@ -17847,6 +17896,7 @@ export type Regions_Max_Fields = {
|
|
|
|
|
description?: Maybe<Scalars['String']>;
|
|
|
|
|
domain?: Maybe<Scalars['String']>;
|
|
|
|
|
id?: Maybe<Scalars['uuid']>;
|
|
|
|
|
name?: Maybe<Scalars['String']>;
|
|
|
|
|
updatedAt?: Maybe<Scalars['timestamptz']>;
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
@@ -17859,6 +17909,7 @@ export type Regions_Max_Order_By = {
|
|
|
|
|
description?: InputMaybe<Order_By>;
|
|
|
|
|
domain?: InputMaybe<Order_By>;
|
|
|
|
|
id?: InputMaybe<Order_By>;
|
|
|
|
|
name?: InputMaybe<Order_By>;
|
|
|
|
|
updatedAt?: InputMaybe<Order_By>;
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
@@ -17872,6 +17923,7 @@ export type Regions_Min_Fields = {
|
|
|
|
|
description?: Maybe<Scalars['String']>;
|
|
|
|
|
domain?: Maybe<Scalars['String']>;
|
|
|
|
|
id?: Maybe<Scalars['uuid']>;
|
|
|
|
|
name?: Maybe<Scalars['String']>;
|
|
|
|
|
updatedAt?: Maybe<Scalars['timestamptz']>;
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
@@ -17884,6 +17936,7 @@ export type Regions_Min_Order_By = {
|
|
|
|
|
description?: InputMaybe<Order_By>;
|
|
|
|
|
domain?: InputMaybe<Order_By>;
|
|
|
|
|
id?: InputMaybe<Order_By>;
|
|
|
|
|
name?: InputMaybe<Order_By>;
|
|
|
|
|
updatedAt?: InputMaybe<Order_By>;
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
@@ -17924,6 +17977,7 @@ export type Regions_Order_By = {
|
|
|
|
|
domain?: InputMaybe<Order_By>;
|
|
|
|
|
id?: InputMaybe<Order_By>;
|
|
|
|
|
isGdprCompliant?: InputMaybe<Order_By>;
|
|
|
|
|
name?: InputMaybe<Order_By>;
|
|
|
|
|
region_type?: InputMaybe<Region_Type_Order_By>;
|
|
|
|
|
regions_allowed_workspaces_aggregate?: InputMaybe<Regions_Allowed_Workspace_Aggregate_Order_By>;
|
|
|
|
|
type?: InputMaybe<Order_By>;
|
|
|
|
|
@@ -17956,6 +18010,8 @@ export enum Regions_Select_Column {
|
|
|
|
|
/** column name */
|
|
|
|
|
IsGdprCompliant = 'isGdprCompliant',
|
|
|
|
|
/** column name */
|
|
|
|
|
Name = 'name',
|
|
|
|
|
/** column name */
|
|
|
|
|
Type = 'type',
|
|
|
|
|
/** column name */
|
|
|
|
|
UpdatedAt = 'updatedAt'
|
|
|
|
|
@@ -17988,6 +18044,7 @@ export type Regions_Set_Input = {
|
|
|
|
|
domain?: InputMaybe<Scalars['String']>;
|
|
|
|
|
id?: InputMaybe<Scalars['uuid']>;
|
|
|
|
|
isGdprCompliant?: InputMaybe<Scalars['Boolean']>;
|
|
|
|
|
name?: InputMaybe<Scalars['String']>;
|
|
|
|
|
type?: InputMaybe<Region_Type_Enum>;
|
|
|
|
|
updatedAt?: InputMaybe<Scalars['timestamptz']>;
|
|
|
|
|
};
|
|
|
|
|
@@ -18011,6 +18068,7 @@ export type Regions_Stream_Cursor_Value_Input = {
|
|
|
|
|
domain?: InputMaybe<Scalars['String']>;
|
|
|
|
|
id?: InputMaybe<Scalars['uuid']>;
|
|
|
|
|
isGdprCompliant?: InputMaybe<Scalars['Boolean']>;
|
|
|
|
|
name?: InputMaybe<Scalars['String']>;
|
|
|
|
|
type?: InputMaybe<Region_Type_Enum>;
|
|
|
|
|
updatedAt?: InputMaybe<Scalars['timestamptz']>;
|
|
|
|
|
};
|
|
|
|
|
@@ -18036,6 +18094,8 @@ export enum Regions_Update_Column {
|
|
|
|
|
/** column name */
|
|
|
|
|
IsGdprCompliant = 'isGdprCompliant',
|
|
|
|
|
/** column name */
|
|
|
|
|
Name = 'name',
|
|
|
|
|
/** column name */
|
|
|
|
|
Type = 'type',
|
|
|
|
|
/** column name */
|
|
|
|
|
UpdatedAt = 'updatedAt'
|
|
|
|
|
@@ -22765,7 +22825,7 @@ export type DeleteApplicationMutation = { __typename?: 'mutation_root', deleteAp
|
|
|
|
|
export type GetAllWorkspacesAndProjectsQueryVariables = Exact<{ [key: string]: never; }>;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
export type GetAllWorkspacesAndProjectsQuery = { __typename?: 'query_root', workspaces: Array<{ __typename?: 'workspaces', id: any, name: string, slug: string, creatorUserId?: any | null, workspaceMembers: Array<{ __typename?: 'workspaceMembers', id: any, type: string, user: { __typename?: 'users', id: any, email?: any | null, displayName: string } }>, projects: Array<{ __typename?: 'apps', id: any, slug: string, name: string, repositoryProductionBranch: string, subdomain: string, createdAt: any, desiredState: number, nhostBaseFolder: string, config?: { __typename?: 'ConfigConfig', observability: { __typename?: 'ConfigObservability', grafana: { __typename?: 'ConfigGrafana', adminPassword: string } }, hasura: { __typename?: 'ConfigHasura', adminSecret: string, settings?: { __typename?: 'ConfigHasuraSettings', enableConsole?: boolean | null } | null }, ai?: { __typename?: 'ConfigAI', version?: string | null } | null } | null, featureFlags: Array<{ __typename?: 'featureFlags', description: string, id: any, name: string, value: string }>, appStates: Array<{ __typename?: 'appStateHistory', id: any, appId: any, message?: string | null, stateId: number, createdAt: any }>, region: { __typename?: 'regions', id: any, countryCode: string, awsName: string, domain: string, city: string }, plan: { __typename?: 'plans', id: any, name: string, price: number, isFree: boolean, featureMaxDbSize: number }, githubRepository?: { __typename?: 'githubRepositories', fullName: string } | null, deployments: Array<{ __typename?: 'deployments', id: any, commitSHA: string, commitMessage?: string | null, commitUserName?: string | null, deploymentStartedAt?: any | null, deploymentEndedAt?: any | null, commitUserAvatarUrl?: string | null, deploymentStatus?: string | null }>, creator?: { __typename?: 'users', id: any, email?: any | null, displayName: string } | null }> }> };
|
|
|
|
|
export type GetAllWorkspacesAndProjectsQuery = { __typename?: 'query_root', workspaces: Array<{ __typename?: 'workspaces', id: any, name: string, slug: string, creatorUserId?: any | null, workspaceMembers: Array<{ __typename?: 'workspaceMembers', id: any, type: string, user: { __typename?: 'users', id: any, email?: any | null, displayName: string } }>, projects: Array<{ __typename?: 'apps', id: any, slug: string, name: string, repositoryProductionBranch: string, subdomain: string, createdAt: any, desiredState: number, nhostBaseFolder: string, config?: { __typename?: 'ConfigConfig', observability: { __typename?: 'ConfigObservability', grafana: { __typename?: 'ConfigGrafana', adminPassword: string } }, hasura: { __typename?: 'ConfigHasura', adminSecret: string, settings?: { __typename?: 'ConfigHasuraSettings', enableConsole?: boolean | null } | null }, ai?: { __typename?: 'ConfigAI', version?: string | null } | null } | null, featureFlags: Array<{ __typename?: 'featureFlags', description: string, id: any, name: string, value: string }>, appStates: Array<{ __typename?: 'appStateHistory', id: any, appId: any, message?: string | null, stateId: number, createdAt: any }>, region: { __typename?: 'regions', id: any, countryCode: string, name: string, domain: string, city: string }, plan: { __typename?: 'plans', id: any, name: string, price: number, isFree: boolean, featureMaxDbSize: number }, githubRepository?: { __typename?: 'githubRepositories', fullName: string } | null, deployments: Array<{ __typename?: 'deployments', id: any, commitSHA: string, commitMessage?: string | null, commitUserName?: string | null, deploymentStartedAt?: any | null, deploymentEndedAt?: any | null, commitUserAvatarUrl?: string | null, deploymentStatus?: string | null }>, creator?: { __typename?: 'users', id: any, email?: any | null, displayName: string } | null }> }> };
|
|
|
|
|
|
|
|
|
|
export type GetAppPlanAndGlobalPlansAppFragment = { __typename?: 'apps', id: any, subdomain: string, workspace: { __typename?: 'workspaces', id: any, paymentMethods: Array<{ __typename?: 'paymentMethods', id: any }> }, plan: { __typename?: 'plans', id: any, name: string } };
|
|
|
|
|
|
|
|
|
|
@@ -22822,7 +22882,7 @@ export type GetWorkspaceAndProjectQueryVariables = Exact<{
|
|
|
|
|
}>;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
export type GetWorkspaceAndProjectQuery = { __typename?: 'query_root', workspaces: Array<{ __typename?: 'workspaces', id: any, name: string, slug: string, creatorUserId?: any | null, workspaceMembers: Array<{ __typename?: 'workspaceMembers', id: any, type: string, user: { __typename?: 'users', id: any, email?: any | null, displayName: string } }>, projects: Array<{ __typename?: 'apps', id: any, slug: string, name: string, repositoryProductionBranch: string, subdomain: string, createdAt: any, desiredState: number, nhostBaseFolder: string, config?: { __typename?: 'ConfigConfig', observability: { __typename?: 'ConfigObservability', grafana: { __typename?: 'ConfigGrafana', adminPassword: string } }, hasura: { __typename?: 'ConfigHasura', adminSecret: string, settings?: { __typename?: 'ConfigHasuraSettings', enableConsole?: boolean | null } | null }, ai?: { __typename?: 'ConfigAI', version?: string | null } | null } | null, featureFlags: Array<{ __typename?: 'featureFlags', description: string, id: any, name: string, value: string }>, appStates: Array<{ __typename?: 'appStateHistory', id: any, appId: any, message?: string | null, stateId: number, createdAt: any }>, region: { __typename?: 'regions', id: any, countryCode: string, awsName: string, domain: string, city: string }, plan: { __typename?: 'plans', id: any, name: string, price: number, isFree: boolean, featureMaxDbSize: number }, githubRepository?: { __typename?: 'githubRepositories', fullName: string } | null, deployments: Array<{ __typename?: 'deployments', id: any, commitSHA: string, commitMessage?: string | null, commitUserName?: string | null, deploymentStartedAt?: any | null, deploymentEndedAt?: any | null, commitUserAvatarUrl?: string | null, deploymentStatus?: string | null }>, creator?: { __typename?: 'users', id: any, email?: any | null, displayName: string } | null }> }> };
|
|
|
|
|
export type GetWorkspaceAndProjectQuery = { __typename?: 'query_root', workspaces: Array<{ __typename?: 'workspaces', id: any, name: string, slug: string, creatorUserId?: any | null, workspaceMembers: Array<{ __typename?: 'workspaceMembers', id: any, type: string, user: { __typename?: 'users', id: any, email?: any | null, displayName: string } }>, projects: Array<{ __typename?: 'apps', id: any, slug: string, name: string, repositoryProductionBranch: string, subdomain: string, createdAt: any, desiredState: number, nhostBaseFolder: string, config?: { __typename?: 'ConfigConfig', observability: { __typename?: 'ConfigObservability', grafana: { __typename?: 'ConfigGrafana', adminPassword: string } }, hasura: { __typename?: 'ConfigHasura', adminSecret: string, settings?: { __typename?: 'ConfigHasuraSettings', enableConsole?: boolean | null } | null }, ai?: { __typename?: 'ConfigAI', version?: string | null } | null } | null, featureFlags: Array<{ __typename?: 'featureFlags', description: string, id: any, name: string, value: string }>, appStates: Array<{ __typename?: 'appStateHistory', id: any, appId: any, message?: string | null, stateId: number, createdAt: any }>, region: { __typename?: 'regions', id: any, countryCode: string, name: string, domain: string, city: string }, plan: { __typename?: 'plans', id: any, name: string, price: number, isFree: boolean, featureMaxDbSize: number }, githubRepository?: { __typename?: 'githubRepositories', fullName: string } | null, deployments: Array<{ __typename?: 'deployments', id: any, commitSHA: string, commitMessage?: string | null, commitUserName?: string | null, deploymentStartedAt?: any | null, deploymentEndedAt?: any | null, commitUserAvatarUrl?: string | null, deploymentStatus?: string | null }>, creator?: { __typename?: 'users', id: any, email?: any | null, displayName: string } | null }> }> };
|
|
|
|
|
|
|
|
|
|
export type InsertApplicationMutationVariables = Exact<{
|
|
|
|
|
app: Apps_Insert_Input;
|
|
|
|
|
@@ -23014,9 +23074,9 @@ export type GetFilesAggregateQuery = { __typename?: 'query_root', filesAggregate
|
|
|
|
|
|
|
|
|
|
export type AppStateHistoryFragment = { __typename?: 'appStateHistory', id: any, appId: any, message?: string | null, stateId: number, createdAt: any };
|
|
|
|
|
|
|
|
|
|
export type ProjectFragment = { __typename?: 'apps', id: any, slug: string, name: string, repositoryProductionBranch: string, subdomain: string, createdAt: any, desiredState: number, nhostBaseFolder: string, config?: { __typename?: 'ConfigConfig', observability: { __typename?: 'ConfigObservability', grafana: { __typename?: 'ConfigGrafana', adminPassword: string } }, hasura: { __typename?: 'ConfigHasura', adminSecret: string, settings?: { __typename?: 'ConfigHasuraSettings', enableConsole?: boolean | null } | null }, ai?: { __typename?: 'ConfigAI', version?: string | null } | null } | null, featureFlags: Array<{ __typename?: 'featureFlags', description: string, id: any, name: string, value: string }>, appStates: Array<{ __typename?: 'appStateHistory', id: any, appId: any, message?: string | null, stateId: number, createdAt: any }>, region: { __typename?: 'regions', id: any, countryCode: string, awsName: string, domain: string, city: string }, plan: { __typename?: 'plans', id: any, name: string, price: number, isFree: boolean, featureMaxDbSize: number }, githubRepository?: { __typename?: 'githubRepositories', fullName: string } | null, deployments: Array<{ __typename?: 'deployments', id: any, commitSHA: string, commitMessage?: string | null, commitUserName?: string | null, deploymentStartedAt?: any | null, deploymentEndedAt?: any | null, commitUserAvatarUrl?: string | null, deploymentStatus?: string | null }>, creator?: { __typename?: 'users', id: any, email?: any | null, displayName: string } | null };
|
|
|
|
|
export type ProjectFragment = { __typename?: 'apps', id: any, slug: string, name: string, repositoryProductionBranch: string, subdomain: string, createdAt: any, desiredState: number, nhostBaseFolder: string, config?: { __typename?: 'ConfigConfig', observability: { __typename?: 'ConfigObservability', grafana: { __typename?: 'ConfigGrafana', adminPassword: string } }, hasura: { __typename?: 'ConfigHasura', adminSecret: string, settings?: { __typename?: 'ConfigHasuraSettings', enableConsole?: boolean | null } | null }, ai?: { __typename?: 'ConfigAI', version?: string | null } | null } | null, featureFlags: Array<{ __typename?: 'featureFlags', description: string, id: any, name: string, value: string }>, appStates: Array<{ __typename?: 'appStateHistory', id: any, appId: any, message?: string | null, stateId: number, createdAt: any }>, region: { __typename?: 'regions', id: any, countryCode: string, name: string, domain: string, city: string }, plan: { __typename?: 'plans', id: any, name: string, price: number, isFree: boolean, featureMaxDbSize: number }, githubRepository?: { __typename?: 'githubRepositories', fullName: string } | null, deployments: Array<{ __typename?: 'deployments', id: any, commitSHA: string, commitMessage?: string | null, commitUserName?: string | null, deploymentStartedAt?: any | null, deploymentEndedAt?: any | null, commitUserAvatarUrl?: string | null, deploymentStatus?: string | null }>, creator?: { __typename?: 'users', id: any, email?: any | null, displayName: string } | null };
|
|
|
|
|
|
|
|
|
|
export type WorkspaceFragment = { __typename?: 'workspaces', id: any, name: string, slug: string, creatorUserId?: any | null, workspaceMembers: Array<{ __typename?: 'workspaceMembers', id: any, type: string, user: { __typename?: 'users', id: any, email?: any | null, displayName: string } }>, projects: Array<{ __typename?: 'apps', id: any, slug: string, name: string, repositoryProductionBranch: string, subdomain: string, createdAt: any, desiredState: number, nhostBaseFolder: string, config?: { __typename?: 'ConfigConfig', observability: { __typename?: 'ConfigObservability', grafana: { __typename?: 'ConfigGrafana', adminPassword: string } }, hasura: { __typename?: 'ConfigHasura', adminSecret: string, settings?: { __typename?: 'ConfigHasuraSettings', enableConsole?: boolean | null } | null }, ai?: { __typename?: 'ConfigAI', version?: string | null } | null } | null, featureFlags: Array<{ __typename?: 'featureFlags', description: string, id: any, name: string, value: string }>, appStates: Array<{ __typename?: 'appStateHistory', id: any, appId: any, message?: string | null, stateId: number, createdAt: any }>, region: { __typename?: 'regions', id: any, countryCode: string, awsName: string, domain: string, city: string }, plan: { __typename?: 'plans', id: any, name: string, price: number, isFree: boolean, featureMaxDbSize: number }, githubRepository?: { __typename?: 'githubRepositories', fullName: string } | null, deployments: Array<{ __typename?: 'deployments', id: any, commitSHA: string, commitMessage?: string | null, commitUserName?: string | null, deploymentStartedAt?: any | null, deploymentEndedAt?: any | null, commitUserAvatarUrl?: string | null, deploymentStatus?: string | null }>, creator?: { __typename?: 'users', id: any, email?: any | null, displayName: string } | null }> };
|
|
|
|
|
export type WorkspaceFragment = { __typename?: 'workspaces', id: any, name: string, slug: string, creatorUserId?: any | null, workspaceMembers: Array<{ __typename?: 'workspaceMembers', id: any, type: string, user: { __typename?: 'users', id: any, email?: any | null, displayName: string } }>, projects: Array<{ __typename?: 'apps', id: any, slug: string, name: string, repositoryProductionBranch: string, subdomain: string, createdAt: any, desiredState: number, nhostBaseFolder: string, config?: { __typename?: 'ConfigConfig', observability: { __typename?: 'ConfigObservability', grafana: { __typename?: 'ConfigGrafana', adminPassword: string } }, hasura: { __typename?: 'ConfigHasura', adminSecret: string, settings?: { __typename?: 'ConfigHasuraSettings', enableConsole?: boolean | null } | null }, ai?: { __typename?: 'ConfigAI', version?: string | null } | null } | null, featureFlags: Array<{ __typename?: 'featureFlags', description: string, id: any, name: string, value: string }>, appStates: Array<{ __typename?: 'appStateHistory', id: any, appId: any, message?: string | null, stateId: number, createdAt: any }>, region: { __typename?: 'regions', id: any, countryCode: string, name: string, domain: string, city: string }, plan: { __typename?: 'plans', id: any, name: string, price: number, isFree: boolean, featureMaxDbSize: number }, githubRepository?: { __typename?: 'githubRepositories', fullName: string } | null, deployments: Array<{ __typename?: 'deployments', id: any, commitSHA: string, commitMessage?: string | null, commitUserName?: string | null, deploymentStartedAt?: any | null, deploymentEndedAt?: any | null, commitUserAvatarUrl?: string | null, deploymentStatus?: string | null }>, creator?: { __typename?: 'users', id: any, email?: any | null, displayName: string } | null }> };
|
|
|
|
|
|
|
|
|
|
export type GithubRepositoryFragment = { __typename?: 'githubRepositories', id: any, name: string, fullName: string, private: boolean, githubAppInstallation: { __typename?: 'githubAppInstallations', id: any, accountLogin?: string | null, accountType?: string | null, accountAvatarUrl?: string | null } };
|
|
|
|
|
|
|
|
|
|
@@ -23559,7 +23619,7 @@ export const ProjectFragmentDoc = gql`
|
|
|
|
|
region {
|
|
|
|
|
id
|
|
|
|
|
countryCode
|
|
|
|
|
awsName
|
|
|
|
|
name
|
|
|
|
|
domain
|
|
|
|
|
city
|
|
|
|
|
}
|
|
|
|
|
|