graphql/tests/Test/StarWars
Eugen Wissner 63d4de485d Deprecate enum, enumA, wrappedEnum, wrappedEnumA
These functions are from Language.GraphQL.Schema.
There are actually only two generic types in GraphQL: Scalars and objects.
Enum is a scalar value. According to the specification enums may be
serailized to strings. And in the current implementation they used
untyped strings anyway, so there is no point to have differently named
functions with the same implementation as their scalar counterparts.
2019-09-01 03:16:27 +02:00
..
Data.hs Deprecate enum, enumA, wrappedEnum, wrappedEnumA 2019-09-01 03:16:27 +02:00
QuerySpec.hs Replace tasty and HUnit with Hspec 2019-07-10 05:57:35 +02:00
Schema.hs Deprecate enum, enumA, wrappedEnum, wrappedEnumA 2019-09-01 03:16:27 +02:00