CompanyUserConnectionConnection
A connection to a list of items.
type CompanyUserConnectionConnection {
pageInfo: PageInfo!
edges: [CompanyUserConnectionEdge]
}
Fields
CompanyUserConnectionConnection.pageInfo
● PageInfo!
non-null object
Information to aid in pagination.
CompanyUserConnectionConnection.edges
● [CompanyUserConnectionEdge]
list object
A list of edges.
Member of
CompanyType
object