GroupedUserAccessReturnItemConnection
type GroupedUserAccessReturnItemConnection {
edges: [GroupedUserAccessReturnItemEdge!]
limit: Int
limitedCount: String
offset: Int
pageInfo: PageInfo!
total: Int
}Fields
edges ● [GroupedUserAccessReturnItemEdge!] list object
limit ● Int scalar
limitedCount ● String scalar
offset ● Int scalar
pageInfo ● PageInfo! non-null object
total ● Int scalar
Implemented By
Last updated
Was this helpful?