Skip to content

Commit

Permalink
Use new Flow type from schema.
Browse files Browse the repository at this point in the history
  • Loading branch information
hjoliver committed Apr 12, 2022
1 parent 8006bb6 commit a847222
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions cylc/flow/network/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -1410,6 +1410,7 @@ class Flow(String):
"""An integer or one of {FLOW_ALL}, {FLOW_NEW} or {FLOW_NONE}."""
# (Note docstrings can't be f-strings).


# Mutations:

# TODO: re-instate:
Expand Down
2 changes: 1 addition & 1 deletion cylc/flow/scripts/trigger.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
mutation (
$wFlows: [WorkflowID]!,
$tasks: [NamespaceIDGlob]!,
$flow: [String],
$flow: [Flow!],
$flowWait: Boolean,
$flowDescr: String,
) {
Expand Down

0 comments on commit a847222

Please sign in to comment.