- 🇦🇺Australia almunnings Melbourne, 🇦🇺
Hi,
New maintainer here.
I'm not actively going to develop on the 8.x branch - But looking at the code, I can offer some... 3 year late advice!default:default
is the name of the schema it is trying to load. The README wasnt very explicit here.You can change the schema name using
$settings['graphql_export'] = [ 'file' => '../whatever', 'schema' => 'YOUR_SCHEMA_ID', ];
The error you have looks like your graphql schema doesnt exist, or you could have a weird caching issue.
Either way, I hope this support finds you well.
I'm closing the ticket as outdated.