BulkCreateStoryTimeframesInput
Autogenerated input type of BulkCreateStoryTimeframes
input BulkCreateStoryTimeframesInput {
clientMutationId: String
params: TimeframesCreateInput!
storyId: ID!
}
Fields
BulkCreateStoryTimeframesInput.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
BulkCreateStoryTimeframesInput.params ● TimeframesCreateInput! non-null input
Timeframes create params
BulkCreateStoryTimeframesInput.storyId ● ID! non-null scalar
Story Id
Member Of
createTimeframes mutation