ChangesConnection
A connection to a list of items.
type ChangesConnection {
pageInfo: PageInfo!
edges: [ChangesEdge!]
nodes: [EntityChanges]
totalCount: Int!
}
Fields
ChangesConnection.pageInfo
● PageInfo!
non-null object
Information to aid in pagination.
ChangesConnection.edges
● [ChangesEdge!]
list object
A list of edges.
ChangesConnection.nodes
● [EntityChanges]
list object
A flattened list of the nodes.
ChangesConnection.totalCount
● Int!
non-null scalar
Identifies the total count of items in the connection.