OBJECT
Wrapper around the IpInfo object. This wrapper is used for pagination.
type IpInfoEdge {# String used to identify this edge.cursor: String! # The actual IpInfo object wrapped by this edge.node: IpInfo! }