INPUT_OBJECT
UpdateSupernetMutationInput
The input object that defines the fields for the updateSupernet mutation.
link GraphQL Schema definition
- input UpdateSupernetMutationInput {
- # A descriptive name.
- : String
- # An IPv4/IPv6 subnet.
- : SubnetScalar
- # A note about this entity.
- : NoteMutationInput
- # Setting this value to `true` will set `name` to null.
- : Boolean
- }