PortalsQueryInput
No description
input PortalsQueryInput {
pageIndex: Int!
pageSize: Int!
}
Fields
PortalsQueryInput.pageIndex ● Int! non-null scalar miscellaneous
Zero-based page index, must not be negative.
PortalsQueryInput.pageSize ● Int! non-null scalar miscellaneous
The size of the page to be returned, must be greater than 0.
Member Of
portals query
Was this topic helpful?