Move updateOrganizationContext mutation to organization.graphql

Keep console base.graphql with only an empty type Mutation,
consistent with connect and trust base files.

Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
Émile Ré
2026-04-14 18:39:37 +04:00
parent 925c53d689
commit 2e5b8b20ae
4 changed files with 40 additions and 37 deletions

View File

@@ -336,3 +336,9 @@ type Organization implements Node {
permission(action: String!): Boolean! @goField(forceResolver: true)
}
extend type Mutation {
updateOrganizationContext(
input: UpdateOrganizationContextInput!
): UpdateOrganizationContextPayload!
}