AppsConnection
AppsConnection
A connection to a list of App
values.
Field | Argument | Type | Description |
---|---|---|---|
nodes | [App!]! | A list of `App` objects. | |
edges | [AppsEdge!]! | A list of edges which contains the `App` and cursor to aid in pagination. | |
pageInfo | PageInfo! | Information to aid in pagination. | |
totalCount | Int! | The count of *all* `App` you could get from the connection. |