ArticleVersion
No description
type ArticleVersion implements Timestamped {
body: String
createdAt: DateTime!
description: String
metaRobots: String
pageTitle: String
publishedAt: DateTime
title: String
updatedAt: DateTime!
}
Fields
ArticleVersion.body ● String scalar common
The body of the article version.
ArticleVersion.createdAt ● DateTime! non-null scalar common
The date and time that the object was created.
ArticleVersion.description ● String scalar common
The description of the article version.
ArticleVersion.metaRobots ● String scalar common
The meta robots of the article version.
ArticleVersion.pageTitle ● String scalar common
The page title of the article version.
ArticleVersion.publishedAt ● DateTime scalar common
The published at of the article version.
ArticleVersion.title ● String scalar common
The title of the article version.
ArticleVersion.updatedAt ● DateTime! non-null scalar common
The date and time that the object was last updated.
Interfaces
Timestamped interface common
An object with timestamp fields for when it was created and last updated.
Member of
Article object