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