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