Skip to main content

BulkUpdateStoryTimeframesInput

Autogenerated input type of BulkUpdateStoryTimeframes

input BulkUpdateStoryTimeframesInput {
clientMutationId: String
params: TimeframesUpdateInput!
storyId: ID!
}

Fields

BulkUpdateStoryTimeframesInput.clientMutationId ● String scalar

A unique identifier for the client performing the mutation.

BulkUpdateStoryTimeframesInput.params ● TimeframesUpdateInput! non-null input

Timeframes update params

BulkUpdateStoryTimeframesInput.storyId ● ID! non-null scalar

Story Id

Member Of

updateTimeframes mutation