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