INPUT_OBJECT

NetworkUpdateInput

link GraphQL Schema definition

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

link Require by