Skip to content

Commit

Permalink
Update generated GraphQLDataFetchers.java
Browse files Browse the repository at this point in the history
  • Loading branch information
vesameskanen committed May 8, 2024
1 parent c43b8d5 commit 4b9b065
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,10 @@ public interface GraphQLFeed {
public DataFetcher<Iterable<TransitAlert>> alerts();

public DataFetcher<String> feedId();

public DataFetcher<String> publisherName();

public DataFetcher<String> publisherUrl();
}

public interface GraphQLGeometry {
Expand Down

0 comments on commit 4b9b065

Please sign in to comment.