OBJECT

DriveTimeResultWrapper

types.drive_time_result_wrapper

link GraphQL Schema definition

  • type DriveTimeResultWrapper {
  • # The results of the drive time lookup.
  • results: [DriveTimeResult]!
  • # The number of lookups that were loaded from the cache.
  • cached_lookups: Int!
  • }

link Require by