File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -68,8 +68,8 @@ class ResponseDict(TypedDict, total=False):
68
68
different versions of Cylc 8.
69
69
"""
70
70
data : object
71
- """For most Cylc commands that issue GQL mutations, the data field will
72
- look like:
71
+ """For most Cylc commands that issue GraphQL mutations, the data field
72
+ will look like:
73
73
data: {
74
74
<mutationName1>: {
75
75
result: [
Original file line number Diff line number Diff line change @@ -878,11 +878,11 @@ class Meta:
878
878
v : k
879
879
for k , v in RUNTIME_CFG_MAP_TO_FIELD .items ()
880
880
}
881
- """Map Pb/GQL Runtime fields' names to workflow config setting names."""
881
+ """Map Pb/GraphQL Runtime fields' names to workflow config setting names."""
882
882
883
883
884
884
def runtime_schema_to_cfg (runtime : dict ) -> dict :
885
- """Covert GQL Runtime field names to workflow config setting names and
885
+ """Covert GraphQL Runtime field names to workflow config setting names and
886
886
perform any necessary processing on the values."""
887
887
# We have to manually lowercase the run_mode field because we don't define
888
888
# a proper schema for BroadcastSetting (it's just GenericScalar) so
You can’t perform that action at this time.
0 commit comments