ProspectivePartnerQueryInput
No description
input ProspectivePartnerQueryInput {
pageIndex: Int!
pageSize: Int!
status: [ProspectivePartnerStatus]
}
Fields
ProspectivePartnerQueryInput.pageIndex ● Int! non-null scalar miscellaneous
Zero-based page index, must not be negative.
ProspectivePartnerQueryInput.pageSize ● Int! non-null scalar miscellaneous
The size of the page to be returned, must be greater than 0.
ProspectivePartnerQueryInput.status ● [ProspectivePartnerStatus] list enum partner-portal
Shows the results based on filtered criteria , in case of null all results are shown without any filter
Member Of
prospectivePartners query
Was this topic helpful?