OBJECT
PermissionConnection
The connection type for Permission.
link GraphQL Schema definition
- type PermissionConnection implements TotalCountInterface {
- # A list of edges.
- : [PermissionEdge]
- # A list of nodes.
- : [Permission]
- # Information to aid in pagination.
- : PageInfo!
- : [String!]!
- : Int!
- }