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
Space Id.
SpaceUpdateInput.name ● String! non-null scalar miscellaneous
Space Name.
SpaceUpdateInput.description ● String scalar miscellaneous
Space Description.
SpaceUpdateInput.theme ● SpaceThemeInput input catalog-service
Space Theme Data.
Member Of
spaceUpdate mutation
Was this topic helpful?