Skip to main content

pledges

pledges(
after: Cursor
first: Int
before: Cursor
last: Int
orderBy: PledgeOrder
where: PledgeWhereInput
creditDonorIds: [ID!]
connectionIds: [ID!]
): PledgeConnection!

Arguments

pledges.after ● Cursor scalar

Returns the elements in the list that come after the specified cursor.

pledges.first ● Int scalar

Returns the first n elements from the list.

pledges.before ● Cursor scalar

Returns the elements in the list that come before the specified cursor.

pledges.last ● Int scalar

Returns the last n elements from the list.

pledges.orderBy ● PledgeOrder input

Ordering options for Pledges returned from the connection.

pledges.where ● PledgeWhereInput input

Filtering options for Pledges returned from the connection.

pledges.creditDonorIds ● [ID!] list scalar

Filtering options for Other Credit Donor IDs

pledges.connectionIds ● [ID!] list scalar

Filtering options for Other Connection IDs

Type

PledgeConnection object

A connection to a list of items.