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