Skip to content

createRequestedFormPayload

Autogenerated return type of createRequestedForm.

Fields

deprecated DO NOT USE
messages · [FieldError] · The list of errors occurred during the mutation

Used By

Definition

"""
Autogenerated return type of createRequestedForm.
"""
type createRequestedFormPayload {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
"""
The list of errors occurred during the mutation
"""
messages: [FieldError]
requestedFormCompletion: RequestedFormCompletion
requestedFormCompletionStatus: RequestedFormStatusType
}