Skip to main content

PledgeAuditLogConnection

A connection to a list of items.

type PledgeAuditLogConnection {
edges: [PledgeAuditLogEdge]
pageInfo: PageInfo!
totalCount: Int!
}

Fields

PledgeAuditLogConnection.edges ● [PledgeAuditLogEdge] list object

A list of edges.

PledgeAuditLogConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

PledgeAuditLogConnection.totalCount ● Int! non-null scalar

Identifies the total count of items in the connection.