graphqlize
graphqlize copied to clipboard
A Clojure & JVM library for developing GraphQL API instantly from Postgres and MySQL databases
Hello, We at modernloop.io were on the lookout for something very similar to what this project offers. But for last 2 years there is no activity on this project. Any...
When using H2 in PostgreSQL Compatibility Mode - `jdbc:h2:~/test;MODE=PostgreSQL;DATABASE_TO_LOWER=TRUE` you get: ``` Exception in thread "main" java.lang.IllegalArgumentException: No method in multimethod 'get-db-config' for dispatch value: H2 at clojure.lang.MultiFn.getFn(MultiFn.java:156) at clojure.lang.MultiFn.invoke(MultiFn.java:229)...
Instead of generating a field for each aggregate function and generate a lot of fields, we can make of [field arguments](https://graphql.org/learn/schema/#arguments). Instead of the following query, ```graphql query { courses...
This is a duplicate/related issue to https://github.com/graphqlize/honeyeql/issues/4 . For new users and non play applications it is important to have some sort of logging that will allow us to see...
GraphQLize uses `JSON_ARRAYAGG` function to aggregate the query results of one-to-many and many-to-many relationships. Unfortunately, it doesn't support [ordering of elements](https://dev.mysql.com/doc/refman/8.0/en/group-by-functions.html#function_json-arrayagg). Have to figure out a workaround or a replacement...
https://www.keystonejs.com/guides/hooks https://gist.github.com/GavinRay97/d7b8805078a47e00001e58eb8b1027b9