-
{
"errors": [
{
"extensions": {
"guards": []
},
"message": "Cache store [none] is not defined.",
"category": "authentication",
"locations": [
…
-
**Describe the bug**
Installed the latest version of Laravel , Lighthouse php , laravel passport. I want some of the routes be accessible only to the logged in users. I followed the documentati…
-
I am trying to use ```@can``` and ```@auth``` directives in lumen but it doesn't work.
When I use ```@can``` it returns like this in graphiql:
```"message": "Call to a member function can() on…
-
thanx so dam much for this package, having the same schema syntax in both front & end is just heaven 😍.
still could someone pleaaaaaaaaaaaaaase for the love of god, do something with the documentat…
-
Lighthouse version: 2.1-beta.5 for lumen support
Hello, i'm using lumen with lighthouse and everything is working perfectly except for the @group directive as i want to apply an auth middleware to …
-
Hi,
I tried use middleware in my queries and mutators like:
``` graphql
type Query @group(middleware: ["jwt.auth", "cors"]) {
accounts: [Account!]! @paginate(model: "App\\Account")
}
```
…
-
This is exactly the kind of library that should be used on a small framework. All you really need is some routing and GraphQL magic.
With that said, is there any particular reason you are using Lar…
-
Love it!, so simple!
Got to the point where I'm getting the schema generated into a React-Native project using Relay Modern, retrieving the schema form the server with the `graphql get-schema -I` i…
-
Hi all,
I'm currently experimenting with the following use case, which seems like a perfect task for the `@union` directive.
I have an Image and a Slogan model that have very similar properties …
-