-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add fareproducts to query + update internal dependencies #613
add fareproducts to query + update internal dependencies #613
Conversation
…add-fareproducts-to-query
The dependencies were a big problem for some reason, so I updated internal dependencies. |
@daniel-heppner-ibigroup Is the intent to only release a new package for core-utils? Note that commit 15d741e will not trigger a release for the other ones you've updated. |
Yes, we only need a release for core-utils. @binh-dam-ibigroup edit: nevermind, Miles convinced me to make it a fix commit |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I hope this fixes things
15d741e
to
8c9c271
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works with the recent OTP fare data structure, good deal.
07fabec
into
opentripplanner:master
In the fare update PR, it seems like these changes somehow got overwritten so they didn't make it in. This will generate a fix release that updates the GraphQL query for the new schema. It also updates the schema by copying it from the latest version of OTP.
Also, it runs prettier to format the GraphQL file, since it turns out Prettier supports that natively!