INPUT_OBJECT
input NetworkUpdateInput {# The network to be added or removed from the network areasnetwork: String!# The network to be replaced from the network areasoldNetwork: String# A list of network areas where the network should be added.# The network will be removed from any network areas not in this list.networkAreas: [ID!]}