INPUT_OBJECT

SetVolumeInput

link GraphQL Schema definition

  • input SetVolumeInput {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • soundZone: ID!
  • volume: Volume!
  • }