-
If I'm understanding the explanation correctly, a query by a non-verified user will be as an "Authenticator." And once the user logs in/gets verified, then the queries will be ran as a "Visitor." Coul…
-
I'm submitting a ...
- [ ] bug report
- [x] feature request
- [ ] question
Some other GraphQL server implementations support a batch query protocol, whereby multiple GraphQL requests can be …
-
In the documentation, it says:
> After a JSON Web Token has been verified and decoded, the resulting claims will be serialized to the PostgreSQL database in two ways:
However, it is not clear where …
-
Is this library compatible with PostGIS?
Running postgraphql@next, I can generate the graphql schema of a pg database with PostGIS installed.
However, I cannot manage to find how to get for exam…
-
I get an error when postgraphql started.
Error: Naming conflict when building object. Cannot have two definitions for property 'contactByContactupid1'.
at /usr/local/node6112/lib/node_modules/…
-
I'm having trouble modelling many-to-many relations which reflect a straightforward GraphQL interface.
In the documentation, a schema like:
``` SQL
create table post (
id serial primary key,
aut…
-
Discussion: https://github.com/postgraphql/postgraphql/issues/47
https://www.graphile.org/postgraphile/filtering/
HT @chadfurman
-
`const { http: req } = graphqlRequest;`
req.headers is empty resulting in ignoring the jwtToken in request.
I ended up sending my jwtToken inside ApolloServer definition:
```
context: ({ r…
-
https://www.graphile.org/postgraphile/postgresql-schema-design/
> If you are going to use UUIDs as the primary key, it is recommended you use uuid_generate_v1mc to generate the ids. This is because…
-
I've followed the how to and am not able to get a good response. I can run the non serverless `postgraphsql` forum example just fine locally and query it using graphiql.
My pg connection after `sls…