Skip to main content

CustomReactionsConnection

A connection to a list of CustomReaction values.

type CustomReactionsConnection {
nodes: [CustomReaction!]!
edges: [CustomReactionsEdge!]!
pageInfo: PageInfo!
totalCount: Int!
}

Fields

CustomReactionsConnection.nodes ● [CustomReaction!]! non-null object

A list of CustomReaction objects.

CustomReactionsConnection.edges ● [CustomReactionsEdge!]! non-null object

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

CustomReactionsConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

CustomReactionsConnection.totalCount ● Int! non-null scalar

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

Returned By

customReactionsConnection query

Member Of

Workspace object ● WorkspaceAccount object