aws_subscribe
Tells the service which mutation triggers this subscription.
directive @aws_subscribe(
mutations: [String]
) on FIELD_DEFINITION
Arguments
aws_subscribe.mutations
● [String]
list scalar
List of mutations which will trigger this subscription when they are called.