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
I have seen this as well, but only when accessing the 'id' field in the query. If you remove the id, the sql query only the requested fields as expected.
I think this is to do something with the DjangoConnectionField encoding/decoding the id field which conflicts with the query optimization.
I have a query and resolver using
DjangoConnectionField
as followsThe SQL not optimized, as I can see all fields are queried when inspecting the raw sql output via GraphQL.
The text was updated successfully, but these errors were encountered: