Skip to content

Commit f40bd67

Browse files
authored
Merge pull request #25 from paulisloud/patch-2
Fix usage code
2 parents 57c1bb1 + d84c962 commit f40bd67

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)