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
c1943c1979
Document all public symbols.
...
Mostly basic documentation. Fixes #4 .
2019-08-29 07:40:50 +02:00
5175586def
Provide more documentation on functions and types
2019-08-26 10:14:46 +02:00
f54e9451d2
Release 0.5.0.0
2019-08-14 08:49:07 +02:00
045b6d15fb
Escape special characters in the encoded strings
...
Fixes #2 .
2019-08-13 07:24:05 +02:00
a3354e7f58
Make all encoder functions return lazy text
2019-08-05 09:00:11 +02:00
989e418cc2
Put spaces between tokens in the pretty printer
2019-08-02 13:52:51 +02:00
d690d22ce8
Test the encoder with the unminified document
2019-07-27 07:31:09 +02:00
15568a3b99
Implement multiple operation support
2019-07-25 07:37:36 +02:00
282946560e
Add singleError utility function
2019-07-23 07:22:32 +02:00
Danny Navarro
6ce2004264
Version Bump
...
This also includes updates to CHANGELOG, TODO and README.
2015-09-22 14:27:10 +02:00
Danny Navarro
dac6721f02
Version bump and CHANGELOG
2015-09-16 11:16:16 +02:00
Danny Navarro
7cf2b59331
Version bump, CHANGELOG and some gardening
2015-09-14 17:25:18 +02:00
Danny Navarro
5af7136893
Initial commit
...
This includes a rough port of the data types at
https://github.com/graphql/graphql-js/blob/master/src/language/ast.js
2015-09-12 12:54:05 +02:00