feat: admin group edit / assign / unassign

This commit is contained in:
NGPixel
2018-05-12 16:13:04 -04:00
parent ba6b4bc4dd
commit dc09d00875
17 changed files with 697 additions and 300 deletions

View File

@@ -37,7 +37,7 @@ type GroupMutation {
update(
id: Int!
name: String!
): GroupResponse
): DefaultResponse
delete(
id: Int!