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