Skip to main content
Version: v4

PostParent

No description

type PostParent {
id: String!
universalTitle: String!
category: [Category!]!
clinicallyVerified: Boolean!
createdAt: DateTime!
updatedAt: DateTime!
deletedAt: DateTime
photoFileDetails: FileDetails!
posts: [Post!]!
}

Fields

PostParent.id ● String! non-null scalar

UUID of post parent

PostParent.universalTitle ● String! non-null scalar

Universal title of post parent

PostParent.category ● [Category!]! non-null enum

List of categories post parent is included in

PostParent.clinicallyVerified ● Boolean! non-null scalar

Flag indicating if content has been clinically verified

PostParent.createdAt ● DateTime! non-null scalar

Creation time given as the ISO Date string

PostParent.updatedAt ● DateTime! non-null scalar

Last update time given as the ISO Date string

PostParent.deletedAt ● DateTime scalar

Soft delete time given as the ISO Date string

PostParent.photoFileDetails ● FileDetails! non-null object

Display photo for post parent

PostParent.posts ● [Post!]! non-null object

Posts of post parent

Returned by

getPostParents query

Member of

Post object

Implemented by

FileDetailsParentUnion union