AccessRequestWhatItemConnection
type AccessRequestWhatItemConnection {
edges: [AccessRequestWhatItemEdge!]
limit: Int
limitedCount: String
offset: Int
pageInfo: PageInfo!
total: Int
}Fields
edges ● [AccessRequestWhatItemEdge!] 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?