refactor(magefile): update schema generator to use 0644 file permissions
This commit is contained in:
@ -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!
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user