UpsertCustomTimelineEntryOutput
No description
type UpsertCustomTimelineEntryOutput {
timelineEntry: TimelineEntry
result: UpsertResult
error: MutationError
}
Fields
UpsertCustomTimelineEntryOutput.timelineEntry
● TimelineEntry
object
UpsertCustomTimelineEntryOutput.result
● UpsertResult
enum
UpsertCustomTimelineEntryOutput.error
● MutationError
object
Returned by
upsertCustomTimelineEntry
mutation