INPUT_OBJECT

VendorConsentStatusInput

VendorConsentStatusInput is the input struct for vendor consent status.

link GraphQL Schema definition

1input VendorConsentStatusInput {
4
2# Consent status of this vendor.
3consentStatus: ConsentStatus!
7
5# name of the vendor.
6name: VendorName!
8}