Skip to main content

ListConditionConnection

A connection to a list of items.

type ListConditionConnection {
edges: [ListConditionEdge]
pageInfo: PageInfo!
totalCount: Int!
}

Fields

ListConditionConnection.edges ● [ListConditionEdge] list object

A list of edges.

ListConditionConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

ListConditionConnection.totalCount ● Int! non-null scalar

Identifies the total count of items in the connection.