INPUT_OBJECT

DeleteSocialMediaInput

Mutation input to delete a social media item by ID under the given channelID.

link GraphQL Schema definition

1input DeleteSocialMediaInput {
4
2# The ID of the channel the social media belongs to.
3channelID: ID!
7
5# The ID of the social media item.
6id: ID!
8}