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
{{ message }}
This repository was archived by the owner on Sep 2, 2022. It is now read-only.
go client: fix relay connections (#4730)
* go client: fix relay connections
- use correct fields for edge->node selection
- use different Connection.Exec() method to return edges & pageInfo
- fix singular/plural naming with objectName
* feat(go-client): add Nodes() method