ENUM

ConsentStatus

ConsentStatus is the flag to show user gives or denies the consent.

link GraphQL Schema definition

1enum ConsentStatus {
2
3# User gives consent.
4GIVEN
5
6# User denies consent.
7DENIED
8}