OBJECT

NetworkGroup

Parent network group for networks

link GraphQL Schema definition

  • type NetworkGroup {
  • # The main network thats deploying to others within the group
  • aggregating_network: Network!
  • aggregating_network_id: ID!
  • id: ID!
  • name: String!
  • # The Networks in the group
  • networks: [Network!]!
  • }