OBJECT

updateOnboardingItemPayload

Autogenerated return type of updateOnboardingItem.

link GraphQL Schema definition

  • type updateOnboardingItemPayload {
  • # DO NOT USE
  • clientMutationId: String @deprecated( reason: "DO NOT USE" )
  • # The list of errors occurred during the mutation
  • messages: [FieldError]
  • onboardingItem: OnboardingItem
  • }