EmployeeImport
Employee import history
Implements
Connections
employee_import_errors (
EmployeeImportErrorConnection
)
Argument | Type | Description |
---|---|---|
after |
String
|
Returns the elements in the list that come after the specified cursor. |
before |
String
|
Returns the elements in the list that come before the specified cursor. |
first |
Int
|
Returns the first n elements from the list. |
last |
Int
|
Returns the last n elements from the list. |
employee_import_versions (
EmployeeImportVersionConnection
)
Argument | Type | Description |
---|---|---|
after |
String
|
Returns the elements in the list that come after the specified cursor. |
before |
String
|
Returns the elements in the list that come before the specified cursor. |
events |
[EmployeeImportEvent]!
|
|
first |
Int
|
Returns the first n elements from the list. |
last |
Int
|
Returns the last n elements from the list. |
Fields
id (
ID!
)
approver (
Employee
)
autoCancelAt (
String
)
backupUrl (
String
)
Backup csv file url
createdAt (
String!
)
createdCount (
Int!
)
destroyedCount (
Int!
)
failed (
[EmployeeImportFailed]
)
failedCount (
Int!
)
importedBy (
String!
)
mapping (
String!
)
progress (
ImportProgress
)
seatedCount (
Int!
)
source (
String
)
status (
String
)
totalCount (
Int!
)
touchedCount (
Int!
)
unseatedCount (
Int!
)
updatedAt (
String!
)
updatedCount (
Int!
)
url (
String
)
Import csv file url
uuid (
String!
)