GraphQL OBJECT

UpdateUserAccountPayload

Payload for user account create.

link Definition

  • type UpdateUserAccountPayload {
  • # The updated user account.
  • updatedUserAccount: UserAccount
  • }

link Required by