We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 279851e commit 0a4178fCopy full SHA for 0a4178f
cylc/flow/network/schema.py
@@ -160,6 +160,7 @@ class SortArgs(InputObjectType):
160
DELTA_STORE_DEFAULT = Boolean(default_value=False)
161
DELTA_TYPE_DEFAULT = String(default_value='added')
162
163
+# Note: "ex" prefix means "exclude"
164
JOB_ARGS = {
165
'ids': graphene.List(ID, default_value=[]),
166
'exids': graphene.List(ID, default_value=[]),
@@ -1514,7 +1515,7 @@ async def mutator(
1514
1515
cylc.flow.network.resolvers.Resolvers or Scheduler command_<name>
1516
method). If None, uses mutation class name converted to snake_case.
1517
workflows: List of workflow IDs.
- exworkflows: List of workflow IDs.
1518
+ exworkflows: List of workflow IDs to exclude.
1519
1520
"""
1521
if command is None:
0 commit comments