You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(BA-5829): use strawberry JSON scalar for opaque config payloads
Strawberry's schema builder can't resolve `dict[str, Any]` to a GraphQL
output/input type and fails the manager startup with `AppConfigFragment
fields cannot be resolved. Unexpected type 'dict[str, typing.Any]'`.
Switch the three opaque payload fields (`AppConfigGQL.config`,
`AppConfigFragmentGQL.extra_config`, and the bulk-input
`extra_config`) to `strawberry.scalars.JSON`, matching how
`service_catalog`, `agent`, `deployment`, and `notification` already
expose JSON-shaped fields.
0 commit comments