INPUT_OBJECT

ClearPortDeviceInput

  • input ClearPortDeviceInput {
  • # The Relay Classic Client Mutation ID.
  • clientMutationId: String
  • # The name of the emulator orchestrator that will have its set of virtual ports
  • # changed.
  • orchestrator: String!
  • # The zero-indexed port index to update.
  • portIndex: Int!
  • # The platform ID of the set of ports that will be updated.
  • platformId: PlatformId!
  • }