Skip to content

Commit

Permalink
Merge pull request #14 from jacobarriola/patch-2
Browse files Browse the repository at this point in the history
[Docs]: Update login mutation example name
  • Loading branch information
drewbaker authored Sep 8, 2020
2 parents 88a30b6 + 0031739 commit 13c7f8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ If enabled in the settings, WP GraphQL will have a new mutation available to all

```
mutation {
login(input: {clientMutationId: "", login: "", password: ""}) {
loginWithCookies(input: {clientMutationId: "", login: "", password: ""}) {
clientMutationId
status
}
Expand Down

0 comments on commit 13c7f8d

Please sign in to comment.