Skip to content

Commit 01c7d8f

Browse files
committed
can be null
1 parent 5a096df commit 01c7d8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/schema/profile.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export const typeDefs = /* GraphQL */ `
7474
startedAt: DateTime
7575
endedAt: DateTime
7676
company: Company
77-
verified: Boolean!
77+
verified: Boolean
7878
customCompanyName: String
7979
8080
# custom props per child entity

0 commit comments

Comments
 (0)