laravel-graphql
laravel-graphql copied to clipboard
how do i implement node and edges?
e.g if i have the query:
query Beacons {
beacons {
nodes {
id
name
description
identity_key
}
}
}
how can i implement edge/nodes for pagination?