feat: admin groups - list + create, gql refactoring
This commit is contained in:
14
client/graph/login-mutation-login.gql
Normal file
14
client/graph/login-mutation-login.gql
Normal file
@@ -0,0 +1,14 @@
|
||||
mutation($username: String!, $password: String!, $provider: String!) {
|
||||
authentication {
|
||||
login(username: $username, password: $password, provider: $provider) {
|
||||
responseResult {
|
||||
succeeded
|
||||
errorCode
|
||||
slug
|
||||
message
|
||||
}
|
||||
tfaRequired
|
||||
tfaLoginToken
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user