From 0c705bfa6dc7f179009c839ab381a4b2d58ff4e4 Mon Sep 17 00:00:00 2001 From: Liyas Thomas Date: Wed, 20 Nov 2019 20:29:23 +0530 Subject: [PATCH] :pencil2: Added GraphQL support to feature list --- README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index dcbc72e94..d42e66588 100644 --- a/README.md +++ b/README.md @@ -87,9 +87,14 @@ _Customized themes are also synced with local session storage_ - Import cURL - Label requests -🔌 **Web Socket**: Establish full-duplex communication channels over a single TCP connection. +🔌 **WebSocket**: Establish full-duplex communication channels over a single TCP connection. - - Send and receive data + - Send and receive data + +🌍 **GraphQL**: GraphQL is a query language for APIs and a runtime for fulfilling those queries with your existing data. + + - Set endpoint and get schemas + - Multi-column docs 🔐 **Authentication**: Allows to identify the end user. @@ -152,14 +157,12 @@ _Collections are synced with local session storage_ _Proxy is hosted by ApolloTV - [Privacy policy](https://apollotv.xyz/legal)_ -📜 **Pre-Request Scripts β**: Snippets of code associated with a request that are executed before the request is sent. +📜 **Pre-Request Scripts**: Snippets of code associated with a request that are executed before the request is sent. **Use-cases:** - Including the timestamp in the request headers - Sending a random alphanumeric string in the URL parameters -_Pre-Request Scripts is an experimental feature and is in Public Beta testing_ - _Requests with Pre-Request Scripts are indicated in History entries_ ⌨️ **Keyboard Shortcuts**: Optimized for efficiency.