landpads

Return type

Arguments

limit

Int

offset

Int

Request

query landpads($limit: Int, $offset: Int) {
  landpads(limit: $limit, offset: $offset) {
    attempted_landings
    details
    full_name
    id
    landing_type
    location {
      ...LocationFragment
    }
    status
    successful_landings
    wikipedia
  }
}