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