Skip to main content

EventConnection

No description

type EventConnection {
pageInfo: PageInfo!
edges: [EventEdge!]!
nodes: [Event!]!
}

Fields

EventConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

EventConnection.edges ● [EventEdge!]! non-null object

A list of edges.

EventConnection.nodes ● [Event!]! non-null object

A list of nodes.

Returned By

events query

Member Of

TransactionBlockEffects object