Skip to content

Commit

Permalink
fix: Support nullable type declarations
Browse files Browse the repository at this point in the history
This commit adds support for `nullable` fields.

Fixes #188
  • Loading branch information
maticzav committed Dec 10, 2018
1 parent a0b1c16 commit abf8cb2
Show file tree
Hide file tree
Showing 4 changed files with 219 additions and 209 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"apollo-link": "1.2.4",
"apollo-link-error": "1.1.2",
"apollo-link-ws": "1.0.10",
"cross-fetch": "2.2.3",
"graphql-binding": "2.3.5",
"cross-fetch": "3.0.0",
"graphql-binding": "2.3.6",
"graphql-import": "0.7.1",
"graphql-tools": "4.0.3",
"http-link-dataloader": "^0.1.6",
Expand Down
Loading

0 comments on commit abf8cb2

Please sign in to comment.