branch: elpa/graphql-mode
commit e757919fe3cf6d687d5d970662964fc37115b1d6
Merge: 7088db7250 1b78d07aee
Author: David Vázquez Púa <[email protected]>
Commit: GitHub <[email protected]>

    Merge pull request #30 from conao3/fix-warning
    
    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