Skip to main content
MUTATION
createAnnouncement(input: CreateAnnouncementInput!): CreateAnnouncementPayload

Arguments

input
CreateAnnouncementInput!
required

Parameters for CreateAnnouncement

announcement
clientMutationId
String

A unique identifier for the client performing the mutation.

errors
[String!]!
queued
Boolean!

True when recipient resolution was deferred to a background job, in which case the returned announcement is created but sent shortly. False when the announcement was created and sent synchronously.

Mutation
Variables
Response