GraphQL reference

TimeCard

Object

Fields

FieldTypeDescription
attachment
id: ID!
GenericAttachment
attachments
after: String
before: String
first: Int
last: Int
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.
constructableUrlString
createdAtISO8601DateTime!
dateISO8601Date!
deletedAtISO8601DateTime
idID!
lineItem
id: ID!
TimeCardLineItem
lineItems
after: String
before: String
first: Int
last: Int
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.
numberString!
organizationOrganization!
organizationIdID!
updatedAtISO8601DateTime!
userUser!
userIdID!