INPUT_OBJECT
CreateSupernetMutationInput
The input object that defines the fields for the createSupernet mutation.
link GraphQL Schema definition
- input CreateSupernetMutationInput {
- # A descriptive name.
- : String
- # An IPv4/IPv6 subnet.
- : SubnetScalar!
- # A note about this entity.
- : NoteMutationInput
- }