Skip to main content

SearchResults

Search results for a given term.

type SearchResults {
country: CountryCode!
displayType: SearchDisplayType!
limit: Int!
navigation: [SearchNavigation!]
results: [SearchResult!]!
skip: Int!
stationId: UUID!
suggestions: [SearchSuggestion!]
term: String!
}

Fields

SearchResults.country ● CountryCode! non-null scalar references

SearchResults.displayType ● SearchDisplayType! non-null enum references

Recommend method of display for the results.

SearchResults.limit ● Int! non-null scalar references

Recommended navigational elements to present alongside the results.

SearchResults.results ● [SearchResult!]! non-null object references

SearchResults.skip ● Int! non-null scalar references

SearchResults.stationId ● UUID! non-null scalar references

SearchResults.suggestions ● [SearchSuggestion!] list object references

Recommended search term suggestions to present alongside the results.

SearchResults.term ● String! non-null scalar references

Returned By

search query