Skip to content

Commit

Permalink
typo in schema runtime field
Browse files Browse the repository at this point in the history
Co-authored-by: Ronnie Dutta <[email protected]>
  • Loading branch information
dwsutherland and MetRonnie committed Sep 30, 2022
1 parent 8418854 commit ccd2bab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cylc/flow/network/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -726,7 +726,7 @@ class Meta:
execution_retry_delays = graphene.List(String)
execution_time_limit = Float(default_value=None)
submission_polling_intervals = graphene.List(String)
submissino_retry_delays = graphene.List(String)
submission_retry_delays = graphene.List(String)
directives = GenericScalar(resolver=resolve_json_dump)
environment = GenericScalar(resolver=resolve_json_dump)
outputs = GenericScalar(resolver=resolve_json_dump)
Expand Down

0 comments on commit ccd2bab

Please sign in to comment.