Add update organziation

Signed-off-by: gearnode <bryan@frimin.fr>
This commit is contained in:
gearnode
2025-03-13 11:15:13 +01:00
parent 843a3242e1
commit ab739d9bda
16 changed files with 544 additions and 93 deletions

View File

@@ -107,7 +107,7 @@ type OrganizationEdge {
type Organization implements Node {
id: ID!
name: String!
logoUrl: String!
logoUrl: String @goField(forceResolver: true)
frameworks(
first: Int
@@ -467,7 +467,7 @@ input CreateOrganizationInput {
input UpdateOrganizationInput {
organizationId: ID!
name: String
logoUrl: String
logo: Upload
}
input DeleteOrganizationInput {