Skip to content

Commit

Permalink
Fixed cursor style issue caused by dnd package.
Browse files Browse the repository at this point in the history
Updated README.
  • Loading branch information
imolorhe committed Feb 4, 2018
1 parent b432a06 commit f6203cd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,13 @@ You can view a list of your recent queries that you make in each window, so you

You are not limited to only one window at a time but you can have multiple windows open to work with multiple different queries at the same time. You can also name the various windows (by doubleclicking the name) and arrange them however you like to make it easier to work with them.

### GraphQL Subscriptions
### GraphQL Subscriptions (with desktop notifications)

You can test your [GraphQL subscriptions](https://www.apollographql.com/docs/graphql-subscriptions/) without any worry. Just provide the subscription URL and start the subscription, and you would get each message as they are sent once you're subscribed. This is very handy when developing apps that use the realtime feature of GraphQL, like chatting ang gaming applications that need realtime feedback. Currently, GraphQL subscriptions has been implemented by the [Apollo GraphQL team](https://www.apollographql.com/).
You can test your [GraphQL subscriptions](https://www.apollographql.com/docs/graphql-subscriptions/) without any worry. Just provide the subscription URL and start the subscription, and you would get each message as they are sent once you're subscribed. You would also get a notification when you are away from the app (desktop apps only). This is very handy when developing apps that use the realtime feature of GraphQL, like chatting ang gaming applications that need realtime feedback. Currently, GraphQL subscriptions has been implemented by the [Apollo GraphQL team](https://www.apollographql.com/).

### Import/Export Queries

You can export the query you are working on and import the .agq file into another device (also supports drag and drop). This is also useful for sharing queries with variables and headers with other members of your team.

### Multiple Languages

Expand Down
1 change: 1 addition & 0 deletions src/scss/_layout.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.main-container {
color: $theme-font-color;
background: $theme-bg-color;
cursor: default;
}
.app-content-area {
position: relative;
Expand Down

0 comments on commit f6203cd

Please sign in to comment.