Skip to main content

RulesConnection

A connection to a list of Rule values.

type RulesConnection {
nodes: [Rule!]!
edges: [RulesEdge!]!
pageInfo: PageInfo!
totalCount: Int!
}

Fields

RulesConnection.nodes ● [Rule!]! non-null object

A list of Rule objects.

RulesConnection.edges ● [RulesEdge!]! non-null object

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

RulesConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

RulesConnection.totalCount ● Int! non-null scalar

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

Returned By

rulesConnection query

Member Of

Workspace object