OBJECT
Monitored Networks
type MonitoredNetwork {# Idid: ID! # Category of the monitored networkcategory: MonitoredNetworkCategory! # The CIDR that defines this networksubnet: String! # Monitored network local namelocalName: String # Monitored network local descriptionlocalDescription: String # Whether this monitored network is sniffing or notisEnabled: Boolean! }