| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
(commited by mistake. updated .gitignore)
|
oops, committed venv by mistake. Updated .gitignore and removed the dir. |
Sorry, something went wrong.
| return self.middleware | ||
|
|
||
| def get_validation_rules(self): | ||
| return self.validation_rules |
There was a problem hiding this comment.
This should return the default validation rules if validation_rules is None:
from graphql import specified_rules
Sorry, something went wrong.
|
When would this be merged?🤔 |
Sorry, something went wrong.
|
@CodeByAryan I just merged #84 Could you bring this branch up to date? |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
allows passing validation rules as an argument to the graphqlview.
also updated docs regarding the same. fixes #82