INPUT_OBJECT

UpdateSocialMediaInput

UpdateSocialMediaInput updates existing a social media item under the given channelID.

link GraphQL Schema definition

1input UpdateSocialMediaInput {
4
2# The unique channel identifier.
3channelID: ID!
7
5# The unique indentifier of the social media item.
6id: ID!
10
8# The visible text of the social media item.
9title: String
13
11# The web address of the social media item.
12url: String
14}