-
Running this
```shell
plt-client --language ts --runtime composer --folder src/openapi --frontend --full-response
```
With this OpenAPI schema:
```json
"/graphql": {
"get": {
"para…
-
https://github.com/graphcool/prisma
-
Graphene-SQLAlchemy automatically converts columns of type SmallInteger or Integer to `ID!` fields if they are primary keys, but does not convert such columns to `ID` fields if they are foreign keys.
…
Cito updated
9 months ago
-
Im getting this error when executing lerna run graphql-deploy
I can still run npm run dev , and it works but when I try to build-web or use graphql-deploy , or when i try to deploy in netlify i get …
-
We need a proper HTTP API so that external apps can interface with Liberapay, and for any deep integration we need to become an OAuth provider so that apps can access and/or modify a user's donations.…
-
## Project description
As most web sites/applications are database-driven these days, I think there may be a place for a new programming language/environment, where web and database are one system.…
-
**Summary**:
I stumbled on this project via https://www.percona.com/resources/videos/automagical-graphql-sql-compiler and I have a use-case which would suit perfectly with this project. However, th…
-
Often times we want to fetch just a single field from a nested relation. e.g.
```
{
clients(limit: 5) {
id
programs {
shortName
}
}
}
```
It would be nice if there was a syntax…
-
I'm submitting a ...
- [ ] bug report
- [x] feature request
- [ ] question
Right now any custom procedure that returns a "setof" gets the relay style connection with totalCount as the only agg…
-
## Example:
``` sql
CREATE SCHEMA s1;
CREATE SCHEMA s2;
CREATE TABLE s1.test_case(ID serial, value text);
CREATE TABLE s2.test_case(ID serial, value text);
```
And then start the server on the schem…