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