Hei!
In the current schema setup, I might make a query such as this:
The terms ‘edges’ and ‘node’ is a bit confusing to me. I’m not sure what they really mean in this context (I understand it from a graph db point of view, but its a bit confusing from other points.
I might expect something like this instead
{
listAsset() {
items {
externalId
}
pageinfo {
cursor, ...
}
}
}
Curious to hear your thoughts on this :)