We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3a7563 commit b6d1851Copy full SHA for b6d1851
src/graphql/mutations/member_mutations.rs
@@ -24,7 +24,7 @@ impl MemberMutations {
24
.bind(&input.roll_no)
25
.bind(&input.name)
26
.bind(&input.email)
27
- .bind(&input.sex)
+ .bind(input.sex)
28
.bind(input.year)
29
.bind(&input.hostel)
30
.bind(&input.mac_address)
0 commit comments