INPUT_OBJECT

HostUpdateIdInput

Description

Supported in v5.0+

link GraphQL Schema definition

  • input HostUpdateIdInput {
  • # Required. Supported in v5.0+
  • # ID of the host.
  • hostId: String!
  • # Required. Supported in v5.0+
  • updateProperties: HostUpdateInput!
  • }