misc: migrate to vuetify 2.0 (wip)
This commit is contained in:
12
client/graph/admin/users/users-mutation-create.gql
Normal file
12
client/graph/admin/users/users-mutation-create.gql
Normal file
@@ -0,0 +1,12 @@
|
||||
mutation ($providerKey: String!, $email: String!, $name: String!, $passwordRaw: String, $groups: [Int]!, $mustChangePassword: Boolean, $sendWelcomeEmail: Boolean) {
|
||||
users {
|
||||
create(providerKey: $providerKey, email: $email, name: $name, passwordRaw: $passwordRaw, groups: $groups, mustChangePassword: $mustChangePassword, sendWelcomeEmail: $sendWelcomeEmail) {
|
||||
responseResult {
|
||||
succeeded
|
||||
errorCode
|
||||
slug
|
||||
message
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user