GraphQL Schema Reference
TimelineEventMutations ¶
GraphQL Schema definition ¶
- type TimelineEventMutations {
- # Bulk-inserts TimelineEvents linked to ENV Test Cases. Every event is validated
- # first;
- # only valid events are inserted, in one transaction. Invalid events are reported
- # per-item
- # in the response rather than failing the whole request. Max 1000 events per call.
- #
- # Arguments
- # input:
- (: CreateTimelineEventsInput!): CreateTimelineEventsPayload
- }