Skip to main content

CreateMultiConsentInput

Input of the createMultiConsent mutation

input CreateMultiConsentInput {
orderedConsentIds: [ConsentIdWithOrder!]!
redirectUrl: String!
}

Fields

CreateMultiConsentInput.orderedConsentIds ● [ConsentIdWithOrder!]! non-null input

A list of consent IDs with their related execution orders

CreateMultiConsentInput.redirectUrl ● String! non-null scalar

URL the user is redirected to after consent has been given

Member Of

createMultiConsent mutation