WorkspaceAccountRolesConnection
A connection to a list of WorkspaceAccountRole values.
type WorkspaceAccountRolesConnection {
nodes: [WorkspaceAccountRole!]!
edges: [WorkspaceAccountRolesEdge!]!
pageInfo: PageInfo!
totalCount: Int!
}
Fields
WorkspaceAccountRolesConnection.nodes ● [WorkspaceAccountRole!]! non-null object
A list of WorkspaceAccountRole objects.
WorkspaceAccountRolesConnection.edges ● [WorkspaceAccountRolesEdge!]! non-null object
A list of edges which contains the WorkspaceAccountRole and cursor to aid in pagination.
WorkspaceAccountRolesConnection.pageInfo ● PageInfo! non-null object
Information to aid in pagination.
WorkspaceAccountRolesConnection.totalCount ● Int! non-null scalar
The count of *all* WorkspaceAccountRole you could get from the connection.