Waiting for engine...
Skip to main content

Space

Represents a space containing its identity, metadata, ownership details, shared iPacks, catalog artifacts, account group, theme, and related configuration information.

type Space {
id: ID!
name: String!
description: String
createdDate: String
createdByAccountId: String
modifiedDate: String
sharedIpacks: [IntegrationPack]
catalogArtifacts: [CatalogArtifact]
accountGroup: AccountGroup
modifiedByAccountId: String
url: String
theme: SpaceTheme
}

Fields

Space.id ● ID! non-null scalar miscellaneous

Space Id.

Space.name ● String! non-null scalar miscellaneous

Space Name.

Space.description ● String scalar miscellaneous

Space Description.

Space.createdDate ● String scalar miscellaneous

Space Created Date.

Space.createdByAccountId ● String scalar miscellaneous

Created User's Account Id.

Space.modifiedDate ● String scalar miscellaneous

Space Modified Date.

Space.sharedIpacks ● [IntegrationPack] list object catalog-service

Shared Integration IPack

Space.catalogArtifacts ● [CatalogArtifact] list union catalog-service

Catalog Listing Recipes.

Space.accountGroup ● AccountGroup object catalog-service

Account Group.

Space.modifiedByAccountId ● String scalar miscellaneous

Space Modified User's Account Id.

Space.url ● String scalar miscellaneous

Custom Space Link.

Space.theme ● SpaceTheme object catalog-service

Space Theme Data.

Returned By

space query ●  spaceCreate mutation ●  spaces query ●  spaceUpdate mutation

On this Page