Skip to main content

EntityUpdateConnection

The connection type for EntityUpdate.

type EntityUpdateConnection {
edges: [EntityUpdateEdge]
nodes: [EntityUpdate]
pageInfo: PageInfo!
totalCount: Int!
}

Fields

EntityUpdateConnection.edges ● [EntityUpdateEdge] list object common

A list of edges.

EntityUpdateConnection.nodes ● [EntityUpdate] list object common

A list of nodes.

EntityUpdateConnection.pageInfo ● PageInfo! non-null object common

Information to aid in pagination.

EntityUpdateConnection.totalCount ● Int! non-null scalar common

Total count of items in the connection, without considering pagination.

Returned By

entityUpdates query

Member Of

EntityUpdate object