-
Hey postgraphql team, thanks for the amazing product you have built!
From my perspective one of the very powerful features of postgraphql is to create computed columns. Unfortunately, I found no wa…
-
We are seriously considering to start using postgraphql in our prod environment, however we have a concern regarding cache performance.
Currently, from trying out the examples, we see that there is n…
-
Is there a way to model [interfaces](https://medium.com/the-graphqlhub/graphql-tour-interfaces-and-unions-7dd5be35de0d#.c4hzu9enw) using PostgraphQl?
I guess that this would require to map any meta…
-
Thanks for amazing work.
I am using Postgraphile as a library and I also want to execute a query on the server without having to go through HTTP. My question is why it is to provide a pool and other…
-
-
I'm new to Apollo and GraphQL and trying to figure out how to get caching working effectively. I'm using this with a PostGraphQL server.
If I've got a table of 'Account' in my database (`id int PK,…
-
**Describe the bug**
The following GraphQL query on the GMS fails:
```graphql
query getSchemaFieldForPath {
searchAcrossEntities(input: { types: [SCHEMA_FIELD], query: "shipment_info.geo_info.la…
-
Hi all. I have pretty simple graphql-server:
```js
import express from 'express'
import bodyParser from 'body-parser'
import { graphqlExpress, graphiqlExpress } from 'graphql-server-express'
i…
-
Either add a server command line argument to specify the timeout for all connections, or establish it per-user.
For the first option we can make another middleware that composes with `authenticated`:…
-
**Intended outcome:**
I tried to install apollo-client in my application.
My setup is polymer 2.0 polymer-redux redux and is build with webpack.
I don't use angular cli
When i try to build it …