aws_publish
Tells the service which subscriptions will be published to when this mutation is called. This directive is deprecated use @aws_susbscribe directive instead.
directive @aws_publish(
subscriptions: [String]
) on FIELD_DEFINITION
Arguments
aws_publish.subscriptions ● [String] list scalar
List of subscriptions which will be published to when this mutation is called.