IpAddress
An IP address.
type IpAddress {
accuracy: Float
address: String!
city: String
country: String
domain: String
isp: String
latitude: Float
longitude: Float
organization: String
postalCode: String
subdivisions: String
timeZone: String
}
Fields
IpAddress.accuracy ● Float scalar common
The accuracy of the IP address geolocation.
IpAddress.address ● String! non-null scalar common
The IP address.
IpAddress.city ● String scalar common
The city of the IP address geolocation.
IpAddress.country ● String scalar common
The country of the IP address geolocation.
IpAddress.domain ● String scalar common
The domain name of the ISP.
IpAddress.isp ● String scalar common
The ISP associated with the IP address.
IpAddress.latitude ● Float scalar common
The latitude of the IP address geolocation.
IpAddress.longitude ● Float scalar common
The longitude of the IP address geolocation.
IpAddress.organization ● String scalar common
The organization associated with the IP address.
IpAddress.postalCode ● String scalar common
The postal code of the IP address geolocation.
IpAddress.subdivisions ● String scalar common
IpAddress.timeZone ● String scalar common
The time zone of the IP address geolocation.
Member of
PageView object
Implemented by
ValueTypeUnion union