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
entgql: improve var name collision avoidance in toCursor (#572)
Improves variable name collision avoidance in the `toCursor` method of
the pager types in the `gql_pagination` template by suffixing all
hard-coded variables names with an underscore.
entgql: fix collection template for schemas without fields (#483)
* fix collection template when no fields exist
* add example of entity without fields
---------
Co-authored-by: Adam Mustafa <104656510+Adam-Mustafa@users.noreply.github.com>