refactor(magefile): update schema generator to use 0644 file permissions

This commit is contained in:
Jordan Knott
2021-10-26 14:42:04 -05:00
parent ef2aadefbb
commit d5d85c5e30
14 changed files with 632 additions and 420 deletions

View File

@ -19,8 +19,6 @@ type InvitedUserAccount {
member: MemberList!
}
extend type Mutation {
createUserAccount(input: NewUserAccount!):
UserAccount! @hasRole(roles: [ADMIN], level: ORG, type: ORG)
@ -116,3 +114,4 @@ type DeleteUserAccountPayload {
ok: Boolean!
userAccount: UserAccount!
}