-
Is it possible to do that? it would be nice for debugging purposes.
Cheers
-
version: 0.1.0-alpha.38
REPRODUCTION:
```
DROP SCHEMA IF EXISTS test CASCADE;
CREATE SCHEMA test;
SET search_path = test, pg_catalog, public;
DROP TYPE IF EXISTS test_asterix;
CREATE TYPE t…
-
I've heard that our Koa support is a bit iffy, and we currently have no-one maintaining it, so I'm proposing that we remove Koa support and instead recommend people use `koa-connect` or similar. Nativ…
-
How can I implement this?
-
Hey @benjie I'm wondering how to use graphile-build / postgraphql together. I'm planing on wrapping postgraphql in a node app, and writing some custom plugins for the validation we talked about over g…
-
### Cannot define custom method name in Feathers service
I know feathersjs after using seneca and actionhero. Feathersjs does have several good points: real time api, hook, database adapter (sequeli…
-
Ref: https://github.com/postgraphql/postgraphql/issues/527
```graphql
query {
myTableById(id: "SOME-UUID-VALUE") {
id
name
myEnums #
-
```
function appendMutationPlugin (options) {
return (builder) => {
const handler = options.handler
builder.hook('field',
(field, {}, {
scope: {
isRootMuta…
-
This causes a misleading console message.
https://github.com/postgraphql/postgraphql/blob/85e630a9de530b5f141241ab62d2b6974cc6fbd4/src/postgraphql/withPostGraphQLContext.ts#L164-L174
https://git…
-
Or maybe a warning... Depends how well we can achieve it with watch mode for when you're initially building your DB.
Issue was raised in https://discordapp.com/channels/102860784329052160/103315563…