Types
ReorderSpaceInput
Autogenerated input type of ReorderSpace
input
ReorderSpaceInputFields
atBottom
Boolean
Move the Space to the bottom of its Collection. Mutually exclusive with atTop and atItemId.
atItemId
ID
ID of a sibling Space to insert above (the Space being moved takes that sibling's position). Mutually exclusive with atTop and atBottom.
atTop
Boolean
Move the Space to the top of its Collection. Mutually exclusive with atBottom and atItemId.
clientMutationId
String
A unique identifier for the client performing the mutation.
spaceId
ID!
required
ID of the Space to move.