OBJECT

IpInfoEdge

Description

Wrapper around the IpInfo object. This wrapper is used for pagination.

link GraphQL Schema definition

  • type IpInfoEdge {
  • # String used to identify this edge.
  • cursor: String!
  • # The actual IpInfo object wrapped by this edge.
  • node: IpInfo!
  • }