OBJECT

UserUpdateMutationPayload

Autogenerated return type of UserUpdateMutation.

link GraphQL Schema definition

  • type UserUpdateMutationPayload {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • errors: [ValidationError!]
  • status: Int!
  • user: User
  • }