Skip to content

v0.1.0

Compare
Choose a tag to compare
@nickvido nickvido released this 26 Oct 21:24
· 111 commits to main since this release
b65b414

v0.1.0

Updated minor version due to breaking change.

New Features

N/A

Bug Fixes

N/A

Breaking Changes

  • GraphQL queries that fail will now raise an Exception with details about the exception

Your code should include try / except blocks for making calls, instead of relying on the API to return a potentially unexpected JSON document with an errors field.