From f98e60ad2426d2dee47b9242b4f561195c21b461 Mon Sep 17 00:00:00 2001 From: andri lim Date: Mon, 12 Apr 2021 23:10:03 +0700 Subject: [PATCH] add nim-graphql package (#1867) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 018e191..ad5021c 100644 --- a/packages.json +++ b/packages.json @@ -22146,5 +22146,19 @@ "description": "ffmpeg.nim is the Nim binding for FFMpeg(4.3.2).", "license": "MIT", "web": "https://github.com/momeemt/ffmpeg.nim" + }, + { + "name": "graphql", + "url": "https://github.com/status-im/nim-graphql", + "method": "git", + "tags": [ + "graphql", + "graphql-server", + "graphql-client", + "query language" + ], + "description": "GraphQL parser, server and client implementation", + "license": "Apache License 2.0", + "web": "https://github.com/status-im/nim-graphql" } ]