ContentType
No description
enum ContentType {
  POST
  POST_COMMENT
  USER
  SPACE
  SPACE_TASK
  FEED_POST
  SPACE_APPOINTMENT
}
Values
ContentType.POST
ContentType.POST_COMMENT
ContentType.USER
ContentType.SPACE
ContentType.SPACE_TASK
ContentType.FEED_POST
ContentType.SPACE_APPOINTMENT
Member Of
reportContent  mutation