rcb4by
Results
1
comments of
rcb4by
@adiberk @andmaster-one if you look in the docstring for `ORMField` you'll see a [param](https://github.com/graphql-python/graphene-sqlalchemy/blob/master/graphene_sqlalchemy/types.py#L104-L105) for enabling/disabling filter creation. Modifying an example usage from the same docstring: ```python class MyModel(Base): id...