Skip to main content

BulkCreateStoryTimeframesPayload

Autogenerated return type of BulkCreateStoryTimeframes.

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

Fields

BulkCreateStoryTimeframesPayload.clientMutationId ● String scalar

A unique identifier for the client performing the mutation.

BulkCreateStoryTimeframesPayload.data ● StoryTimeframes object

Story Timeframe data

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

List of errors

Returned By

createTimeframes mutation