v0.1.0
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.