OBJECT
RecordSocialPostPayload
Acknowledgement of a recorded publish. The readable SocialPost type and its analytics belong to VE-26373/VE-26375.
link GraphQL Schema definition
1 type RecordSocialPostPayload { 2 3 # Also what @audit records as the object id — keep it, or audit rows lose their 4 # subject. 5 : ID! 6 7 : SocialPostStatus! 8 9 }
link Required by
This element is not required by anyone