Skip to main content

DeleteStoryTimeframePayload

Autogenerated return type of DeleteStoryTimeframe.

type DeleteStoryTimeframePayload {
clientMutationId: String
data: Timeframe
errors: [Error!]!
}

Fields

DeleteStoryTimeframePayload.clientMutationId ● String scalar

A unique identifier for the client performing the mutation.

DeleteStoryTimeframePayload.data ● Timeframe object

Timeframe data

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

List of errors

Returned By

deleteTimeframe mutation