-
-
Notifications
You must be signed in to change notification settings - Fork 955
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 past ability data structure #848
Conversation
Cool! Thanks a lot! I'll review it when I have some time |
About the graphql part, did you write the files by yourself or did you generate them using Hasura? |
I wrote it myself using the bit past_types as a ref. I'm not super familiar with the stack so I wasn't 100% sure how to have it automatically, and maybe properly 😅, generated. |
Ok, because those are auto generated. Can you please remove them from the PR? |
- Remove manual graphql updates - autogen abilitypast migration
Removed the manual graphql changes and properly autogenerated the new migration. Did you want me to export the autogenerated hasura export and include in this PR? As the schema needs to be updated to include the new table. Or did you want to handle that separately? Thanks again for your attention on this it has been a good learning experience for me. |
Hi, sorry for coming back only now, I push this PR on the |
Sorry, coming back to this super late. I don't know if this data is still intended to be in staging, but I don't see the past_abilities attribute on the pokes that I would expect. |
no, it's not there, I'll schedule a build again |
Ok, can you check in a few hours ? if this build succeeds? https://app.circleci.com/pipelines/github/PokeAPI/pokeapi/950/workflows/8ec8db75-4aeb-4d18-8eee-f168e39c8be8 |
The staging data looks good to me. The |
Ok, I'll merge, let's see :) |
A PokeAPI/api-data refresh has started. In 45 minutes the staging branch of PokeAPI/api-data will be pushed with the new generated data. |
The updater script has finished its job and has now opened a Pull Request towards PokeAPI/api-data with the updated data. |
past_abilities
data to thepokemon
endpoint.past_types
for this