refactor GraphQL query shape to use nodes
shorthand
#831
Labels
refactor
Refactoring of existing feature
nodes
shorthand
#831
📝 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 tonodes
.➕ Additional Information
No response
The text was updated successfully, but these errors were encountered: