Post
No description
type Post {
allowedEmojis: [String!]
attachmentIds: [ID!]!
attachments: [File!]
authMemberProps: PostAuthMemberProps
createdAt: DateTime!
createdBy: SpaceMember
createdById: ID!
customSeoDetail: CustomSeoDetail
description: String
embedIds: [String!]!
embeds: [Embed!]
fields: [CustomField!]
followersCount: Int
forbiddenEmojis: [String!]
hasMoreContent: Boolean!
id: ID!
imageIds: [ID!]!
images: [Media!]
isAnonymous: Boolean!
isHidden: Boolean
language: String
lastActivityAt: DateTime
lastActivityDetail: PostLastActivityDetail
locked: Boolean!
mappingFields: [PostMappingField!]
mentionedMembers: [String!]!
mentions: [Member!]
negativeReactions: [String!]
negativeReactionsCount: Int!
networkId: ID!
owner: SpaceMember
ownerId: ID!
pinnedInto: [PinnedInto!]!
pinnedReplies: [Post!]
positiveReactions: [String!]
positiveReactionsCount: Int!
postType: PostType
postTypeId: ID!
primaryReactionType: ReactionType!
publishedAt: DateTime
reactions: [PostReactionDetail!]
reactionsCount: Int!
relativeUrl: String
repliedTo: Post
repliedToId: ID
repliedToIds: [String!]
repliedTos: [Post!]
replies(
after: String
before: String
excludePins: Boolean
limit: Int!
offset: Int
orderBy: PostListOrderByEnum
orderByString: String
reverse: Boolean
): PaginatedPost
repliesCount: Int!
seoDetail: PostSeoDetail!
shortContent: String
shortcuts: [Shortcut!]
singleChoiceReactions: [String!]!
slug: String
space: Space
spaceId: ID!
status: PostStatus!
tagIds: [String!]
tags: [Tag!]
thumbnail: Media
thumbnailId: String
title: String
topRepliers: [PostTopReplier!]!
topicIds: [String!]
totalRepliesCount: Int!
updatedAt: DateTime!
url: String
}
Fields
allowedEmojis
([String!]
)
attachmentIds
([ID!]!
)
attachments
([File!]
)
authMemberProps
(PostAuthMemberProps
)
createdAt
(DateTime!
)
createdBy
(SpaceMember
)
createdById
(ID!
)
customSeoDetail
(CustomSeoDetail
)
description
(String
)
embedIds
([String!]!
)
embeds
([Embed!]
)
fields
([CustomField!]
)
followersCount
(Int
)
forbiddenEmojis
([String!]
)
hasMoreContent
(Boolean!
)
id
(ID!
)
imageIds
([ID!]!
)
images
([Media!]
)
isAnonymous
(Boolean!
)
isHidden
(Boolean
)
language
(String
)
lastActivityAt
(DateTime
)
lastActivityDetail
(PostLastActivityDetail
)
locked
(Boolean!
)
Whether the post is locked
mappingFields
([PostMappingField!]
)
mentionedMembers
([String!]!
)
mentions
([Member!]
)
negativeReactions
([String!]
)
negativeReactionsCount
(Int!
)
networkId
(ID!
)
owner
(SpaceMember
)
ownerId
(ID!
)
pinnedInto
([PinnedInto!]!
)
pinnedReplies
([Post!]
)
positiveReactions
([String!]
)
positiveReactionsCount
(Int!
)
postType
(PostType
)
postTypeId
(ID!
)
primaryReactionType
(ReactionType!
)
publishedAt
(DateTime
)
reactions
([PostReactionDetail!]
)
reactionsCount
(Int!
)
relativeUrl
(String
)
repliedTo
(Post
)
repliedToId
(ID
)
repliedToIds
([String!]
)
repliedTos
([Post!]
)
replies
(PaginatedPost
)
after
(String
)before
(String
)excludePins
(Boolean
)limit
(Int!
)offset
(Int
)orderBy
(PostListOrderByEnum
)orderByString
(String
)reverse
(Boolean
)