AuthCheck
Object| Field | Type | Description |
|---|---|---|
| error | ||
| oAuthUrl | ||
| required | Boolean!required | |
| success | Boolean!required | |
| type | ServiceAuthType!required |
BaseServiceMetadata
Object| Field | Type | Description |
|---|---|---|
| customActions | [CustomActionMetadata!]!required | |
| eventSources | [EventSourceMetadata!]!required | |
| events | [EventMetadata!]!required |
Catalog
Object| Field | Type | Description |
|---|---|---|
| alias | String!required | |
| autoSync | Boolean!required | |
| connection | Connection!required | |
| connectionID | ID!required | |
| createdAt | Time!required | |
| deletedAt | ||
| description | ||
| id | ID!required | |
| label | String!required | |
| metaGraph | MetaGraph!required | |
| models | ModelConnection!required | |
| name | String!required | |
| organization | Organization!required | |
| organizationID | ID!required | |
| queryDialect | String!required | |
| schemas | SchemaRefConnection!required | |
| sources | SourceConnection!required | |
| spaces | ||
| syncError | ||
| syncStatus | SyncStatus!required | |
| syncedAt | ||
| updatedAt | Time!required |
CatalogConnection
ObjectA connection to a list of items.
CatalogCreated
ObjectCatalogDeleted
ObjectCatalogEdge
ObjectAn edge in a connection.
CatalogServiceMetadata
Object| Field | Type | Description |
|---|---|---|
| dataTypes | [DataTypeMetadata!]!required | |
| defaultCatalog | ||
| queryDialect | String!required |
CatalogUpdated
ObjectColumnRef
Object| Field | Type | Description |
|---|---|---|
| alias | String!required | |
| createdAt | Time!required | |
| deletedAt | ||
| description | ||
| dtype | String!required | |
| fields | ||
| id | ID!required | |
| name | String!required | |
| nullable | Boolean!required | |
| ordinal | Int!required | |
| primaryKey | Boolean!required | |
| repeated | Boolean!required | |
| sqlQueries | SQLQueryConnection!required | |
| table | TableRef!required | |
| tableID | ID!required | |
| updatedAt | Time!required |
ColumnRefConnection
ObjectA connection to a list of items.
ColumnRefCreated
ObjectColumnRefDeleted
ObjectColumnRefEdge
ObjectAn edge in a connection.
ColumnRefUpdated
ObjectConfigCheck
ObjectConnection
Object| Field | Type | Description |
|---|---|---|
| baseService | BaseServiceMetadata!required | |
| catalogService | ||
| catalogs | CatalogConnection!required | |
| connectionUsers | ||
| createdAt | Time!required | |
| destinationService | ||
| embeddingService | ||
| id | ID!required | |
| integration | Integration!required | |
| integrationID | ID!required | |
| name | String!required | |
| organizationID | ID!required | |
| organizations | ||
| owner | Organization!required | |
| slug | String!required | |
| sourceService | ||
| sourceTypes | SourceTypeConnection!required | |
| sources | SourceConnection!required | |
| updatedAt | Time!required | |
| visibility | Visibility!required |
ConnectionCheck
Object| Field | Type | Description |
|---|---|---|
| authCheck | AuthCheck!required | |
| configCheck | ConfigCheck!required |
ConnectionConnection
ObjectA connection to a list of items.
ConnectionCreated
Object| Field | Type | Description |
|---|---|---|
| connection | ||
| created | Boolean!required | |
| error |
ConnectionDeleted
ObjectConnectionEdge
ObjectAn edge in a connection.
| Field | Type | Description |
|---|---|---|
| cursor | Cursor!required | A cursor for use in pagination. |
| node | The item at the end of the edge. |
ConnectionUpdated
Object| Field | Type | Description |
|---|---|---|
| connection | ||
| error | ||
| updated | Boolean!required |
ConnectionUser
Object| Field | Type | Description |
|---|---|---|
| connection | Connection!required | |
| connectionID | ID!required | |
| createdAt | Time!required | |
| id | ID!required | |
| organization | Organization!required | |
| organizationID | ID!required | |
| updatedAt | Time!required | |
| user | User!required | |
| userID | ID!required |
ConnectionUserConnection
ObjectA connection to a list of items.
ConnectionUserCreated
Object| Field | Type | Description |
|---|---|---|
| connectionUser | ||
| created | Boolean!required | |
| error |
ConnectionUserDeleted
ObjectConnectionUserEdge
ObjectAn edge in a connection.
| Field | Type | Description |
|---|---|---|
| cursor | Cursor!required | A cursor for use in pagination. |
| node | The item at the end of the edge. |
ConnectionUserUpdated
Object| Field | Type | Description |
|---|---|---|
| connectionUser | ||
| error | ||
| updated | Boolean!required |
CustomActionMetadata
ObjectDataTypeMetadata
ObjectDestination
Object| Field | Type | Description |
|---|---|---|
| connection | Connection!required | |
| connectionID | ID!required | |
| createdAt | Time!required | |
| id | ID!required | |
| name | String!required | |
| organization | Organization!required | |
| organizationID | ID!required | |
| providerID | String!required | |
| sources | ||
| tzName | String!required | Timezone name (e.g. America/Los_Angeles) |
| updatedAt | Time!required |
DestinationConfig
ObjectDestinationConnection
ObjectA connection to a list of items.
DestinationCreated
Object| Field | Type | Description |
|---|---|---|
| created | Boolean!required | |
| destination | ||
| error |
DestinationDeleted
ObjectDestinationEdge
ObjectAn edge in a connection.
| Field | Type | Description |
|---|---|---|
| cursor | Cursor!required | A cursor for use in pagination. |
| node | The item at the end of the edge. |
DestinationServiceMetadata
Object| Field | Type | Description |
|---|---|---|
| destinationConfigs | [DestinationConfig!]!required |
DestinationUpdated
Object| Field | Type | Description |
|---|---|---|
| destination | ||
| error | ||
| updated | Boolean!required |
EmbeddingModelMetadata
ObjectEmbeddingServiceMetadata
Object| Field | Type | Description |
|---|---|---|
| models | [EmbeddingModelMetadata!]!required |
EventMetadata
ObjectEventSource
Object| Field | Type | Description |
|---|---|---|
| connection | Connection!required | |
| connectionID | ID!required | |
| createdAt | Time!required | |
| creationAt | ||
| error | ||
| id | ID!required | |
| name | String!required | |
| pullFreq | Pull frequency in string format, e.g.: "1s", "2.3h" or "4h35m" | |
| pushUrl | ||
| requiresCreation | Boolean!required | |
| slug | String!required | |
| startedAt | ||
| status | EventSourceStatus!required | |
| stoppedAt | ||
| strategy | EventSourceStrategy!required | |
| updatedAt | Time!required |
EventSourceConnection
ObjectA connection to a list of items.
EventSourceCreated
Object| Field | Type | Description |
|---|---|---|
| created | Boolean!required | |
| error | ||
| eventSource |
EventSourceDeleted
ObjectEventSourceEdge
ObjectAn edge in a connection.
| Field | Type | Description |
|---|---|---|
| cursor | Cursor!required | A cursor for use in pagination. |
| node | The item at the end of the edge. |
EventSourceMetadata
Object| Field | Type | Description |
|---|---|---|
| configSchema | String!required | |
| description | String!required | |
| name | String!required | |
| strategy | EventSourceStrategy!required |
EventSourceUpdated
Object| Field | Type | Description |
|---|---|---|
| error | ||
| eventSource | ||
| updated | Boolean!required |
ExternalDataSource
Object| Field | Type | Description |
|---|---|---|
| id | String!required | |
| provider | ReportProvider!required | |
| url | String!required |
ExternalReport
Object| Field | Type | Description |
|---|---|---|
| dataSource | ||
| id | String!required | |
| provider | ReportProvider!required | |
| url | String!required |
Field
ObjectFlow
Object| Field | Type | Description |
|---|---|---|
| body | Map!required | |
| createdAt | Time!required | |
| description | ||
| id | ID!required | |
| metaGraph | MetaGraph!required | |
| name | String!required | |
| organization | Organization!required | |
| organizationID | ID!required | |
| resources | FlowResourceConnection!required | |
| revision | ||
| revisionID | ||
| revisions | FlowRevisionConnection!required | |
| runs | FlowRunConnection!required | |
| slug | String!required | |
| updatedAt | Time!required |
FlowConfig
Object| Field | Type | Description |
|---|---|---|
| eventSources | ||
| inputs | ||
| packages |
FlowConnection
ObjectA connection to a list of items.
FlowCreated
ObjectFlowDeleted
ObjectFlowEdge
ObjectAn edge in a connection.
FlowEnv
Object| Field | Type | Description |
|---|---|---|
| nodes | [FlowNodeState!]!required |
FlowEventSource
ObjectFlowNodeState
Object| Field | Type | Description |
|---|---|---|
| nodeId | String!required | |
| nodeType | String!required | |
| status | FlowNodeStatus!required |
FlowPackage
ObjectFlowResource
ObjectFlowResourceConnection
ObjectA connection to a list of items.
FlowResourceCreated
Object| Field | Type | Description |
|---|---|---|
| created | Boolean!required | |
| error | ||
| flowResource |
FlowResourceDeleted
ObjectFlowResourceEdge
ObjectAn edge in a connection.
| Field | Type | Description |
|---|---|---|
| cursor | Cursor!required | A cursor for use in pagination. |
| node | The item at the end of the edge. |
FlowResourceUpdated
Object| Field | Type | Description |
|---|---|---|
| error | ||
| flowResource | ||
| updated | Boolean!required |
FlowRevision
Object| Field | Type | Description |
|---|---|---|
| body | Map!required | |
| checksum | String!required | |
| config | FlowConfig!required | |
| createdAt | Time!required | |
| flow | Flow!required | |
| flowID | ID!required | |
| id | ID!required | |
| metaGraph | MetaGraph!required | |
| resources | FlowResourceConnection!required | |
| runs | FlowRunConnection!required | |
| updatedAt | Time!required |
FlowRevisionConnection
ObjectA connection to a list of items.
FlowRevisionCreated
Object| Field | Type | Description |
|---|---|---|
| created | Boolean!required | |
| error | ||
| flowRevision |
FlowRevisionDeleted
ObjectFlowRevisionEdge
ObjectAn edge in a connection.
| Field | Type | Description |
|---|---|---|
| cursor | Cursor!required | A cursor for use in pagination. |
| node | The item at the end of the edge. |
FlowRevisionUpdated
Object| Field | Type | Description |
|---|---|---|
| error | ||
| flowRevision | ||
| updated | Boolean!required |
FlowRun
Object| Field | Type | Description |
|---|---|---|
| body | Map!required | |
| config | FlowConfig!required | |
| createdAt | Time!required | |
| env | FlowEnv!required | |
| error | ||
| flow | Flow!required | |
| flowID | ID!required | |
| id | ID!required | |
| metaGraph | MetaGraph!required | |
| resources | FlowResourceConnection!required | |
| revision | FlowRevision!required | |
| revisionID | ID!required | |
| runTimeout | String!required | Run timeout in string format, e.g.: "1s", "2.3h" or "4h35m". (Optional; when not set, run must be stopped manually) |
| startedAt | ||
| status | FlowRunStatus!required | |
| stopTimeout | String!required | Stop timeout in string format, e.g.: "1s", "2.3h" or "4h35m". (Default: 1s) |
| stoppedAt | ||
| updatedAt | Time!required |
FlowRunConnection
ObjectA connection to a list of items.
FlowRunCreated
ObjectFlowRunDeleted
ObjectFlowRunDone
Object| Field | Type | Description |
|---|---|---|
| eventType | FlowRunEventType!required | |
| flowRun | FlowRun!required |
FlowRunEdge
ObjectAn edge in a connection.
FlowRunError
Object| Field | Type | Description |
|---|---|---|
| error | String!required | |
| eventType | FlowRunEventType!required | |
| flowRun | FlowRun!required |
FlowRunNodeStatus
Object| Field | Type | Description |
|---|---|---|
| eventType | FlowRunEventType!required | |
| flowRun | FlowRun!required | |
| nodeState | FlowNodeState!required |
FlowRunOutput
Object| Field | Type | Description |
|---|---|---|
| eventType | FlowRunEventType!required | |
| flowRun | FlowRun!required | |
| nodeId | String!required | |
| nodeType | String!required | |
| value | Any!required |
FlowRunUpdated
ObjectFlowRunUserAction
Object| Field | Type | Description |
|---|---|---|
| eventType | FlowRunEventType!required | |
| flowRun | FlowRun!required | |
| nodeId | String!required | |
| nodeType | String!required |
FlowUpdated
ObjectIOSchema
ObjectIOSchemaConnection
ObjectA connection to a list of items.
IOSchemaCreated
ObjectIOSchemaDeleted
ObjectIOSchemaEdge
ObjectAn edge in a connection.
IOSchemaUpdated
ObjectIntegration
Object| Field | Type | Description |
|---|---|---|
| configSchema | String!required | |
| connections | ||
| createdAt | Time!required | |
| description | String!required | |
| icon | String!required | |
| id | ID!required | |
| localHost | ||
| localPort | ||
| name | String!required | |
| network | NetworkType!required | |
| organization | Organization!required | |
| organizationID | ID!required | |
| packages | IntegrationPackageConnection!required | |
| published | ||
| publishedID | ||
| serverConfig | ||
| serviceTypes | [String!]!required | |
| slug | String!required | |
| updatedAt | Time!required | |
| version | String!required |
IntegrationConnection
ObjectA connection to a list of items.
IntegrationCreated
Object| Field | Type | Description |
|---|---|---|
| created | Boolean!required | |
| error | ||
| integration |
IntegrationDeleted
ObjectIntegrationEdge
ObjectAn edge in a connection.
| Field | Type | Description |
|---|---|---|
| cursor | Cursor!required | A cursor for use in pagination. |
| node | The item at the end of the edge. |
IntegrationPackage
ObjectIntegrationPackageConnection
ObjectA connection to a list of items.
IntegrationPackageCreated
Object| Field | Type | Description |
|---|---|---|
| created | Boolean!required | |
| error | ||
| integrationPackage |
IntegrationPackageDeleted
ObjectIntegrationPackageEdge
ObjectAn edge in a connection.
| Field | Type | Description |
|---|---|---|
| cursor | Cursor!required | A cursor for use in pagination. |
| node | The item at the end of the edge. |
IntegrationPackageUpdated
Object| Field | Type | Description |
|---|---|---|
| error | ||
| integrationPackage | ||
| updated | Boolean!required |
IntegrationUpdated
Object| Field | Type | Description |
|---|---|---|
| error | ||
| integration | ||
| updated | Boolean!required |
MetaEdge
Object| Field | Type | Description |
|---|---|---|
| data | ||
| sourceId | ID!required | |
| targetId | ID!required | |
| type | MetaEdgeType!required |
MetaGraph
Object| Field | Type | Description |
|---|---|---|
| edges | [MetaEdge!]!required | |
| nodes | [MetaGraphNode!]!required |
MetaNode
ObjectModel
Object| Field | Type | Description |
|---|---|---|
| autoSync | Boolean!required | |
| catalog | Catalog!required | |
| catalogID | ID!required | |
| createdAt | Time!required | |
| externalReports | ||
| id | ID!required | |
| metadata | ||
| name | String!required | |
| schema | SchemaRef!required | |
| sources | SourceConnection!required | |
| syncError | ||
| syncStatus | SyncStatus!required | |
| syncedAt | ||
| type | ModelType!required | |
| typeID | ID!required | |
| updatedAt | Time!required |
ModelConnection
ObjectA connection to a list of items.
ModelCreated
ObjectModelDeleted
ObjectModelEdge
ObjectAn edge in a connection.
ModelType
Object| Field | Type | Description |
|---|---|---|
| category | String!required | |
| configTemplate | ||
| createdAt | Time!required | |
| dependencies | ||
| description | String!required | |
| id | ID!required | |
| maxPerType | Int!required | |
| minPerType | Int!required | |
| minSources | Int!required | |
| modeler | ModelerType!required | |
| models | ||
| name | String!required | |
| parents | ||
| slug | String!required | |
| sourceTypes | [SourceType!]!required | |
| sourceURL | String!required | |
| sourceVersion | ||
| updatedAt | Time!required |
ModelTypeConnection
ObjectA connection to a list of items.
ModelTypeCreated
ObjectModelTypeDeleted
ObjectModelTypeEdge
ObjectAn edge in a connection.
ModelTypeUpdated
ObjectModelUpdated
ObjectNodeEvent
Object| Field | Type | Description |
|---|---|---|
| action | ||
| actionType | ActionType!required | |
| eventType | String!required | |
| metadata | ||
| node | ||
| nodeID | ID!required | |
| nodeType | String!required |
Organization
Object| Field | Type | Description |
|---|---|---|
| catalogs | CatalogConnection!required | |
| connectionUsers | ConnectionUserConnection!required | |
| connections | ConnectionConnection!required | |
| connectionsOwned | ConnectionConnection!required | |
| createdAt | Time!required | |
| customerID | String!required | |
| destinations | DestinationConnection!required | |
| flows | FlowConnection!required | |
| id | ID!required | |
| integrations | IntegrationConnection!required | |
| name | String!required | |
| slug | String!required | |
| spaces | SpaceConnection!required | |
| tzName | String!required | Timezone name (e.g. America/Los_Angeles) |
| updatedAt | Time!required |
OrganizationConnection
ObjectA connection to a list of items.
OrganizationCreated
Object| Field | Type | Description |
|---|---|---|
| created | Boolean!required | |
| error | ||
| organization |
OrganizationDeleted
ObjectOrganizationEdge
ObjectAn edge in a connection.
| Field | Type | Description |
|---|---|---|
| cursor | Cursor!required | A cursor for use in pagination. |
| node | The item at the end of the edge. |
OrganizationUpdated
Object| Field | Type | Description |
|---|---|---|
| error | ||
| organization | ||
| updated | Boolean!required |
PageInfo
ObjectInformation about pagination in a connection. https://relay.dev/graphql/connections.htm#sec-undefined.PageInfo
Param
ObjectPermission
ObjectPermission is a type that represents the permissions a role or user has on a resource.
| Field | Type | Description |
|---|---|---|
| actions | [ActionType!]!required | |
| resource | Node!required | |
| resourcePath | String!required |
PersonalAccessToken
ObjectPersonalAccessTokenConnection
ObjectA connection to a list of items.
PersonalAccessTokenCreated
Object| Field | Type | Description |
|---|---|---|
| created | Boolean!required | |
| error | ||
| personalAccessToken |
PersonalAccessTokenDeleted
ObjectPersonalAccessTokenEdge
ObjectAn edge in a connection.
| Field | Type | Description |
|---|---|---|
| cursor | Cursor!required | A cursor for use in pagination. |
| node | The item at the end of the edge. |
PersonalAccessTokenUpdated
Object| Field | Type | Description |
|---|---|---|
| error | ||
| personalAccessToken | ||
| updated | Boolean!required |
ReadTableOutput
ObjectRole
ObjectRole is a type that represents the role a user has in an organization and/or space.
SQLQuery
Object| Field | Type | Description |
|---|---|---|
| columns | ColumnRefConnection!required | |
| connectionID | ||
| createdAt | Time!required | |
| dialect | String!required | |
| fields | ||
| id | ID!required | |
| ioSchema | ||
| metaGraph | MetaGraph!required | |
| metadata | ||
| params | ||
| results | ||
| space | Space!required | |
| spaceID | ID!required | |
| sql | String!required | |
| sqlCanonical | String!required | |
| updatedAt | Time!required | |
| user | User!required | |
| userID | ID!required |
SQLQueryConnection
ObjectA connection to a list of items.
SQLQueryCreated
ObjectSQLQueryDeleted
ObjectSQLQueryEdge
ObjectAn edge in a connection.
SQLQueryOutput
ObjectSQLQueryUpdated
ObjectSQLQueryValidation
ObjectSchemaRef
Object| Field | Type | Description |
|---|---|---|
| alias | String!required | |
| autoSync | Boolean!required | |
| catalog | Catalog!required | |
| catalogID | ID!required | |
| createdAt | Time!required | |
| deletedAt | ||
| description | ||
| id | ID!required | |
| model | ||
| modelID | ||
| name | String!required | |
| source | ||
| sourceID | ||
| syncError | ||
| syncStatus | SyncStatus!required | |
| syncedAt | ||
| tables | TableRefConnection!required | |
| updatedAt | Time!required |
SchemaRefConnection
ObjectA connection to a list of items.
SchemaRefCreated
ObjectSchemaRefDeleted
ObjectSchemaRefEdge
ObjectAn edge in a connection.
SchemaRefUpdated
ObjectSearchLexeme
ObjectSearchLexemeConnection
ObjectA connection to a list of items.
SearchLexemeCreated
Object| Field | Type | Description |
|---|---|---|
| created | Boolean!required | |
| error | ||
| searchLexeme |
SearchLexemeDeleted
ObjectSearchLexemeEdge
ObjectAn edge in a connection.
| Field | Type | Description |
|---|---|---|
| cursor | Cursor!required | A cursor for use in pagination. |
| node | The item at the end of the edge. |
SearchLexemeUpdated
Object| Field | Type | Description |
|---|---|---|
| error | ||
| searchLexeme | ||
| updated | Boolean!required |
SearchResult
ObjectSearchResults
Object| Field | Type | Description |
|---|---|---|
| results | [SearchResult]!required | The search results. |
| totalCount | Int!required | Identifies the total count of items in the connection. |
SearchSemantic
ObjectSearchSemanticConnection
ObjectA connection to a list of items.
SearchSemanticCreated
Object| Field | Type | Description |
|---|---|---|
| created | Boolean!required | |
| error | ||
| searchSemantic |
SearchSemanticDeleted
ObjectSearchSemanticEdge
ObjectAn edge in a connection.
| Field | Type | Description |
|---|---|---|
| cursor | Cursor!required | A cursor for use in pagination. |
| node | The item at the end of the edge. |
SearchSemanticUpdated
Object| Field | Type | Description |
|---|---|---|
| error | ||
| searchSemantic | ||
| updated | Boolean!required |
Source
Object| Field | Type | Description |
|---|---|---|
| autoSync | Boolean!required | |
| catalog | Catalog!required | |
| catalogID | ID!required | |
| config | ||
| connection | Connection!required | |
| connectionID | ID!required | |
| createdAt | Time!required | |
| deletedAt | ||
| destination | Destination!required | |
| destinationID | ID!required | |
| externalReports | ||
| id | ID!required | |
| models | ||
| name | String!required | |
| providerID | String!required | |
| schema | SchemaRef!required | |
| syncError | ||
| syncFreq | Int!required | Frequency of sync in minutes (default: 360 minutes (6 hours)) |
| syncStatus | SyncStatus!required | |
| syncTime | String!required | Time of day to sync, has no effect when syncFreq is < 24 hours (default: 00:00) |
| syncedAt | ||
| type | SourceType!required | |
| typeID | ID!required | |
| updatedAt | Time!required |
SourceConfig
ObjectSourceConnection
ObjectA connection to a list of items.
SourceCreated
ObjectSourceDeleted
ObjectSourceEdge
ObjectAn edge in a connection.
SourceServiceMetadata
Object| Field | Type | Description |
|---|---|---|
| sourceConfigs | [SourceConfig!]!required |
SourceType
Object| Field | Type | Description |
|---|---|---|
| category | String!required | |
| check | SourceTypeCheck!required | |
| configSchema | String!required | |
| connection | Connection!required | |
| connectionID | ID!required | |
| createdAt | Time!required | |
| description | String!required | |
| iconURL | String!required | |
| id | ID!required | |
| modelTypes | ||
| name | String!required | |
| providerID | String!required | |
| slug | String!required | |
| sources | ||
| updatedAt | Time!required |
SourceTypeCheck
Object| Field | Type | Description |
|---|---|---|
| authCheck | AuthCheck!required | |
| configData |
SourceTypeConnection
ObjectA connection to a list of items.
SourceTypeCreated
Object| Field | Type | Description |
|---|---|---|
| created | Boolean!required | |
| error | ||
| sourceType |
SourceTypeDeleted
ObjectSourceTypeEdge
ObjectAn edge in a connection.
| Field | Type | Description |
|---|---|---|
| cursor | Cursor!required | A cursor for use in pagination. |
| node | The item at the end of the edge. |
SourceTypeUpdated
Object| Field | Type | Description |
|---|---|---|
| error | ||
| sourceType | ||
| updated | Boolean!required |
SourceUpdated
ObjectSpace
Object| Field | Type | Description |
|---|---|---|
| catalogs | CatalogConnection!required | |
| createdAt | Time!required | |
| id | ID!required | |
| metaGraph | MetaGraph!required | |
| name | String!required | |
| organization | Organization!required | |
| organizationID | ID!required | |
| slug | String!required | |
| sqlQueries | SQLQueryConnection!required | |
| tzName | String!required | Timezone name (e.g. America/Los_Angeles) |
| updatedAt | Time!required |
SpaceConnection
ObjectA connection to a list of items.
SpaceCreated
ObjectSpaceDeleted
ObjectSpaceEdge
ObjectAn edge in a connection.
SpaceUpdated
ObjectSubscription
Object| Field | Type | Description |
|---|---|---|
| flowRunSubscribe | FlowRunEvent!required | |
| nodeSubscribe | NodeEvent!required |
TableRef
Object| Field | Type | Description |
|---|---|---|
| alias | String!required | |
| autoSync | Boolean!required | |
| columns | ColumnRefConnection!required | |
| createdAt | Time!required | |
| deletedAt | ||
| description | ||
| fields | ||
| id | ID!required | |
| ioSchema | ||
| metaGraph | MetaGraph!required | |
| name | String!required | |
| schema | SchemaRef!required | |
| schemaID | ID!required | |
| syncError | ||
| syncStatus | SyncStatus!required | |
| syncedAt | ||
| tableType | ||
| totalBytes | ||
| totalRows | ||
| updatedAt | Time!required |
TableRefConnection
ObjectA connection to a list of items.
TableRefCreated
ObjectTableRefDeleted
ObjectTableRefEdge
ObjectAn edge in a connection.
TableRefUpdated
ObjectUser
Object| Field | Type | Description |
|---|---|---|
| banexpires | ||
| banned | Boolean!required | |
| banreason | ||
| connectionUser | ||
| createdAt | Time!required | |
| emailVerified | ||
| id | ID!required | |
| image | ||
| name | ||
| packages | ||
| personalAccessTokens | ||
| role | ||
| sqlQueries | SQLQueryConnection!required | |
| termsAndPrivacyAcceptedAt | ||
| twoFactorEnabled | Boolean!required | |
| tzName | String!required | Timezone name (e.g. America/Los_Angeles) |
| updatedAt | Time!required |
UserConnection
ObjectA connection to a list of items.
UserCreated
ObjectUserDeleted
ObjectUserEdge
ObjectAn edge in a connection.