INPUT_OBJECT

UpdateAuthUserInput

link GraphQL Schema definition

  • input UpdateAuthUserInput {
  • # Email of the user.
  • email: String
  • # Password of the user.
  • password: String
  • # Name of the user.
  • name: String
  • id: String!
  • }

link Require by