From bc837c78522de888d22e21f664ab6bc9334003e1 Mon Sep 17 00:00:00 2001 From: NKoelblen Date: Tue, 5 May 2026 12:10:40 +0200 Subject: [PATCH] fix: change label field in Website type to be optional --- src/graphql/schemas/projectSchema.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/graphql/schemas/projectSchema.ts b/src/graphql/schemas/projectSchema.ts index 558e8ff..93bea34 100644 --- a/src/graphql/schemas/projectSchema.ts +++ b/src/graphql/schemas/projectSchema.ts @@ -26,7 +26,7 @@ export const projectTypes = ` type Website { url: String! - label: String! + label: String } type MockupImage {