accounts icon indicating copy to clipboard operation
accounts copied to clipboard

After extending createUser mutation in db added user without new fields.

Open OlehObodin opened this issue 1 year ago • 0 comments

After extending

 extend input CreateUserInput {
  profile: CreateUserProfileInput
  company: CreateUserCompanyInput
  isSeller: Boolean
}

db does not get the new fields.

OlehObodin avatar Aug 02 '22 11:08 OlehObodin