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 {