Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/gql' into gql
Browse files Browse the repository at this point in the history
  • Loading branch information
mathhulk committed Mar 4, 2025
2 parents aa9de30 + 52dc721 commit ff2c387
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions apps/backend/src/modules/enrollment/typedefs/enrollment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,17 @@ export default gql`
type EnrollmentSingular {
time: String!
status: EnrollmentStatus!
status: EnrollmentStatus
enrolledCount: Int!
reservedCount: Int!
reservedCount: Int
waitlistedCount: Int!
minEnroll: Int!
minEnroll: Int
maxEnroll: Int!
maxWaitlist: Int!
openReserved: Int!
openReserved: Int
instructorAddConsentRequired: Boolean
instructorDropConsentRequired: Boolean
seatReservationCounts: [SeatReservationCount!]!
seatReservationCounts: [SeatReservationCount!]
}
enum EnrollmentStatus {
Expand Down

0 comments on commit ff2c387

Please sign in to comment.