Skip to content

embedForm

Embed Forms to Objects

Arguments

input · EmbedFormInput · Parameters for EmbedForm

Returns

EmbedFormPayload

Example

mutation embedForm($input: EmbedFormInput) {
embedForm(input: $input) {
messages
success_string
}
}