BulkUpdateStoryTimeframesPayload
Autogenerated return type of BulkUpdateStoryTimeframes.
type BulkUpdateStoryTimeframesPayload {
clientMutationId: String
data: StoryTimeframes
errors: [Error!]!
}
Fields
BulkUpdateStoryTimeframesPayload.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
BulkUpdateStoryTimeframesPayload.data ● StoryTimeframes object
Story Timeframe data
BulkUpdateStoryTimeframesPayload.errors ● [Error!]! non-null object
List of errors
Returned By
updateTimeframes mutation