OBJECT

RecordSocialPostPayload

Acknowledgement of a recorded publish. The readable SocialPost type and its analytics belong to VE-26373/VE-26375.

link GraphQL Schema definition

1type RecordSocialPostPayload {
2
3# Also what @audit records as the object id — keep it, or audit rows lose their
4# subject.
5id: ID!
6
7status: SocialPostStatus!
8
9}

link Required by

This element is not required by anyone