Initial Commit
This commit is contained in:
8
web_native/graphql/login.graphql
Normal file
8
web_native/graphql/login.graphql
Normal file
@@ -0,0 +1,8 @@
|
||||
query login($user: String!, $password: String!, $deviceID: ID) {
|
||||
login(user: $user, password: $password, deviceID: $deviceID) {
|
||||
result,
|
||||
device {
|
||||
id
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user