gitify-app / gitify

GitHub notifications on your menu bar. Available on macOS, Windows & Linux.

Home Page:https://www.gitify.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

refactor GraphQL query shape to use `nodes` shorthand

setchy opened this issue Β· comments

πŸ“ Provide a description of the new feature

Currently we are querying for the relay paginated shape (edges -> node). We don't do anything currently with the edge information, so we can simplify our shape by going directly to nodes.

βž• Additional Information

No response