Mutation
mutation DeleteMarketingBanner($input: DeleteMarketingBannerInput!) {
deleteMarketingBanner(input: $input) {
banner {
appLinkUrl
buttonText
buttonUrl
createdAt
creator {
avatarUrl
badges {
__typename
}
conversations {
__typename
}
customFieldResponses {
__typename
}
dailyVisitStreak {
__typename
}
directMessages {
__typename
}
}
descriptionHtml
}
clientMutationId
errors
}
}Variables
{
"input": {
"id": "id"
}
}Response
{
"data": {
"deleteMarketingBanner": {
"banner": {
"appLinkUrl": "string",
"buttonText": "string",
"buttonUrl": "string",
"createdAt": "value",
"creator": {
"avatarUrl": "string",
"badges": [
{
"__typename": "Badge"
}
],
"conversations": {
"__typename": "PublicConversationConnection"
},
"customFieldResponses": {
"__typename": "MemberCustomFieldResponseConnection"
},
"dailyVisitStreak": {
"__typename": "DailyVisitStreak"
},
"directMessages": {
"__typename": "PrivateConversationConnection"
}
},
"descriptionHtml": "string"
},
"clientMutationId": "string",
"errors": [
"string"
]
}
}
}Mutations
deleteMarketingBanner
Delete a Marketing Banner.
MUTATION
deleteMarketingBanner(input: DeleteMarketingBannerInput!): DeleteMarketingBannerPayloadArguments
input
DeleteMarketingBannerInput!
required
Parameters for DeleteMarketingBanner
Returns
banner
clientMutationId
String
A unique identifier for the client performing the mutation.
errors
[String!]!
Mutation
mutation DeleteMarketingBanner($input: DeleteMarketingBannerInput!) {
deleteMarketingBanner(input: $input) {
banner {
appLinkUrl
buttonText
buttonUrl
createdAt
creator {
avatarUrl
badges {
__typename
}
conversations {
__typename
}
customFieldResponses {
__typename
}
dailyVisitStreak {
__typename
}
directMessages {
__typename
}
}
descriptionHtml
}
clientMutationId
errors
}
}Variables
{
"input": {
"id": "id"
}
}Response
{
"data": {
"deleteMarketingBanner": {
"banner": {
"appLinkUrl": "string",
"buttonText": "string",
"buttonUrl": "string",
"createdAt": "value",
"creator": {
"avatarUrl": "string",
"badges": [
{
"__typename": "Badge"
}
],
"conversations": {
"__typename": "PublicConversationConnection"
},
"customFieldResponses": {
"__typename": "MemberCustomFieldResponseConnection"
},
"dailyVisitStreak": {
"__typename": "DailyVisitStreak"
},
"directMessages": {
"__typename": "PrivateConversationConnection"
}
},
"descriptionHtml": "string"
},
"clientMutationId": "string",
"errors": [
"string"
]
}
}
}⌘I