Skip to content

Commit

Permalink
Merge pull request #755 from FluorescentHallucinogen/patch-2
Browse files Browse the repository at this point in the history
Update "Features" section in the docs
  • Loading branch information
imolorhe committed May 7, 2019
2 parents f8b376b + 4900a7d commit d64da3f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,14 @@ You can use binary files as variables to upload them via GraphQL to server (if i

You get an autocomplete list of valid terms you can use as you type out your query in the editor.

### Autofill all fields at cursor

You can insert all fields of the type at cursor using `Ctrl+Shift+Enter`. You can change the autocompletion depth limit using a `"addQueryDepthLimit"` option in the settings.

### Schema auto refresh

Usually you would reload the docs everytime you make a change to your schema on the server, but if your server supports the `X-GraphQL-Event-Stream` header, it should be able to notify Altair to reload the docs automatically.

### Prettify Query

You can format the query in the editor in a properly indented manner for easier reading. This makes it easy to work with queries you might copy from one file to another, which might have lost their indentation (or were never indented before).
Expand Down

0 comments on commit d64da3f

Please sign in to comment.