Skip to content

Commit 010cb80

Browse files
authored
fix(apply-jobpost): fix error in job application schema (#151)
1 parent 93d1ea8 commit 010cb80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/schema/jobApplicationSchema.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ export const jobApplicationTypeDefs = gql`
1818
1919
type JobApplication {
2020
_id: ID!
21-
userId: User!
22-
jobId: Job!
21+
userId: User
22+
jobId: Job
2323
essay: String!
2424
resume: String!
2525
status: String!

0 commit comments

Comments
 (0)