Skip to content

GraphQL Schema Reference

TimelineEventCreateItem

GraphQL Schema definition

  • type TimelineEventCreateItem {
  • clientId: String!
  • timelineEvent: TimelineEvent
  • errors: [TimelineEventInsertError!]
  • # Populated only when this item's designation caused the test case's FK to repoint
  • # away
  • # from a previously-assigned event. That prior event is left in place, just no
  • # longer
  • # referenced by this designation.
  • replacedTimelineEventId: String
  • }