We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23cdb26 commit 0ba95b7Copy full SHA for 0ba95b7
docs/mutations.md
@@ -30,6 +30,7 @@ email: String!
30
sex: String!
31
year: Int!
32
macaddress: String!
33
+discordId: String
34
```
35
36
**Note:** The `year` field represents the members's current college year
docs/queries.md
+discordId: String!
---
0 commit comments