INPUT_OBJECT
The input object that defines the fields for the mergeSubnets mutation.
input MergeSubnetsMutationInput {# The first subnet.subnet_1_id: Int64Bit!# The second subnet.subnet_2_id: Int64Bit!}