CreateSpacesCollectionInput
Autogenerated input type of CreateSpacesCollection
CreateSpacesCollectionInputFields
A unique identifier for the client performing the mutation.
Free-text description shown on the collection's page. Set on a collection this
call creates; a collection reused by name keeps its own — change that with
updateSpacesCollection.
Collection name. Reuses any existing collection with the same name, matched case-insensitively. A name that resembles an existing collection without matching it (e.g. its emoji dropped) creates a new collection rather than erroring — check nearMatches on the result to see which stored collections it resembles. When spaceTitles carries any nonblank title, such a name is rejected instead, so existing Spaces are never moved under a near-duplicate. A title naming no space is rejected on the same rule, ahead of any not-found error.
Optional list of exact Space titles to move into the collection (case-insensitive match).
Whether members can see the collection. Defaults to true, and set on a
collection this call creates; a collection reused by name keeps its own
visibility — change that with updateSpacesCollection.