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 --- TODO | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 TODO (limited to 'TODO') diff --git a/TODO b/TODO new file mode 100644 index 0000000..6002a0a --- /dev/null +++ b/TODO @@ -0,0 +1,3 @@ +- Data type accessors +- Deal with Location +- Deal with Strictness/unboxing -- cgit v1.2.3