When attempting to use GraphQL Playground, it seemed like a cached version of schema.graphql was being referenced. So, I went ahead and ran php artisan cache:clear
, which resulted in an error of "Server cannot be reached" and '"error": "Response not successful: Received status code 500"'.
I tried running php artisan cache:config
, but that didn't resolve the issue.
I'm expecting to be able to connect, but it doesn't seem to want to connect. Connecting wasn't an issue prior to running php artisan cache:clear
, just that any attempts to write a query seemed to reference the old schema.graphql, which isn't expected.