Mutation
Variables
Response
Mutations
reorderSpace
Reorder a Space within its Collection. Pass exactly one of atTop,
atBottom, or atItemId (the ID of a sibling Space to insert above). See
docs/reordering.md for the full protocol.
MUTATION
reorderSpace(input: ReorderSpaceInput!): ReorderSpacePayloadArguments
input
ReorderSpaceInput!
required
Parameters for ReorderSpace
Returns
clientMutationId
String
A unique identifier for the client performing the mutation.
errors
[String!]!
space
Mutation
Variables
Response