Skip to main content

gifts

gifts(
after: Cursor
first: Int
before: Cursor
last: Int
orderBy: GiftOrder
where: GiftWhereInput
creditDonorIds: [ID!]
connectionIds: [ID!]
): GiftConnection!

Arguments

gifts.after ● Cursor scalar

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

gifts.first ● Int scalar

Returns the first n elements from the list.

gifts.before ● Cursor scalar

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

gifts.last ● Int scalar

Returns the last n elements from the list.

gifts.orderBy ● GiftOrder input

Ordering options for Gifts returned from the connection.

gifts.where ● GiftWhereInput input

Filtering options for Gifts returned from the connection.

gifts.creditDonorIds ● [ID!] list scalar

Filtering options for Other Credit Donor IDs

gifts.connectionIds ● [ID!] list scalar

Filtering options for Other Connection IDs

Type

GiftConnection object

A connection to a list of items.