TicketType Object
Describes ticket type
Fields
#
fareId
String !
Non-null
Ticket type ID in format FeedId:TicketTypeId
. Ticket type IDs are usually
combination of ticket zones where the ticket is valid.
id
ID !
Non-null
Global object ID provided by Relay. This value can be used to refetch this object using node query.
zones
[ String !]
List of zones where this ticket is valid.
Corresponds to field zoneId
in Stop type.
Interfaces
#
Also implements Node .
Usages
#
References
#
- Field ticketTypes from QueryType
Previous
SystemNotice