OBJECT

UnsubscribeEmailPayload

Output from the unsubscribe mutation.

link GraphQL Schema definition

1type UnsubscribeEmailPayload {
2
3# Specifies whether the action was successful.
4isSuccess: Boolean!
5
6}