Just a tRPC API endpoint/procedure to check if the given `studentId` is enrolled or not for a given `moduleId`. Takes `studentId` and `moduleId` as input, and returns a `boolean` value ideally. _Open to changes in implementation tho, just an idea ☝️_
Just a tRPC API endpoint/procedure to check if the given
studentIdis enrolled or not for a givenmoduleId.Takes
studentIdandmoduleIdas input, and returns abooleanvalue ideally.Open to changes in implementation tho, just an idea ☝️