Mutation
Variables
Response
Mutations
updateGalleryGroup
Enable or disable a single Discovery gallery section. isEnabled is the only
attribute updatable on one section; ordering is done with reorderGalleryGroup
and adding/removing sections with updateGalleryGroups. The section must be
persisted (customize the container via updateGalleryGroups first).
MUTATION
updateGalleryGroup(input: UpdateGalleryGroupInput!): UpdateGalleryGroupPayloadArguments
input
UpdateGalleryGroupInput!
required
Parameters for UpdateGalleryGroup
Returns
clientMutationId
String
A unique identifier for the client performing the mutation.
errors
[String!]!
galleryGroup
Mutation
Variables
Response