mirror of
https://github.com/opentripplanner/OpenTripPlanner.git
synced 2026-04-03 05:51:24 +02:00
| .. | ||
| graphql-codegen.yml | ||
| GraphQLDataFetchers.java | ||
| GraphQLTypes.java | ||
| package.json | ||
| README.md | ||
| yarn.lock | ||
Autogenerated code for GTFS GraphQL API
The GraphQL to Java type mappings are defined in graphql-codegen.yml.
Requirements
- NodeJS (version 18 or newer)
Running
The files can be generated using the following snippet
Run these in this directory:
yarn install
yarn generate
- Then run
mvn installin the root project to prettify the generated files. - Then run IntelliJ's Optimize Imports.