ArticleRating
A rating given to an article by a visitor of the Knowledge Base.
type ArticleRating implements Node, Timestamped {
count: Int!
createdAt: DateTime!
id: ID!
updatedAt: DateTime!
value: Int!
}
Fields
ArticleRating.count ● Int! non-null scalar common
The total number of ratings for the article.
ArticleRating.createdAt ● DateTime! non-null scalar common
The date and time that the object was created.
ArticleRating.id ● ID! non-null scalar common
ArticleRating.updatedAt ● DateTime! non-null scalar common
The date and time that the object was last updated.
ArticleRating.value ● Int! non-null scalar common
The overall rating of the article.
Interfaces
Node interface common
An object with an ID.
Timestamped interface common
An object with timestamp fields for when it was created and last updated.
Member of
ArticleRatingConnection object ● ArticleRatingEdge object