INPUT_OBJECT

MergeSubnetsMutationInput

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

link GraphQL Schema definition

  • input MergeSubnetsMutationInput {
  • # The first subnet.
  • subnet_1_id: Int64Bit!
  • # The second subnet.
  • subnet_2_id: Int64Bit!
  • }

link Require by