UpdateSpaceInput
No description
input UpdateSpaceInput {
  address: SpaceAddressInput
  bannerId: String
  collectionId: ID
  createdAt: DateTime
  customSeoDetail: CustomSeoDetailInput
  description: 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
}