OBJECT

IpTrail

link GraphQL Schema definition

  • type IpTrail {
  • # IP
  • ip: String!
  • # IP first seen
  • startTime: Time!
  • # IP moved to other asset
  • endTime: Time
  • # IP is active
  • isActive: Boolean!
  • }