Skip to content

Commit d84c962

Browse files
Fix usage code
1 parent 57c1bb1 commit d84c962

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,12 @@ This can be used like so:
5858
```
5959
mutation LoginUser {
6060
login( input: {
61-
login: "your_login"
61+
clientMutationId:"uniqueId"
62+
username: "your_login"
6263
password: "your password"
6364
} ) {
6465
authToken
65-
user: {
66+
user {
6667
id
6768
name
6869
}

0 commit comments

Comments
 (0)