Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: catch deprecation warnings in GQL client
We are raising deprecation warnings from the GQL client when we instantiate the models. To avoid the warning spam, we filter those warnings out. They should only be display if the user uses any deprecated class, not us.
- Loading branch information