GraphQL reference

CreateOrUpdateTimeCardPayload

Object

Autogenerated return type of CreateOrUpdateTimeCard.

mutation { organization(id: $organizationId) { createOrUpdateTimeCard } }

Example

mutation CreateOrUpdateTimeCard(
  $organizationId: ID!
  $input: CreateOrUpdateTimeCardInput!
) {
  organization(id: $organizationId) {
    createOrUpdateTimeCard(input: $input) {
        timeCard
        errors
      }
  }
}

Fields

FieldTypeDescription
clientMutationIdStringA unique identifier for the client performing the mutation.
constructableUrlString
errors[String!]!
timeCardTimeCard