add nim-graphql package (#1867)

This commit is contained in:
andri lim 2021-04-12 23:10:03 +07:00 committed by GitHub
parent 9b4b4a6bed
commit f98e60ad24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22146,5 +22146,19 @@
"description": "ffmpeg.nim is the Nim binding for FFMpeg(4.3.2).", "description": "ffmpeg.nim is the Nim binding for FFMpeg(4.3.2).",
"license": "MIT", "license": "MIT",
"web": "https://github.com/momeemt/ffmpeg.nim" "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"
} }
] ]