From b6fb40b535ee1318f7ce202a426a8dadd84f9f28 Mon Sep 17 00:00:00 2001 From: Joe Netti Date: Mon, 29 Apr 2019 06:22:44 -0700 Subject: [PATCH] created git module for c-lightning-api plugin (#7) * added c-lightning-graphql as a submodule Co-Authored-By: nettijoe96 --- .gitmodules | 3 +++ c-lightning-graphql | 1 + 2 files changed, 4 insertions(+) create mode 160000 c-lightning-graphql diff --git a/.gitmodules b/.gitmodules index d39232a..1dacafb 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "sitzprobe"] path = sitzprobe url = https://github.com/niftynei/sitzprobe +[submodule "graphql"] + path = graphql + url = https://github.com/nettijoe96/c-lightning-graphql.git diff --git a/c-lightning-graphql b/c-lightning-graphql new file mode 160000 index 0000000..353f038 --- /dev/null +++ b/c-lightning-graphql @@ -0,0 +1 @@ +Subproject commit 353f03826d26e76b467d84b99fb75dc3476c82ef