OBJECT

InvalidateEmailAssociationPayload

InvalidateEmailAssociationPayload is the response payload.

link GraphQL Schema definition

1type InvalidateEmailAssociationPayload {
2
3# HasSucceeded indicates whether or not the request has succeeded.
4hasSucceeded: Boolean!
5
6}