Pagesize Parameter (Connect-GraphQL Cmdlet)
The maximum number of results to return per page from GraphQL.
Syntax
Connect-GraphQL -Pagesize string
Data Type
cstr
Default Value
""
Remarks
The Pagesize property affects the maximum number of results to return per page from GraphQL. Setting a higher value may result in better performance at the cost of additional memory eaten up per page consumed. The pageSize is proportional to the GraphQL query cost.