-
Hey guys, thanks for creating this awesome project. I'm wondering what's the best way to add tests to my own project. I see that this project itself is using Jest and have tests loading the example (t…
-
In #87 I laid out a timeline for PostGraphQL, but I forgot to add subscriptions to that timeline! Once we’re done writing lots of documentation for PostGraphQL (step 2 in #87), let’s implement subscri…
-
**Describe the bug**
Executing the same create mutation twice in a row gives 'undefined offset: {id of just created record}'
**Steps to reproduce**
1. We have a normal create mutation
``…
-
I think it would be helpful to have a syntax to update multiple tables with a single mutation. I like the approach described here: [https://blog.graph.cool/improving-dx-with-nested-mutations-af7711113…
-
```javascript
const express = require('express');
const { postgraphile } = require('postgraphile');
const config = require('./config/index');
const app = express();
app.use(postgraphile(con…
-
Since postgraphql is using the foreign keys to establish the relationships automatically. I think it would be a good idea to generate sort fields based on the related tables.
For example:
```
{
us…
-
Hi,
currently the queries for computed property functions are evaluated after the data was fully loaded, leading to N+2 and weird error behaviour (#375) :
```
postgraphql:postgres select set_conf…
-
I think for this one we need to wait for postgraphql to add subscriptions. We may need to do something in fervor to help here. If postgraphql doesn't add subscriptions, we should find a way to do this…
-
Starting a large project and curious about some of these questions:
1) how does native jsonb support work? Are the fields mapped differently somehow? Any gotchas?
2) is graphql-js a dependency s…
-
I did the following steps:
1. Installed node v 6.9.1 :
node -v
v6.9.1
2. Installed postgraphql: npm install -g postgraphql
3. Run postgraphql: postgraphql -c postgres://postgres@localhost:5432/my…