Skip to content

Commit 0ba95b7

Browse files
committed
Updated docs to include discord_id
1 parent 23cdb26 commit 0ba95b7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/mutations.md

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ email: String!
3030
sex: String!
3131
year: Int!
3232
macaddress: String!
33+
discordId: String
3334
```
3435

3536
**Note:** The `year` field represents the members's current college year

docs/queries.md

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ email: String!
3030
sex: String!
3131
year: Int!
3232
macaddress: String!
33+
discordId: String!
3334
```
3435

3536
---

0 commit comments

Comments
 (0)