Skip to content

IMSPermissionConnection

The connection type for IMSPermission.

graphql
type IMSPermissionConnection {
  edges: [IMSPermissionEdge!]!
  nodes: [IMSPermission!]!
  pageInfo: PageInfo!
  totalCount: Int!
}

Fields

IMSPermissionConnection.edges ● [IMSPermissionEdge!]! non-null object

A list of all edges of the current page.

IMSPermissionConnection.nodes ● [IMSPermission!]! non-null object

A list of all nodes of the current page.

IMSPermissionConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

IMSPermissionConnection.totalCount ● Int! non-null scalar

Identifies the total count of items in the connection.

Member Of

IMS object

Released under the MIT License.