folkloreinc/laravel-graphql

how do i implement node and edges?

tonipepperoni opened this issue · 0 comments

e.g if i have the query:

query Beacons {
  beacons {
    nodes {
      id
      name
      description
      identity_key
    }
  }
}

how can i implement edge/nodes for pagination?