CompanyUserConnection
A connection to a list of items.
type CompanyUserConnection {
edges: [CompanyUserEdge]
pageInfo: PageInfo!
totalCount: Int!
}
Fields
CompanyUserConnection.edges ● [CompanyUserEdge] list object
A list of edges.
CompanyUserConnection.pageInfo ● PageInfo! non-null object
Information to aid in pagination.
CompanyUserConnection.totalCount ● Int! non-null scalar
Identifies the total count of items in the connection.
Returned By
companyUsers query
Member Of
Role object