Skip to main content

AiReviewsConnection

A connection to a list of items.

type AiReviewsConnection {
pageInfo: PageInfo!
edges: [AiReviewsEdge!]
nodes: [AiReview!]
}

Fields​

AiReviewsConnection.pageInfo ● PageInfo! non-null object​

Information to aid in pagination.

AiReviewsConnection.edges ● [AiReviewsEdge!] list object​

A list of edges.

AiReviewsConnection.nodes ● [AiReview!] list object​

A flattened list of the nodes.

Member Of​

AiReviewWorkspace object