-
Hey @benjie I recently came across an article about authentication and using the viewer object in a graphql endpoint to deal with authorization / authentication by token.
How would I go about creat…
-
Hello,
You mention
_It doesn’t make sense to redefine your authentication in the API layer, instead just put your authorization logic in the database schema! With an advanced grants system and row…
-
I'm trying to follow the example at https://github.com/postgraphql/postgraphql/tree/master/examples/forum. I followed these instructions to get postgresql installed on a Linux VM: https://www.digital…
-
We are early in a project using React and Postgres, and until now, we had been using Express to serve custom endpoints to an API. We are looking to switch over to GraphQL.
I am wondering how to tak…
-
Common database id field is not allowed in Relay modern:
https://github.com/facebook/relay/issues/1682
I suggest to generating id as _id.
-
I'm using this
https://github.com/graphcool/graphql-cli
and have a corresponding .graphql file from a valid end point.
-
I encountered the error when I was going through the step by step tutorial. It occurs during the execution of this function `forum_example.current_person()` in PostgreSQL:
```SQL
select forum_exampl…
zorec updated
3 years ago
-
What I've done so far:
1. Followed the tutorial to create a split user record: one in a ``..._private`` schema and one in a ``anonuser`` and ``appuser`` accessible schema.
2. Followed the tutorial …
-
Is it possible for a URL param to determine which database to connect to when using PostGraphQL as a library? This is what I tried but doesn't work; it just hangs when trying to visit `localhost:3000/…
-
I thought it could be cool to listen/notify on a per node basis to implement subscriptions capable of publishing nested updates. Is it possible to access nodeId's row trigger functions?