-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[graphql] handle config mapped resources (#25793)
I dropped some handling here https://github.com/dagster-io/dagster/pull/25552/files#r1833202428 thinking it was for `mode` which is now defunct, but this can still happen so handle it. Since the config type is nullable the behavior is the same so this just gracefully handles the condition without error. ## How I Tested These Changes loaded a job in the UI that was previously failing, now loads without error
- Loading branch information
1 parent
779a48b
commit 48d207a
Showing
2 changed files
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters