diff options
| author | Danny Navarro <j@dannynavarro.net> | 2016-07-11 19:33:48 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-07-11 19:33:48 -0400 |
| commit | 2cc6b0005100b6f4406ccedbcb21dea7fba5175a (patch) | |
| tree | db01bdf7c644b8091d8dd993deed5dac62fa81b7 /tests/Test/StarWars/Schema.hs | |
| parent | e944c76040cc221d9e4f7cede0ad508e8e7e99e2 (diff) | |
| parent | c396a4b5458d7d914977f458e121b9c219a5a6df (diff) | |
| download | graphql-2cc6b0005100b6f4406ccedbcb21dea7fba5175a.tar.gz | |
Merge pull request #11 from pweaver/starwars_tests
Remaining Starwars Tests
Diffstat (limited to 'tests/Test/StarWars/Schema.hs')
| -rw-r--r-- | tests/Test/StarWars/Schema.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Test/StarWars/Schema.hs b/tests/Test/StarWars/Schema.hs index 096ccb3..9021bd0 100644 --- a/tests/Test/StarWars/Schema.hs +++ b/tests/Test/StarWars/Schema.hs @@ -42,4 +42,5 @@ character char = , Schema.scalar "name" $ name char , Schema.array "friends" $ character <$> getFriends char , Schema.enum "appearsIn" . traverse getEpisode $ appearsIn char + , Schema.scalar "secretBackstory" $ secretBackstory char ] |
