OBJECT
type SimpleLocations {AccountId: ID Address: String CreatedById: ID! CreatedDate: Instant! GeoLatitude: BigDecimal GeoLongitude: BigDecimal LastModifiedById: ID! LastModifiedDate: Instant! Name: String! RegionId: ID RequiresWhitelist: Boolean! Type: String UID: ID! }