You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After running artisan lighthouse:ide-helper command, the generated schema-directives.graphql file contains the following error:
I assume it's because the (deprecated) CanDirective defines it itself because it inherits from BaseDirective (instead of BaseCanDirective). I guess this will be gone automatically as soon as the CanDirective class is removed in the 7.x upgrade as it's already marked deprecated and for removal.
Is there a chance to get this fixed in the 6.x until then?
Expected behavior/Solution
IDE helper generates error-free schema-directives.graphql file.
Steps to reproduce
run artisan lighthouse:ide-helper
check GraphQL tool window in phpstorm
Lighthouse Version
6.29.1
The text was updated successfully, but these errors were encountered:
Describe the bug
After running
artisan lighthouse:ide-helper
command, the generatedschema-directives.graphql
file contains the following error:I assume it's because the (deprecated)
CanDirective
defines it itself because it inherits fromBaseDirective
(instead ofBaseCanDirective
). I guess this will be gone automatically as soon as the CanDirective class is removed in the 7.x upgrade as it's already marked deprecated and for removal.Is there a chance to get this fixed in the 6.x until then?
Expected behavior/Solution
IDE helper generates error-free schema-directives.graphql file.
Steps to reproduce
artisan lighthouse:ide-helper
Lighthouse Version
6.29.1
The text was updated successfully, but these errors were encountered: