5e-bits / 5e-srd-api

REST API to access D&D 5th Edition SRD database
MIT License
490 stars 157 forks source link

There are 299 total spells according to a call to GraphQL versus 319 according to a direct call to the API. #583

Closed nathaniellee closed 4 days ago

nathaniellee commented 4 days ago

Discussed in https://github.com/5e-bits/5e-srd-api/discussions/582

Originally posted by **nathaniellee** October 20, 2024 If I pull all spells via the GraphQL endpoint, I get 299 back. If I fetch from the API directly, I get 319. The diff is: 1. Aid 2. Alter Self 3. Animate Dead 4. Antimagic Field 5. Augury 6. Awaken 7. Bane 8. Bless 9. Blink 10. Branding Smite 11. Calm Emotions 12. Chain Lightning 13. Circle of Death 14. Clone 15. Cloudkill 16. Color Spray 17. Compulsion 18. Cone of Cold 19. Continual Flame 20. Counterspell
nathaniellee commented 4 days ago

Never mind as this was an issue with the response coming back via the Apollo Explorer environment as opposed to the actual call to the GraphQL endpoint.