Skip to content

Commit 41b6ad1

Browse files
author
Max Gosau
committed
fix order in graphql schema
1 parent c3838c6 commit 41b6ad1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • application/src/main/resources/org/opentripplanner/apis/gtfs

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -652,10 +652,10 @@ type Feed {
652652
): [Alert]
653653
"ID of the feed"
654654
feedId: String!
655-
"Version of the Feed"
656-
version: String
657655
"The publisher of the input transit data."
658656
publisher: FeedPublisher
657+
"Version of the Feed"
658+
version: String
659659
}
660660

661661
"Feed publisher information"

0 commit comments

Comments
 (0)