INPUT_OBJECT

NetworkUpdateInput

link GraphQL Schema definition

  • input NetworkUpdateInput {
  • # The network to be added or removed from the network areas
  • network: String!
  • # The network to be replaced from the network areas
  • oldNetwork: 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!]
  • }

link Require by