TemporalWorkflow
TemporalWorkflow Type
Fields
Field
Type
Description
Related Types
Usage Example
mutation CreateInventoryItem($input: CreateInventoryItemInput!) {
createInventoryItem(input: $input) {
id
workflow {
type
id
runID
}
}
}JavaScript Example
Notes
Breaking Changes
Last updated
Was this helpful?
