-
-
Notifications
You must be signed in to change notification settings - Fork 466
Closed
Labels
bugAn error within LighthouseAn error within LighthousequestionRequest for support or clarificationRequest for support or clarification
Description
What about:
extend type Query @guard {
getProduct(id: ID! @eq): Product
@find
@can(ability:"get product")
}
?
First should be fired @guard to check if user is authenticated, but after this change first fired directive is @can
Originally posted by @webard in #1666 (comment)
Metadata
Metadata
Assignees
Labels
bugAn error within LighthouseAn error within LighthousequestionRequest for support or clarificationRequest for support or clarification