CreateTimeEntryInput Input Object
Input for creating or updating a single time entry. If an entry already exists for the same user, container, category, and date, it will be updated (upserted) rather than duplicated.
Fields
#
date
Date !
Non-null
Calendar date for the entry in ISO-8601 format (e.g. 2025-06-02). The server normalises to the start of day in UTC.
Usages
#
References
#
- Argument entries of field createTimeEntries from type Mutation
Previous
CreateTimeEntriesResult
Next
CreateWebhookInput