Skip to main content

ConsentCreate

Create a new Consent resource.

Mutation

mutation ConsentCreate($input: ConsentCreateInput!) {
ConsentCreate(input: $input) {
id
}
}

Input

Return Type

Returns the created Consent resource.