-
I'm interested in adding support for sorting Connections by multiple fields. @benjie already provided some great insight [here](https://github.com/postgraphql/postgraphql/issues/119#issuecomment-3242…
-
Is there an option/setting in postgraphql which allows us to set the max run time of a query.This is to ensure that someone doesn’t run a query which consumes a lot of resources for a long period of t…
-
I'm submitting a ...
- [x] bug report
- [ ] feature request
- [ ] question
PostGraphQL version:
`4.0.0-alpha2.22`
Minimal SQL file that can be loaded into a clean database:
``` sql
CREATE …
-
I'm curious if it would be possible to support column level access privilege grants.
If you have a schema like this:
```
CREATE TABLE item (
id serial not null primary key,
name …
-
I needed run script following:
```
create role common_user;
create role admin;
create role anonymous;
create role postgraphql;
```
-
To reproduce:
```
$ createdb issue-76
$ echo "create type foo as enum('', 'one', 'two');" | psql issue-76
SET
Time: 29.167 ms
CREATE TYPE
Time: 4.223 ms
$ postgraphile --version
4.0.0-alpha…
-
Doing some performance test for something of mine and along with it postgraphql.
Looking at the queries generated, dataloader is used optimally when embedding a parent relation (1 query), but when em…
-
I have a table and a function to replace all values of a project within the table. Code below. When trying to get postgraphql started for this I get this error: Error: Schema must contain unique named…
-
Found out the hard way that overloaded functions are ignored. Would love to have some way to see the objects and functions omitted along with the reason.
Forgive me if there is a way I overlooked.
-
Hi there,
I am facing an issue at install process with `npm`.
`npm ERR! Buffer.alloc is not a function`
npm version: `5.4.1`
node version: `5.4.0`
pgsql version: `9.3`
Thanks.