Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions content/graphql/guides/forming-calls-with-graphql.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ The following scopes are recommended:


```
user{% ifversion not ghae %}
public_repo{% endif %}
repo
repo_deployment
repo:status
read:repo_hook
repo_deployment{% ifversion not ghae %}
public_repo{% endif %}
read:org
read:public_key
read:repo_hook
user
read:gpg_key
```

Expand Down