Skip to content

Commit

Permalink
fix: make school metadata optional
Browse files Browse the repository at this point in the history
  • Loading branch information
carissa-tang committed Nov 24, 2023
1 parent 8c52a3b commit e9f78d3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions backend/graphql/types/authType.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ const authType = gql`
}
input SchoolMetadataInput {
name: String!
id: ID!
country: String!
city: String!
district: String!
address: String!
name: String
id: ID
country: String
city: String
district: String
address: String
}
input RegisterTeacherDTO {
Expand Down

0 comments on commit e9f78d3

Please sign in to comment.