Create a filter and add it to the graphene field. Metaclass must contain the sqlalchemy model and fields. Automatically generated filters must be specified by fields variable. Key - field name of ...
It is also possible to filter queries that contain multiple models, including joins: The automatic join is only possible if SQLAlchemy can implictly determine the condition for the join, for example ...