Skip to content

updateOnboardingFlowPayload

Autogenerated return type of updateOnboardingFlow.

Fields

messages · [FieldError] · The list of errors occurred during the mutation

Used By

Definition

"""
Autogenerated return type of updateOnboardingFlow.
"""
type updateOnboardingFlowPayload {
"""
The list of errors occurred during the mutation
"""
messages: [FieldError]
onboardingFlow: OnboardingFlow
}