BulkDeleteStoryTimeframesInput
Autogenerated input type of BulkDeleteStoryTimeframes
input BulkDeleteStoryTimeframesInput {
clientMutationId: String
ids: [ID!]!
storyId: ID!
}
Fields
BulkDeleteStoryTimeframesInput.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
BulkDeleteStoryTimeframesInput.ids ● [ID!]! non-null scalar
Timeframes ids
BulkDeleteStoryTimeframesInput.storyId ● ID! non-null scalar
Story Id
Member Of
deleteTimeframes mutation