INPUT_OBJECT
UpdateIpAssignmentMutationInput
The input object that defines the fields for the updateIpAssignment mutation.
link GraphQL Schema definition
- input UpdateIpAssignmentMutationInput {
- # An IPv4/IPv6 subnet.
- SubnetScalar :
- # The owner of this `IpAssignment`.
- IpassignmentableType :
- # The ID of the owner of this `IpAssignment`.
- Int64Bit :
- # If this IP was assigned automatically (e.g. via DHCP or RADIUS) then it will be
- # marked as a soft assignment.
- Boolean :
- # Some reference data regarding this IP assignment.
- Text :
- # A human readable description.
- String :
- # A note about this entity.
- NoteMutationInput :
- # Setting this value to `true` will set `reference` to null.
- Boolean :
- # Setting this value to `true` will set `description` to null.
- Boolean :
- }