OBJECT

CreateSocialMediaPayload

CreateSocialMediaPayload returns the new social medias that were created.

link GraphQL Schema definition

1type CreateSocialMediaPayload {
2
3# The channel of the social media that was created.
4channel: Channel
5
6# The potential error when creating a social media.
7error: CreateSocialMediaError
8
9}