rhanmiano
rhanmiano

Reputation: 23

Lighthouse PHP - cannot view schema definition and docs in playground

for some reason I am not able to see the current schema definition/docs for the typedefs and resolvers I made on the playground itself.

Some checks were the following:

After doing the steps above I expected to now see the schema on the playground but with no chance. Anyone facing the same issue, or anyone have any idea how to resolve the problem? Thanks

Upvotes: 0

Views: 714

Answers (1)

AbdElrahman Nashaat
AbdElrahman Nashaat

Reputation: 26

Try to clear lighthouse config cache through this command

php artisan lighthouse:clear-cache

It might be help.

Upvotes: 1

Related Questions