SpaceUpdateInput
An input for updating a Space, including its ID, name, description, and optional theme details.
input SpaceUpdateInput {
id: ID!
name: String!
description: String
theme: SpaceThemeInput
}
Fields
SpaceUpdateInput.id ● ID! non-null scalar miscellaneous {#id}
Space Id.
SpaceUpdateInput.name ● String! non-null scalar miscellaneous {#name}
Space Name.
SpaceUpdateInput.description ● String scalar miscellaneous {#description}
Space Description.
SpaceUpdateInput.theme ● SpaceThemeInput input catalog-service {#theme}
Space Theme Data.
Member Of
spaceUpdate mutation
Was this topic helpful?