TimeCard
ObjectFields
| Field | Type | Description |
|---|---|---|
| attachment id: ID! | GenericAttachment | — |
| attachments | GenericAttachmentConnection! | Returns the elements in the list that come after the specified cursor. Returns the elements in the list that come before the specified cursor. Returns the first _n_ elements from the list. Returns the last _n_ elements from the list. |
| constructableUrl | String | — |
| createdAt | ISO8601DateTime! | — |
| date | ISO8601Date! | — |
| deletedAt | ISO8601DateTime | — |
| id | ID! | — |
| lineItem id: ID! | TimeCardLineItem | — |
| lineItems | TimeCardLineItemConnection! | Returns the elements in the list that come after the specified cursor. Returns the elements in the list that come before the specified cursor. Returns the first _n_ elements from the list. Returns the last _n_ elements from the list. |
| number | String! | — |
| organization | Organization! | — |
| organizationId | ID! | — |
| updatedAt | ISO8601DateTime! | — |
| user | User! | — |
| userId | ID! | — |