Skip to main content

AiReviewCellsConnection

A connection to a list of items.

type AiReviewCellsConnection {
pageInfo: PageInfo!
edges: [AiReviewCellsEdge!]
nodes: [AiReviewCell!]
}

Fields​

AiReviewCellsConnection.pageInfo ● PageInfo! non-null object​

Information to aid in pagination.

AiReviewCellsConnection.edges ● [AiReviewCellsEdge!] list object​

A list of edges.

AiReviewCellsConnection.nodes ● [AiReviewCell!] list object​

A flattened list of the nodes.

Member Of​

AiReview object