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