| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Instead of graphql()/graphql_sync() we now call execute() directly. This also allows adding custom validation rules and limiting the number of reported errors.
There was a problem hiding this comment.
LGTM 🚀
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Instead of graphql()/graphql_sync() we now call execute() directly.
This solves not only #43 but also allows adding custom validation rules and limiting the number of reported errors.