OBJECT

DispatchList

link GraphQL Schema definition

  • type DispatchList {
  • # List of dispatches
  • entries: [Dispatch!]!
  • # Queries ordered by when will provide start/end range
  • startDate: LocalDate
  • endDate: LocalDate
  • # Queries ordered by updatedAt will provide most recent date
  • latestDate: DateTime
  • # Elapsed query time
  • elapsedTime: Int!
  • # Source
  • source: String!
  • # Page info
  • pageInfo: PageInfo!
  • }

link Require by