Types
CreateSpaceInput
Autogenerated input type of CreateSpace
input
CreateSpaceInputFields
clientMutationId
String
A unique identifier for the client performing the mutation.
collectionName
String
Optional collection to place the Space in. Matched on name, case-insensitively. A name that resembles an existing collection without matching it (e.g. its emoji dropped) returns an error naming the candidates, rather than guessing or duplicating. Created on demand only when the name resembles no existing collection.
description
String
Optional one-line description persisted on the new Space.
enabledFeatureKeys
[String!]
Only used with build_your_own_v1. The list of feature_keys the Host picked. Each must be available on this Network's plan.
templateCanonicalName
String!
required
Canonical name of the Space template to use (e.g. feed_v3, build_your_own_v1).
title
String!
required
Display title for the new Space.