From 5af71368933fb8d7018897de24dae293b01d5a4c Mon Sep 17 00:00:00 2001 From: Danny Navarro Date: Sat, 12 Sep 2015 12:54:05 +0200 Subject: Initial commit This includes a rough port of the data types at https://github.com/graphql/graphql-js/blob/master/src/language/ast.js --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3a5b475 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.stack-work/ -- cgit v1.2.3