INPUT_OBJECT

UpdateIpAssignmentMutationInput

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

link GraphQL Schema definition

  • input UpdateIpAssignmentMutationInput {
  • # An IPv4/IPv6 subnet.
  • subnet: SubnetScalar
  • # The owner of this `IpAssignment`.
  • ipassignmentable_type: IpassignmentableType
  • # The ID of the owner of this `IpAssignment`.
  • ipassignmentable_id: Int64Bit
  • # If this IP was assigned automatically (e.g. via DHCP or RADIUS) then it will be
  • # marked as a soft assignment.
  • soft: Boolean
  • # Some reference data regarding this IP assignment.
  • reference: Text
  • # A human readable description.
  • description: String
  • # A note about this entity.
  • note: NoteMutationInput
  • # Setting this value to `true` will set `reference` to null.
  • unset_reference: Boolean
  • # Setting this value to `true` will set `description` to null.
  • unset_description: Boolean
  • }

link Require by