@devonestes thank you so much for your hard work on this project! As noted in #27, there are some failing doctests. This is simply because the :user object referred to in the code examples in the documentation was not included in the test schema data, and the result data had a few additional fields that needed to be accounted for (like __typename). I believe that this PR will resolve those failing doctests, and I think should fix the failing build (can't guarantee that second part).
Hope this is helpful, please let me know if there's anything you'd like handled differently!
@devonestes thank you so much for your hard work on this project! As noted in #27, there are some failing doctests. This is simply because the :user object referred to in the code examples in the documentation was not included in the test schema data, and the result data had a few additional fields that needed to be accounted for (like
__typename
). I believe that this PR will resolve those failing doctests, and I think should fix the failing build (can't guarantee that second part).Hope this is helpful, please let me know if there's anything you'd like handled differently!