ConsumerAccountsSummaryInput
A request to fetch a summary of accounts for the current consumer.
input ConsumerAccountsSummaryInput {
page: PageInput
types: [BenefitsOfferingAccountType!]
}
Fields
ConsumerAccountsSummaryInput.page
● PageInput
input
If specified, describes the page of accounts to return.
ConsumerAccountsSummaryInput.types
● [BenefitsOfferingAccountType!]
list enum
If specified, only returns accounts with these underlying account types.
Member of
consumerAccountsSummary
query