INPUT_OBJECT
VendorConsentStatusInput
VendorConsentStatusInput is the input struct for vendor consent status.
link GraphQL Schema definition
1 input VendorConsentStatusInput { 4 2 # Consent status of this vendor. 3 : ConsentStatus! 7 5 # name of the vendor. 6 : VendorName! 8 }