Skip to main content

BulkDeleteStoryTimeframesPayload

Autogenerated return type of BulkDeleteStoryTimeframes.

type BulkDeleteStoryTimeframesPayload {
clientMutationId: String
data: StoryTimeframes
errors: [Error!]!
}

Fields

BulkDeleteStoryTimeframesPayload.clientMutationId ● String scalar

A unique identifier for the client performing the mutation.

BulkDeleteStoryTimeframesPayload.data ● StoryTimeframes object

Story Timeframe data

BulkDeleteStoryTimeframesPayload.errors ● [Error!]! non-null object

List of errors

Returned By

deleteTimeframes mutation