userCreate
Creates a new user, if you want this new user to be able to login, please use userRegister
userCreate(
input: CreateUserInput!
): IBaseUser!
Arguments
userCreate.input
● CreateUserInput!
non-null input
Type
IBaseUser
interface
Interface for the BaseUser Type, where both Contacts and Customers derive from