OBJECT

Origin

Origin of overlapping ips

link GraphQL Schema definition

  • type Origin {
  • # The id of the origin
  • id: ID!
  • # The name of the origin
  • name: String!
  • # The networks of the origin
  • networks: [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.
  • queries(after: String, first: Int, before: String, last: 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.
  • nessus(after: String, first: Int, before: String, last: Int): NessusUserScanConnection!
  • }