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