Skip to content

Commit 0a4178f

Browse files
committed
Document that "ex" prefix means "exclude" [skip ci]
1 parent 279851e commit 0a4178f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cylc/flow/network/schema.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ class SortArgs(InputObjectType):
160160
DELTA_STORE_DEFAULT = Boolean(default_value=False)
161161
DELTA_TYPE_DEFAULT = String(default_value='added')
162162

163+
# Note: "ex" prefix means "exclude"
163164
JOB_ARGS = {
164165
'ids': graphene.List(ID, default_value=[]),
165166
'exids': graphene.List(ID, default_value=[]),
@@ -1514,7 +1515,7 @@ async def mutator(
15141515
cylc.flow.network.resolvers.Resolvers or Scheduler command_<name>
15151516
method). If None, uses mutation class name converted to snake_case.
15161517
workflows: List of workflow IDs.
1517-
exworkflows: List of workflow IDs.
1518+
exworkflows: List of workflow IDs to exclude.
15181519
15191520
"""
15201521
if command is None:

0 commit comments

Comments
 (0)