Skip to content

createFormAnswerGroupSigning

deprecated Use `signFormAnswerGroup` mutation

Create FormAnswerGroupSigning

Arguments

input · createFormAnswerGroupSigningInput · Parameters for createFormAnswerGroupSigning

Returns

createFormAnswerGroupSigningPayload

Example

mutation createFormAnswerGroupSigning(
$input: createFormAnswerGroupSigningInput
) {
createFormAnswerGroupSigning(input: $input) {
formAnswerGroupSigning
messages
}
}