OBJECT

LastNameIsEmptyError

Missing value for the last name

link GraphQL Schema definition

  • type LastNameIsEmptyError implements UserError {
  • # Error message describing the reason of the failure
  • message: String!
  • }