AiReviewRunsConnection
A connection to a list of items.
type AiReviewRunsConnection {
pageInfo: PageInfo!
edges: [AiReviewRunsEdge!]
nodes: [AiReviewRun!]
}
Fields
AiReviewRunsConnection.pageInfo ● PageInfo! non-null object
Information to aid in pagination.
AiReviewRunsConnection.edges ● [AiReviewRunsEdge!] list object
A list of edges.
AiReviewRunsConnection.nodes ● [AiReviewRun!] list object
A flattened list of the nodes.
Member Of
AiReview object