Skip to main content

UpdateSpaceInput (Input)

Description

No description



Fields

NameDescription
address - SpaceAddressInput
bannerId - String
collectionId - ID
createdAt - DateTime
customSeoDetail - CustomSeoDetailInput
description - String
externalId - String
externalUrl - String
hidden - Boolean
imageId - String
inviteOnly - Boolean
layout - String
name - String
nonAdminsCanInvite - Boolean
private - Boolean
seoDetail - UpdateSpaceSeoDetailInput
slate - SlateUpdatesInput
slug - String
type - SpaceType
updatedAt - DateTime
whoCanPost - [ID!]
whoCanReact - [ID!]
whoCanReply - [ID!]
withRoles - Boolean

input UpdateSpaceInput {
address: SpaceAddressInput
bannerId: String
collectionId: ID
createdAt: DateTime
customSeoDetail: CustomSeoDetailInput
description: String
externalId: String
externalUrl: String
hidden: Boolean
imageId: String
inviteOnly: Boolean
layout: String
name: String
nonAdminsCanInvite: Boolean
private: Boolean
seoDetail: UpdateSpaceSeoDetailInput
slate: SlateUpdatesInput
slug: String
type: SpaceType
updatedAt: DateTime
whoCanPost: [ID!]
whoCanReact: [ID!]
whoCanReply: [ID!]
withRoles: Boolean
}