Skip to main content

ClaimsForReimbursementInput

A request to fetch claims for the current consumer

input ClaimsForReimbursementInput {
offeringIds: [ID!]
page: PageInput
statuses: [ClaimForReimbursementStatus!]
}

Fields

ClaimsForReimbursementInput.offeringIds ● [ID!] list scalar

If specified, only returns claims for these offeringIds

ClaimsForReimbursementInput.page ● PageInput input

If specified, describes the page of claims to return

ClaimsForReimbursementInput.statuses ● [ClaimForReimbursementStatus!] list enum

If specified, only returns claims with these statuses

Member of

claimsForReimbursement query