branch: elpa/graphql-mode
commit 1b78d07aeed41d44343a8855fadbfaae01ef087b
Author: conao3 <[email protected]>
Commit: conao3 <[email protected]>

    declare request-response--raw-header function
---
 graphql-mode.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/graphql-mode.el b/graphql-mode.el
index 33e4bab082..8c81046071 100644
--- a/graphql-mode.el
+++ b/graphql-mode.el
@@ -98,6 +98,7 @@ of the variables used in the query."
 
 (declare-function request "request")
 (declare-function request-response-data "request")
+(declare-function request-response--raw-header "request")
 
 (defun graphql-post-request (url query &optional operation variables)
   "Make post request to graphql server with url and body.

Reply via email to