GiftAuditLogConnection
A connection to a list of items.
type GiftAuditLogConnection {
edges: [GiftAuditLogEdge]
pageInfo: PageInfo!
totalCount: Int!
}
Fields
GiftAuditLogConnection.edges ● [GiftAuditLogEdge] list object
A list of edges.
GiftAuditLogConnection.pageInfo ● PageInfo! non-null object
Information to aid in pagination.
GiftAuditLogConnection.totalCount ● Int! non-null scalar
Identifies the total count of items in the connection.