-
I'm not able to have a procedure called in my RLS policies `with check` statement. I assumed this was a Postgresql issue, but after setting up a little test case ( below ) I can see that this works …
-
Please confirm if we can customize the GraphQL schema to show/hide only selected tables using postgraphql. For example if there are five tables in a schema out of which only three tables need to be sh…
-
I am using lumen 6.0 and php 7.2 added MakesGraphQLRequests to TestCase and when I try $this->postGraphQL() this returns an error: Call to undefined method ExampleTest::postJson()
So I override the…
-
I have tried testing the authentication process with PHPUnit. I have managed to test all mutations apart from the logout.
$this->mutation('logout', ['status', 'message']); logout = the mutation, [s…
-
One of the values of an enum in my postgresql database starts with a number (e.g. `CREATE TYPE seasons AS enum ('3 weeks', '5 weeks', '12 weeks')`. When trying to connect to this database with postgra…
-
I'm having trouble getting a stored procedure to show up in graphiql and I'm not entirely sure why. What is the best practice here and what limitations come with trying to run stored procs from graphq…
-
**Describe the bug**
When trying to unit test graphQL mutations which use subscriptions within a laravel package, I get the error ```Add the SubscriptionServiceProvider to your config/app.php to en…
-
I was wondering if there is any way implementing passport for postgraphql?
-
Objetivo é remover a dependencia da API-v2 para que possamos trabalhar mais coisas dentro do Hasura.
-
I was having some problems getting token verification working if the token was signed using RS256 instead of HS256.
In RS256 you need to pass in the public key in PEM format. My issues was that …