INPUT_OBJECT

CreateSocialMediaInput

CreateSocialMediaInput creates social media under the given channelID.

link GraphQL Schema definition

1input CreateSocialMediaInput {
4
2# The ID of the channel the social media should belong to.
3channelID: ID!
7
5# The visible text of the social media item.
6title: String!
10
8# The web address of the social media item.
9url: String!
11}