PostType (Object)
Description
No description
Fields
| Name | Description | 
|---|---|
| actions - [PostTypeAction!] | |
| allowedEmojis - [String!] | |
| allowedReactions - [String!] | |
| archived - Boolean! | |
| authMemberProps - PostTypeAuthMemberProps | |
| context - PostTypeContext! | |
| createdAt - DateTime! | |
| customReactions - [CustomReaction!] | |
| description - String | |
| excludedNativeShortcuts - [String!] | |
| forbiddenEmojis - [String!] | |
| forbiddenReactions - [String!] | |
| icon - Media | |
| iconId - String | |
| id - ID! | |
| languageTemplate - String | |
| layout - String! | |
| mappings - [PostTypeMapping!] | |
| name - String! | |
| nativeFieldsTemplates - NativeFieldsTemplates | |
| negativeReactions - [String!] | |
| pluralName - String! | |
| positiveReactions - [String!] | |
| postFields - CustomFieldsSchema | |
| primaryReactionType - ReactionType | Has been replaced by allowedReactions, but some may still use it | 
| recommendationsSettings - PostTypeRecommendationSettings | |
| shortContentTemplate - String | |
| singleChoiceReactions - [String!] | |
| slate - Slate! | |
| slug - String! | |
| titleTemplate - String | |
| updatedAt - DateTime! | |
| validReplyTypes - [PostType!] | 
type PostType {
  actions: [PostTypeAction!]
  allowedEmojis: [String!] @deprecated
  allowedReactions: [String!]
  archived: Boolean!
  authMemberProps: PostTypeAuthMemberProps
  context: PostTypeContext!
  createdAt: DateTime!
  customReactions: [CustomReaction!]
  description: String
  excludedNativeShortcuts: [String!]
  forbiddenEmojis: [String!] @deprecated
  forbiddenReactions: [String!]
  icon: Media
  iconId: String
  id: ID!
  languageTemplate: String
  layout: String!
  mappings: [PostTypeMapping!] @deprecated
  name: String!
  nativeFieldsTemplates: NativeFieldsTemplates
  negativeReactions: [String!] @deprecated
  pluralName: String!
  positiveReactions: [String!] @deprecated
  postFields: CustomFieldsSchema
  primaryReactionType: ReactionType
  recommendationsSettings: PostTypeRecommendationSettings
  shortContentTemplate: String
  singleChoiceReactions: [String!]
  slate: Slate!
  slug: String!
  titleTemplate: String
  updatedAt: DateTime!
  validReplyTypes: [PostType!]
}