OBJECT
ModelsConnection
A connection to a list of Model values.
link GraphQL Schema definition
- type ModelsConnection {
- # A list of `Model` objects.
- : [Model]!
- # A list of edges which contains the `Model` and cursor to aid in pagination.
- : [ModelsEdge!]!
- # Information to aid in pagination.
- : PageInfo!
- # The count of *all* `Model` you could get from the connection.
- : Int!
- }