branch: externals/graphql
commit 98f9131b2761b13ea0d7075e5973d4a26170ddb8
Author: Jonas Bernoulli <jo...@bernoul.li>
Commit: Jonas Bernoulli <jo...@bernoul.li>

    Use graphql-encode instead of removed graphql--encode
---
 graphql.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/graphql.el b/graphql.el
index 194133fc6d..b0538e4ae9 100644
--- a/graphql.el
+++ b/graphql.el
@@ -61,7 +61,7 @@
    ((numberp value)
     (number-to-string value))
    (t
-    (graphql--encode value))))
+    (graphql-encode value))))
 
 (defun graphql--encode-parameter-spec (spec)
   "Encode a parameter SPEC.

Reply via email to