object Packer
Fields
| Field | Type | Description | |||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id | ID! | ||||||||||||||||||||||||||
email | String! | ||||||||||||||||||||||||||
password | String! | ||||||||||||||||||||||||||
permissions | String | ||||||||||||||||||||||||||
activated | Boolean! | ||||||||||||||||||||||||||
activation_code | String | ||||||||||||||||||||||||||
activated_at | DateTime | ||||||||||||||||||||||||||
last_login | DateTime | ||||||||||||||||||||||||||
persist_code | String | ||||||||||||||||||||||||||
reset_password_code | String | ||||||||||||||||||||||||||
first_name | String | ||||||||||||||||||||||||||
last_name | String | ||||||||||||||||||||||||||
created_at | DateTime! | ||||||||||||||||||||||||||
updated_at | DateTime! | ||||||||||||||||||||||||||
account_id | Int | ||||||||||||||||||||||||||
step_completed | Boolean! | ||||||||||||||||||||||||||
parent | Int! | ||||||||||||||||||||||||||
profile_image | String | ||||||||||||||||||||||||||
token | String | ||||||||||||||||||||||||||
default_picking_option | String! | ||||||||||||||||||||||||||
threepl_user_id | Int | ||||||||||||||||||||||||||
suuid | String | ||||||||||||||||||||||||||
tokens_invalidated_at | DateTime | ||||||||||||||||||||||||||
do_not_email | Boolean! | ||||||||||||||||||||||||||
use_sso | Boolean! | ||||||||||||||||||||||||||
use_mfa | Boolean! | ||||||||||||||||||||||||||
position | String | ||||||||||||||||||||||||||
hourly_rate | Float | ||||||||||||||||||||||||||
default_language | String! | ||||||||||||||||||||||||||
payroll_id | String | ||||||||||||||||||||||||||
has_appdot_access | Boolean! | ||||||||||||||||||||||||||
allowed_warehouses | WarehouseTypeCountableConnection | ||||||||||||||||||||||||||
| |||||||||||||||||||||||||||
stores | UserStoresTypeCountableConnection | ||||||||||||||||||||||||||
| |||||||||||||||||||||||||||
row_id | BigInt | ||||||||||||||||||||||||||
name | String | ||||||||||||||||||||||||||
Referenced By
- LabelBatchItemType Type
- UserStoresType Type
Example
{
"id": "abc123",
"email": "abc123",
"password": "abc123",
"permissions": "abc123",
"activated": true,
"activation_code": "abc123",
"activated_at": "abc123",
"last_login": "abc123",
"persist_code": "abc123",
"reset_password_code": "abc123",
"first_name": "abc123",
"last_name": "abc123",
"created_at": "abc123",
"updated_at": "abc123",
"account_id": 987,
"step_completed": true,
"parent": 987,
"profile_image": "abc123",
"token": "abc123",
"default_picking_option": "abc123",
"threepl_user_id": 987,
"suuid": "abc123",
"tokens_invalidated_at": "abc123",
"do_not_email": true,
"use_sso": true,
"use_mfa": true,
"position": "abc123",
"hourly_rate": 1.0,
"default_language": "abc123",
"payroll_id": "abc123",
"has_appdot_access": true,
"allowed_warehouses": WarehouseTypeCountableConnection,
"stores": UserStoresTypeCountableConnection,
"row_id": "abc123",
"name": "abc123"
}