Add introduction plugin (#127)

This commit is contained in:
Simon Lecoq
2021-02-17 19:58:57 +01:00
committed by GitHub
parent 618d4a783d
commit 4e1174ea63
16 changed files with 199 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
query IntroductionOrganization {
organization(login: "$login") {
description
}
}