We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8701aa3 + 1f9e0ac commit 0895b48Copy full SHA for 0895b48
build/generate-schema.js
@@ -4,7 +4,7 @@ const http = require('https');
4
5
const graphqlSchemaSource =
6
process.env.SCHEMA_SRC ||
7
- 'https://raw.githubusercontent.com/HSLdevcom/OpenTripPlanner/dev-2.x/application/src/main/resources/org/opentripplanner/apis/gtfs/schema.graphqls';
+ 'https://raw.githubusercontent.com/HSLdevcom/OpenTripPlanner/v2/application/src/main/resources/org/opentripplanner/apis/gtfs/schema.graphqls';
8
const outputGraphQLFilename = 'schema.graphql';
9
const outputGraphQLFileCopy = `../digitransit-search-util/packages/digitransit-search-util-query-utils/schema/${outputGraphQLFilename}`;
10
0 commit comments