IntegrationEdge
An edge in a connection.
type IntegrationEdge {
cursor: String!
node: Integration
}
Fields
IntegrationEdge.cursor
● String!
non-null scalar
A cursor for use in pagination.
IntegrationEdge.node
● Integration
object
The item at the end of the edge.
Member Of
IntegrationConnection
object