ENUM

PostType

PostType is enum for the field type

link GraphQL Schema definition

  • enum PostType {
  • video
  • poll
  • image
  • text
  • article
  • }