graphql/tests
Eugen Wissner 22313d05df Deprecate Language.GraphQL.Execute.Schema
It is not a schema (at least not a complete one), but a resolver list,
and the resolvers should be provided by the user separately, because the
schema can originate from a GraphQL document. Schema name should be free
to provide a data type for the real schema later.
2019-08-30 07:26:04 +02:00
..
data Introduce formatter type for the encoder 2019-07-31 05:40:17 +02:00
Language/GraphQL Escape special characters in the encoded strings 2019-08-13 07:24:05 +02:00
Test Deprecate Language.GraphQL.Execute.Schema 2019-08-30 07:26:04 +02:00
Spec.hs Replace tasty and HUnit with Hspec 2019-07-10 05:57:35 +02:00