We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ba5df5 commit c43b8d5Copy full SHA for c43b8d5
src/main/resources/org/opentripplanner/apis/gtfs/schema.graphqls
@@ -984,6 +984,12 @@ type Feed {
984
"""List of agencies which provide data to this feed"""
985
agencies: [Agency]
986
987
+ """Name of feed publisher"""
988
+ publisherName: String!
989
+
990
+ """Web address of feed publisher"""
991
+ publisherUrl: String!
992
993
"""
994
Alerts relevant for the feed.
995
0 commit comments