ConsentCreate
Create a new Consent resource.
Mutation
mutation ConsentCreate($input: ConsentCreateInput!) {
ConsentCreate(input: $input) {
id
}
}
Input
input: See ConsentCreateInput for input fields.
Return Type
Returns the created Consent resource.