You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Alteration (enhancement/optimization) of existing feature(s)
New behavior
Description
When we generate the Connections for a given sqlalchemy relationship we are not including pagination arguments. I saw a TODO that might be related but there was no ticket for it yet.
Below is an example of how my models/schema looks like:
Thanks so much for your code example, @jptrindade , this feature is already in our radar but no one is working on it now.
Please fell free to start a PR if you want 😊
Feature Request Type
Description
When we generate the
Connections
for a given sqlalchemy relationship we are not including pagination arguments. I saw a TODO that might be related but there was no ticket for it yet.Below is an example of how my models/schema looks like:
I would like to be able to do a query like this:
The text was updated successfully, but these errors were encountered: