GlobalPermissionConnection
The connection type for GlobalPermission.
type GlobalPermissionConnection {
edges: [GlobalPermissionEdge!]!
nodes: [GlobalPermission!]!
pageInfo: PageInfo!
totalCount: Int!
}
Fields
GlobalPermissionConnection.edges
● [GlobalPermissionEdge!]!
non-null object
A list of all edges of the current page.
GlobalPermissionConnection.nodes
● [GlobalPermission!]!
non-null object
A list of all nodes of the current page.
GlobalPermissionConnection.pageInfo
● PageInfo!
non-null object
Information to aid in pagination.
GlobalPermissionConnection.totalCount
● Int!
non-null scalar
Identifies the total count of items in the connection.
Returned by
globalPermissions
query