Skip to content

Commit c43b8d5

Browse files
committed
Update gtfs graphql schema
1 parent 0ba5df5 commit c43b8d5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/main/resources/org/opentripplanner/apis/gtfs/schema.graphqls

+6
Original file line numberDiff line numberDiff line change
@@ -984,6 +984,12 @@ type Feed {
984984
"""List of agencies which provide data to this feed"""
985985
agencies: [Agency]
986986

987+
"""Name of feed publisher"""
988+
publisherName: String!
989+
990+
"""Web address of feed publisher"""
991+
publisherUrl: String!
992+
987993
"""
988994
Alerts relevant for the feed.
989995
"""

0 commit comments

Comments
 (0)