SocialPost
No description
type SocialPost {
account: SocialMediaAccount!
created_at: DateTime!
created_by: ID!
description: String
editor_state: JSON
id: ID!
link_url: String
media: [SocialPostMedia!]
message: String!
og_image: String
post_at: DateTime!
processing_status: ProcessingStatus!
title: String
updated_at: DateTime!
updated_by: ID!
}