diff --git a/pkg/server/api/console/v1/schema.graphql b/pkg/server/api/console/v1/schema.graphql index 326b76f8a..b1c00fe1b 100644 --- a/pkg/server/api/console/v1/schema.graphql +++ b/pkg/server/api/console/v1/schema.graphql @@ -1891,6 +1891,7 @@ type Framework implements Node { type Control implements Node { id: ID! + organization: Organization @goField(forceResolver: true) sectionTitle: String! name: String! description: String