CreateStoryTimeframeInput
Autogenerated input type of CreateStoryTimeframe
input CreateStoryTimeframeInput {
clientMutationId: String
params: StoryTimeframeCreateInput!
storyId: ID!
}
Fields
CreateStoryTimeframeInput.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
CreateStoryTimeframeInput.params ● StoryTimeframeCreateInput! non-null input
Timeframe create params
CreateStoryTimeframeInput.storyId ● ID! non-null scalar
Story Id
Member Of
createTimeframe mutation