UpsertUserInput Input Object
Fields
#
firstName
String !
Non-null
The first name of the user. (Only used if the email address does not already exist)
id
Use this field to provide either a Cloudshelf gid, or your own external gid. If the external gid already exists, the existing record will be updated. If the external gid does not exist, a new record will be created.
lastName
String !
Non-null
The last name of the user. (Only used if the email address does not already exist)
Usages
#
References
#
- Argument input of field upsertUser from type Mutation
Previous
UTCDateTime
Next
UpsertVariantsInput