ConsentIdWithOrder
Consent ID with related execution order
input ConsentIdWithOrder {
order: Int!
consentId: String!
}
Fields
ConsentIdWithOrder.order
● Int!
non-null scalar
Execution order. Consents are granted in ascending order. Consents with the same order may be granted in parallel.
ConsentIdWithOrder.consentId
● String!
non-null scalar
Consent ID
Member Of
CreateMultiConsentInput
input