Create a package skeleton

This commit is contained in:
2021-11-18 08:19:38 +01:00
commit b387c10d75
5 changed files with 421 additions and 0 deletions

3
src/Language/GraphQL.hs Normal file
View File

@ -0,0 +1,3 @@
module Language.GraphQL
(
) where