userUpdate
No description
userUpdate(
id: Int!
input: UpdateUserInput!
): IBaseUser!
Arguments
userUpdate.id
● Int!
non-null scalar
User unique identifier
userUpdate.input
● UpdateUserInput!
non-null input
Type
IBaseUser
interface
Interface for the BaseUser Type, where both Contacts and Customers derive from