@@ -650,7 +650,7 @@ export type Query = {
650
650
currentWorkspace : Workspace ;
651
651
field : Field ;
652
652
fields : FieldConnection ;
653
- findAvailableRemoteTablesByServerId : Array < RemoteTable > ;
653
+ findDistantTablesWithStatus : Array < RemoteTable > ;
654
654
findManyRemoteServersByType : Array < RemoteServer > ;
655
655
findOneRemoteServerById : RemoteServer ;
656
656
findWorkspaceFromInviteHash : Workspace ;
@@ -694,7 +694,7 @@ export type QueryFieldsArgs = {
694
694
} ;
695
695
696
696
697
- export type QueryFindAvailableRemoteTablesByServerIdArgs = {
697
+ export type QueryFindDistantTablesWithStatusArgs = {
698
698
input : FindManyRemoteTablesInput ;
699
699
} ;
700
700
@@ -1329,7 +1329,7 @@ export type GetManyRemoteTablesQueryVariables = Exact<{
1329
1329
} > ;
1330
1330
1331
1331
1332
- export type GetManyRemoteTablesQuery = { __typename ?: 'Query' , findAvailableRemoteTablesByServerId : Array < { __typename ?: 'RemoteTable' , id ?: any | null , name : string , schema ?: string | null , status : RemoteTableStatus , schemaPendingUpdates ?: Array < DistantTableUpdate > | null } > } ;
1332
+ export type GetManyRemoteTablesQuery = { __typename ?: 'Query' , findDistantTablesWithStatus : Array < { __typename ?: 'RemoteTable' , id ?: any | null , name : string , schema ?: string | null , status : RemoteTableStatus , schemaPendingUpdates ?: Array < DistantTableUpdate > | null } > } ;
1333
1333
1334
1334
export type GetOneDatabaseConnectionQueryVariables = Exact < {
1335
1335
input : RemoteServerIdInput ;
@@ -1413,7 +1413,7 @@ export const SyncRemoteTableSchemaChangesDocument = {"kind":"Document","definiti
1413
1413
export const UnsyncRemoteTableDocument = { "kind" :"Document" , "definitions" :[ { "kind" :"OperationDefinition" , "operation" :"mutation" , "name" :{ "kind" :"Name" , "value" :"unsyncRemoteTable" } , "variableDefinitions" :[ { "kind" :"VariableDefinition" , "variable" :{ "kind" :"Variable" , "name" :{ "kind" :"Name" , "value" :"input" } } , "type" :{ "kind" :"NonNullType" , "type" :{ "kind" :"NamedType" , "name" :{ "kind" :"Name" , "value" :"RemoteTableInput" } } } } ] , "selectionSet" :{ "kind" :"SelectionSet" , "selections" :[ { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"unsyncRemoteTable" } , "arguments" :[ { "kind" :"Argument" , "name" :{ "kind" :"Name" , "value" :"input" } , "value" :{ "kind" :"Variable" , "name" :{ "kind" :"Name" , "value" :"input" } } } ] , "selectionSet" :{ "kind" :"SelectionSet" , "selections" :[ { "kind" :"FragmentSpread" , "name" :{ "kind" :"Name" , "value" :"RemoteTableFields" } } ] } } ] } } , { "kind" :"FragmentDefinition" , "name" :{ "kind" :"Name" , "value" :"RemoteTableFields" } , "typeCondition" :{ "kind" :"NamedType" , "name" :{ "kind" :"Name" , "value" :"RemoteTable" } } , "selectionSet" :{ "kind" :"SelectionSet" , "selections" :[ { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"id" } } , { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"name" } } , { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"schema" } } , { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"status" } } , { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"schemaPendingUpdates" } } ] } } ] } as unknown as DocumentNode < UnsyncRemoteTableMutation , UnsyncRemoteTableMutationVariables > ;
1414
1414
export const UpdateServerDocument = { "kind" :"Document" , "definitions" :[ { "kind" :"OperationDefinition" , "operation" :"mutation" , "name" :{ "kind" :"Name" , "value" :"updateServer" } , "variableDefinitions" :[ { "kind" :"VariableDefinition" , "variable" :{ "kind" :"Variable" , "name" :{ "kind" :"Name" , "value" :"input" } } , "type" :{ "kind" :"NonNullType" , "type" :{ "kind" :"NamedType" , "name" :{ "kind" :"Name" , "value" :"UpdateRemoteServerInput" } } } } ] , "selectionSet" :{ "kind" :"SelectionSet" , "selections" :[ { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"updateOneRemoteServer" } , "arguments" :[ { "kind" :"Argument" , "name" :{ "kind" :"Name" , "value" :"input" } , "value" :{ "kind" :"Variable" , "name" :{ "kind" :"Name" , "value" :"input" } } } ] , "selectionSet" :{ "kind" :"SelectionSet" , "selections" :[ { "kind" :"FragmentSpread" , "name" :{ "kind" :"Name" , "value" :"RemoteServerFields" } } ] } } ] } } , { "kind" :"FragmentDefinition" , "name" :{ "kind" :"Name" , "value" :"RemoteServerFields" } , "typeCondition" :{ "kind" :"NamedType" , "name" :{ "kind" :"Name" , "value" :"RemoteServer" } } , "selectionSet" :{ "kind" :"SelectionSet" , "selections" :[ { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"id" } } , { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"createdAt" } } , { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"foreignDataWrapperId" } } , { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"foreignDataWrapperOptions" } } , { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"foreignDataWrapperType" } } , { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"userMappingOptions" } , "selectionSet" :{ "kind" :"SelectionSet" , "selections" :[ { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"user" } } ] } } , { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"updatedAt" } } , { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"schema" } } ] } } ] } as unknown as DocumentNode < UpdateServerMutation , UpdateServerMutationVariables > ;
1415
1415
export const GetManyDatabaseConnectionsDocument = { "kind" :"Document" , "definitions" :[ { "kind" :"OperationDefinition" , "operation" :"query" , "name" :{ "kind" :"Name" , "value" :"GetManyDatabaseConnections" } , "variableDefinitions" :[ { "kind" :"VariableDefinition" , "variable" :{ "kind" :"Variable" , "name" :{ "kind" :"Name" , "value" :"input" } } , "type" :{ "kind" :"NonNullType" , "type" :{ "kind" :"NamedType" , "name" :{ "kind" :"Name" , "value" :"RemoteServerTypeInput" } } } } ] , "selectionSet" :{ "kind" :"SelectionSet" , "selections" :[ { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"findManyRemoteServersByType" } , "arguments" :[ { "kind" :"Argument" , "name" :{ "kind" :"Name" , "value" :"input" } , "value" :{ "kind" :"Variable" , "name" :{ "kind" :"Name" , "value" :"input" } } } ] , "selectionSet" :{ "kind" :"SelectionSet" , "selections" :[ { "kind" :"FragmentSpread" , "name" :{ "kind" :"Name" , "value" :"RemoteServerFields" } } ] } } ] } } , { "kind" :"FragmentDefinition" , "name" :{ "kind" :"Name" , "value" :"RemoteServerFields" } , "typeCondition" :{ "kind" :"NamedType" , "name" :{ "kind" :"Name" , "value" :"RemoteServer" } } , "selectionSet" :{ "kind" :"SelectionSet" , "selections" :[ { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"id" } } , { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"createdAt" } } , { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"foreignDataWrapperId" } } , { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"foreignDataWrapperOptions" } } , { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"foreignDataWrapperType" } } , { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"userMappingOptions" } , "selectionSet" :{ "kind" :"SelectionSet" , "selections" :[ { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"user" } } ] } } , { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"updatedAt" } } , { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"schema" } } ] } } ] } as unknown as DocumentNode < GetManyDatabaseConnectionsQuery , GetManyDatabaseConnectionsQueryVariables > ;
1416
- export const GetManyRemoteTablesDocument = { "kind" :"Document" , "definitions" :[ { "kind" :"OperationDefinition" , "operation" :"query" , "name" :{ "kind" :"Name" , "value" :"GetManyRemoteTables" } , "variableDefinitions" :[ { "kind" :"VariableDefinition" , "variable" :{ "kind" :"Variable" , "name" :{ "kind" :"Name" , "value" :"input" } } , "type" :{ "kind" :"NonNullType" , "type" :{ "kind" :"NamedType" , "name" :{ "kind" :"Name" , "value" :"FindManyRemoteTablesInput" } } } } ] , "selectionSet" :{ "kind" :"SelectionSet" , "selections" :[ { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"findAvailableRemoteTablesByServerId" } , "arguments" :[ { "kind" :"Argument" , "name" :{ "kind" :"Name" , "value" :"input" } , "value" :{ "kind" :"Variable" , "name" :{ "kind" :"Name" , "value" :"input" } } } ] , "selectionSet" :{ "kind" :"SelectionSet" , "selections" :[ { "kind" :"FragmentSpread" , "name" :{ "kind" :"Name" , "value" :"RemoteTableFields" } } ] } } ] } } , { "kind" :"FragmentDefinition" , "name" :{ "kind" :"Name" , "value" :"RemoteTableFields" } , "typeCondition" :{ "kind" :"NamedType" , "name" :{ "kind" :"Name" , "value" :"RemoteTable" } } , "selectionSet" :{ "kind" :"SelectionSet" , "selections" :[ { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"id" } } , { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"name" } } , { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"schema" } } , { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"status" } } , { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"schemaPendingUpdates" } } ] } } ] } as unknown as DocumentNode < GetManyRemoteTablesQuery , GetManyRemoteTablesQueryVariables > ;
1416
+ export const GetManyRemoteTablesDocument = { "kind" :"Document" , "definitions" :[ { "kind" :"OperationDefinition" , "operation" :"query" , "name" :{ "kind" :"Name" , "value" :"GetManyRemoteTables" } , "variableDefinitions" :[ { "kind" :"VariableDefinition" , "variable" :{ "kind" :"Variable" , "name" :{ "kind" :"Name" , "value" :"input" } } , "type" :{ "kind" :"NonNullType" , "type" :{ "kind" :"NamedType" , "name" :{ "kind" :"Name" , "value" :"FindManyRemoteTablesInput" } } } } ] , "selectionSet" :{ "kind" :"SelectionSet" , "selections" :[ { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"findDistantTablesWithStatus" } , "arguments" :[ { "kind" :"Argument" , "name" :{ "kind" :"Name" , "value" :"input" } , "value" :{ "kind" :"Variable" , "name" :{ "kind" :"Name" , "value" :"input" } } } ] , "selectionSet" :{ "kind" :"SelectionSet" , "selections" :[ { "kind" :"FragmentSpread" , "name" :{ "kind" :"Name" , "value" :"RemoteTableFields" } } ] } } ] } } , { "kind" :"FragmentDefinition" , "name" :{ "kind" :"Name" , "value" :"RemoteTableFields" } , "typeCondition" :{ "kind" :"NamedType" , "name" :{ "kind" :"Name" , "value" :"RemoteTable" } } , "selectionSet" :{ "kind" :"SelectionSet" , "selections" :[ { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"id" } } , { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"name" } } , { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"schema" } } , { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"status" } } , { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"schemaPendingUpdates" } } ] } } ] } as unknown as DocumentNode < GetManyRemoteTablesQuery , GetManyRemoteTablesQueryVariables > ;
1417
1417
export const GetOneDatabaseConnectionDocument = { "kind" :"Document" , "definitions" :[ { "kind" :"OperationDefinition" , "operation" :"query" , "name" :{ "kind" :"Name" , "value" :"GetOneDatabaseConnection" } , "variableDefinitions" :[ { "kind" :"VariableDefinition" , "variable" :{ "kind" :"Variable" , "name" :{ "kind" :"Name" , "value" :"input" } } , "type" :{ "kind" :"NonNullType" , "type" :{ "kind" :"NamedType" , "name" :{ "kind" :"Name" , "value" :"RemoteServerIdInput" } } } } ] , "selectionSet" :{ "kind" :"SelectionSet" , "selections" :[ { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"findOneRemoteServerById" } , "arguments" :[ { "kind" :"Argument" , "name" :{ "kind" :"Name" , "value" :"input" } , "value" :{ "kind" :"Variable" , "name" :{ "kind" :"Name" , "value" :"input" } } } ] , "selectionSet" :{ "kind" :"SelectionSet" , "selections" :[ { "kind" :"FragmentSpread" , "name" :{ "kind" :"Name" , "value" :"RemoteServerFields" } } ] } } ] } } , { "kind" :"FragmentDefinition" , "name" :{ "kind" :"Name" , "value" :"RemoteServerFields" } , "typeCondition" :{ "kind" :"NamedType" , "name" :{ "kind" :"Name" , "value" :"RemoteServer" } } , "selectionSet" :{ "kind" :"SelectionSet" , "selections" :[ { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"id" } } , { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"createdAt" } } , { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"foreignDataWrapperId" } } , { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"foreignDataWrapperOptions" } } , { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"foreignDataWrapperType" } } , { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"userMappingOptions" } , "selectionSet" :{ "kind" :"SelectionSet" , "selections" :[ { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"user" } } ] } } , { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"updatedAt" } } , { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"schema" } } ] } } ] } as unknown as DocumentNode < GetOneDatabaseConnectionQuery , GetOneDatabaseConnectionQueryVariables > ;
1418
1418
export const CreateOneObjectMetadataItemDocument = { "kind" :"Document" , "definitions" :[ { "kind" :"OperationDefinition" , "operation" :"mutation" , "name" :{ "kind" :"Name" , "value" :"CreateOneObjectMetadataItem" } , "variableDefinitions" :[ { "kind" :"VariableDefinition" , "variable" :{ "kind" :"Variable" , "name" :{ "kind" :"Name" , "value" :"input" } } , "type" :{ "kind" :"NonNullType" , "type" :{ "kind" :"NamedType" , "name" :{ "kind" :"Name" , "value" :"CreateOneObjectInput" } } } } ] , "selectionSet" :{ "kind" :"SelectionSet" , "selections" :[ { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"createOneObject" } , "arguments" :[ { "kind" :"Argument" , "name" :{ "kind" :"Name" , "value" :"input" } , "value" :{ "kind" :"Variable" , "name" :{ "kind" :"Name" , "value" :"input" } } } ] , "selectionSet" :{ "kind" :"SelectionSet" , "selections" :[ { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"id" } } , { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"dataSourceId" } } , { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"nameSingular" } } , { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"namePlural" } } , { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"labelSingular" } } , { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"labelPlural" } } , { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"description" } } , { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"icon" } } , { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"isCustom" } } , { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"isActive" } } , { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"createdAt" } } , { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"updatedAt" } } , { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"labelIdentifierFieldMetadataId" } } , { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"imageIdentifierFieldMetadataId" } } ] } } ] } } ] } as unknown as DocumentNode < CreateOneObjectMetadataItemMutation , CreateOneObjectMetadataItemMutationVariables > ;
1419
1419
export const CreateOneFieldMetadataItemDocument = { "kind" :"Document" , "definitions" :[ { "kind" :"OperationDefinition" , "operation" :"mutation" , "name" :{ "kind" :"Name" , "value" :"CreateOneFieldMetadataItem" } , "variableDefinitions" :[ { "kind" :"VariableDefinition" , "variable" :{ "kind" :"Variable" , "name" :{ "kind" :"Name" , "value" :"input" } } , "type" :{ "kind" :"NonNullType" , "type" :{ "kind" :"NamedType" , "name" :{ "kind" :"Name" , "value" :"CreateOneFieldMetadataInput" } } } } ] , "selectionSet" :{ "kind" :"SelectionSet" , "selections" :[ { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"createOneField" } , "arguments" :[ { "kind" :"Argument" , "name" :{ "kind" :"Name" , "value" :"input" } , "value" :{ "kind" :"Variable" , "name" :{ "kind" :"Name" , "value" :"input" } } } ] , "selectionSet" :{ "kind" :"SelectionSet" , "selections" :[ { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"id" } } , { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"type" } } , { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"name" } } , { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"label" } } , { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"description" } } , { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"icon" } } , { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"isCustom" } } , { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"isActive" } } , { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"isNullable" } } , { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"createdAt" } } , { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"updatedAt" } } , { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"defaultValue" } } , { "kind" :"Field" , "name" :{ "kind" :"Name" , "value" :"options" } } ] } } ] } } ] } as unknown as DocumentNode < CreateOneFieldMetadataItemMutation , CreateOneFieldMetadataItemMutationVariables > ;
0 commit comments