updateNotificationDeviceGroupCommand(...args)

Arguments

commandId
ID!,non-nullrequired
commandState
CommandState!,non-nullrequired

Return type

commandId
ID!,non-null
commandState
CommandState!,non-null
Mutation sample
mutation updateNotificationDeviceGroupCommand($commandId: ID!, $commandState: CommandState!) {
  updateNotificationDeviceGroupCommand(commandId: $commandId, commandState: $commandState) {
    commandId 
    commandState 
  }
}
Variables
{ "commandId": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "commandState": "FAILED" }
Response sample
{ "data": { "commandId": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "commandState": "FAILED" } }
Previous page