Skip to main content

DomainPathConnection

A connection to a list of items.

type DomainPathConnection {
edges: [DomainPathEdge]
pageInfo: PageInfo!
totalCount: Int!
}

Fields

DomainPathConnection.edges ● [DomainPathEdge] list object

A list of edges.

DomainPathConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

DomainPathConnection.totalCount ● Int! non-null scalar

Identifies the total count of items in the connection.

Returned By

domainPaths query