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