Skip to main content
Version: s5

PostDetails

Post details (language specific)

type PostDetails {
id: String!
language: Language!
title: String!
description: String!
keywords: [String!]
learningOutcome: String
createdAt: DateTimeISO!
updatedAt: DateTimeISO!
deletedAt: DateTimeISO
postId: String!
post: Post!
}

Fields

PostDetails.id ● String! non-null scalar

UUID of post details

PostDetails.language ● Language! non-null enum

Language of post details

PostDetails.title ● String! non-null scalar

Title for the post

PostDetails.description ● String! non-null scalar

Description for the post

PostDetails.keywords ● [String!] list scalar

Keywords for the post

PostDetails.learningOutcome ● String scalar

Learning outcome for the post

PostDetails.createdAt ● DateTimeISO! non-null scalar

Creation time given as the ISO Date string

PostDetails.updatedAt ● DateTimeISO! non-null scalar

Last update time given as the ISO Date string

PostDetails.deletedAt ● DateTimeISO scalar

Soft delete time given as the ISO Date string

PostDetails.postId ● String! non-null scalar

Post id

PostDetails.post ● Post! non-null object

Post

Returned by

getPostDetails query

Member of

Post object