0xPlaygrounds / subgrounds

An intuitive Python library for interfacing with subgraphs and GraphQL
http://docs.playgrounds.network
Apache License 2.0
49 stars 8 forks source link

Added test for null_filter condition. #53

Closed gabrielfior closed 3 months ago

gabrielfior commented 5 months ago

As discussed in https://github.com/0xPlaygrounds/subgrounds/issues/50, I added a test for the NULL (and NOT NULL) filters available on subgrounds. This serves as starting point and could be later referenced by the official documentation.

0xMochan commented 5 months ago

The trigger-docs flow should not trigger for PRs, the failure here can safely be ignored here. Will look at this soon (as mentioned in #50).

0xMochan commented 3 months ago

I edited the tests pushed here to integrate it into the current suite. Also, had to restructure it so that it utilized offline schemas so that the test suite doesn't trigger API calls.