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