Skip to main content

CreateStoryTimeframePayload

Autogenerated return type of CreateStoryTimeframe.

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

Fields

CreateStoryTimeframePayload.clientMutationId ● String scalar

A unique identifier for the client performing the mutation.

CreateStoryTimeframePayload.data ● Timeframe object

Timeframe data

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

List of errors

Returned By

createTimeframe mutation