You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After we added connect and set to update and create, respectively - when the value of the connected field is a type of primitive, an error occurred. For example, while trying to create a new user or update an existing one, because the roles filed is from type: string[] and the server expect to EntityWhereUniqueInput and not to nested - the action fails
The text was updated successfully, but these errors were encountered:
After we added connect and set to update and create, respectively - when the value of the connected field is a type of primitive, an error occurred. For example, while trying to create a new user or update an existing one, because the roles filed is from type:
string[]
and the server expect to EntityWhereUniqueInput and not to nested - the action failsThe text was updated successfully, but these errors were encountered: