INPUT_OBJECT
UserCreate
User of the Assignar platform.
link GraphQL Schema definition
- input UserCreate {
- # A custom employee ID string for pairing with other systems.
- String :
- # Login name.
- String! :
- # First/Given name.
- String! :
- # Last/Surname.
- String! :
- # Date of birth.
- DateExpression :
- # Mailing address.
- AddressInput :
- # Contact email address.
- String :
- # Contact phone number.
- String :
- # Employment type.
- Int :
- # Emergency contact details.
- EmergencyContactInput :
- # True if the user is active, false if they have been archived.
- Boolean :
- # Free text comments.
- String :
- # Unique Student Identifier.
- String :
- # A picture of the user.
- String :
- # The user's account type.
- IdObject! :
- # The user's password.
- String! :
- # The categorization tags on the user.
- IdObject] : [
- # A user's suppliers
- IdObject] : [
- # Roles associated to the user.
- IdObject] : [
- # Leave request manager user ID.
- Int! :
- }