Mutation
Variables
Response
Mutations
reorderGalleryGroup
Reorder a gallery section within its page. Pass exactly one of atTop,
atBottom, or atItemId (the ID of a sibling section to insert above). See
docs/reordering.md for the full protocol.
MUTATION
reorderGalleryGroup(input: ReorderGalleryGroupInput!): ReorderGalleryGroupPayloadArguments
input
ReorderGalleryGroupInput!
required
Parameters for ReorderGalleryGroup
Returns
clientMutationId
String
A unique identifier for the client performing the mutation.
errors
[String!]!
galleryGroup
Mutation
Variables
Response