Skip to content

Commit

Permalink
Update "Features" section in the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
FluorescentHallucinogen committed May 7, 2019
1 parent f8b376b commit 4900a7d
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 4900a7d

Please sign in to comment.