INPUT_OBJECT

CreateDhcpServerIdentifierMutationInput

The input object that defines the fields for the createDhcpServerIdentifier mutation.

link GraphQL Schema definition

  • input CreateDhcpServerIdentifierMutationInput {
  • # A descriptive name.
  • name: String!
  • # IDs of `IpPool`s.
  • ip_pool_ids: [Int64Bit]
  • # A note about this entity.
  • note: NoteMutationInput
  • }

link Require by