rename githubLogin to login in the subject

This commit is contained in:
Clément 2020-11-11 21:32:30 +01:00 committed by GitHub
parent eb8c084e56
commit 793f847657
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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