OBJECT
Origin
Origin of overlapping ips
link GraphQL Schema definition
- type Origin {
- # The id of the origin
- ID! :
- # The name of the origin
- String! :
- # The networks of the origin
- String!] : [
- # Discovery queries the origins is used in
- #
- # Arguments
- # after: Returns the items in the list that come after the
- # specified cursor.
- # first: Returns the first n items from the list.
- # before: Returns the items in the list that come before the
- # specified cursor.
- # last: Returns the last n items from the list.
- String, : Int, : String, : Int): ActiveQueryConnection! ( :
- # Discovery queries the origins is used in
- #
- # Arguments
- # after: Returns the items in the list that come after the
- # specified cursor.
- # first: Returns the first n items from the list.
- # before: Returns the items in the list that come before the
- # specified cursor.
- # last: Returns the last n items from the list.
- String, : Int, : String, : Int): NessusUserScanConnection! ( :
- }