Eugen Wissner belka
belka pushed to haskell at belka/elna 2024-10-27 14:01:18 +01:00
e0d61ac393 Encode labels as untyped local symbols in ELF
belka pushed tag v1.4.0.0 to OSS/graphql 2024-10-26 22:26:39 +02:00
belka pushed to master at OSS/graphql 2024-10-26 20:03:39 +02:00
fda4b4fce4 Release 1.4.0.0
belka closed issue OSS/graphql#13 2024-10-24 16:58:08 +02:00
Moving TH to the spice package
belka commented on issue OSS/graphql#13 2024-10-24 16:58:08 +02:00
Moving TH to the spice package

All functions in the module are deprecated.

belka pushed to master at OSS/graphql 2024-10-24 16:56:36 +02:00
5abc377e9d Deprecate gql
belka pushed tag v1.0.4.0 to OSS/graphql-spice 2024-10-24 16:42:15 +02:00
belka pushed to master at OSS/graphql-spice 2024-10-24 16:23:41 +02:00
e7fbf8b88a Release 1.0.4.0
belka pushed to haskell at belka/elna 2024-10-22 01:21:07 +02:00
57436f664e Abstract the string table into a newtype
belka pushed to master at OSS/graphql-spice 2024-10-20 17:13:46 +02:00
d280cd835f Add gql quasi quoter
belka pushed to haskell at belka/elna 2024-10-18 23:20:16 +02:00
6bbb4e36c6 Abstract the string table into a newtype
belka pushed to master at OSS/graphql 2024-10-18 21:01:20 +02:00
67720f9ebe Replace gql with literals in the validation tests
belka pushed to master at OSS/graphql 2024-10-17 18:08:44 +02:00
cdb2aa76b6 Fix block alignment in some parser tests
belka pushed to haskell at belka/elna 2024-10-17 00:37:58 +02:00
bf5ec1f3e2 Parse type declarations
belka pushed to master at OSS/graphql 2024-10-14 20:52:15 +02:00
b056b4256f Replace gql in Encoder tests with multiline string
belka closed issue OSS/graphql#10 2024-10-13 19:53:40 +02:00
Repeatable directives
belka pushed to master at OSS/graphql 2024-10-13 19:40:27 +02:00
ba07f8298b Validate repeatable directives
belka pushed to haskell at belka/elna 2024-10-13 13:00:05 +02:00
582040e5d3 Implement comparison operators
belka pushed to haskell at belka/elna 2024-10-11 16:13:31 +02:00
0850f0a8d6 Implement if statements with equality
belka commented on issue OSS/graphql#16 2024-10-10 22:46:23 +02:00
Recursive types

Sounds like a bug. I checked the schema of my GraphQL application and it doesn't seem to have recursive types, so I wouldn't notice.

Ideally the library shouldn't care about the depth of…