Skip to main content

CommentReactionsConnection

A connection to a list of CommentReaction values.

type CommentReactionsConnection {
nodes: [CommentReaction!]!
edges: [CommentReactionsEdge!]!
pageInfo: PageInfo!
totalCount: Int!
}

Fields

CommentReactionsConnection.nodes ● [CommentReaction!]! non-null object

A list of CommentReaction objects.

CommentReactionsConnection.edges ● [CommentReactionsEdge!]! non-null object

A list of edges which contains the CommentReaction and cursor to aid in pagination.

CommentReactionsConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

CommentReactionsConnection.totalCount ● Int! non-null scalar

The count of *all* CommentReaction you could get from the connection.

Returned By

commentReactionsConnection query

Member Of

Comment object ● CustomReaction object ● Workspace object ● WorkspaceAccount object