Browse Source

rename githubLogin to login in the subject

content-update
Clément 4 years ago committed by GitHub
parent
commit
793f847657
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      subjects/to-git-or-not-to-git/README.md

2
subjects/to-git-or-not-to-git/README.md

@ -9,7 +9,7 @@ Only the numbers will appear.
Here is the base command that needs to be adapted with your username and more :
```
curl -s https://[[DOMAIN]]/api/graphql-engine/v1/graphql --data '{"query":"{user(where:{githubLogin:{_eq:\"choumi\"}}){id}}"}'
curl -s https://[[DOMAIN]]/api/graphql-engine/v1/graphql --data '{"query":"{user(where:{login:{_eq:\"choumi\"}}){id}}"}'
```
### Usage

Loading…
Cancel
Save