Skip to content

Commit

Permalink
fix: otp schema source update
Browse files Browse the repository at this point in the history
  • Loading branch information
sharhio committed Oct 31, 2023
1 parent 1734429 commit 4951fb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/generate-schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const introspectionQuery = getIntrospectionQuery();
const outputJsonFilename = 'schema.json';
const graphqlSchemaSource =
process.env.SCHEMA_SRC ||
'https://raw.githubusercontent.com/HSLdevcom/OpenTripPlanner/dev-2.x/src/ext/resources/legacygraphqlapi/schema.graphqls';
'https://raw.githubusercontent.com/HSLdevcom/OpenTripPlanner/dev-2.x/src/main/resources/org/opentripplanner/apis/gtfs/schema.graphqls';
const outputGraphQLFilename = 'schema.graphql';
const outputGraphQLFileCopy = `../digitransit-search-util/packages/digitransit-search-util-query-utils/schema/${outputGraphQLFilename}`;

Expand Down

0 comments on commit 4951fb8

Please sign in to comment.