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