Open raiseerco opened 1 month ago
I think the document and the repo were not updated in time to be consistent with the website's backend data schema. @raiseerco
Indeed, finally what I did is to run an instrospection
query to see whatever I need.
Basically this:
{
__schema {
types {
name
}
}
}
Hope this helps.
Running
npm run dev
gives this output: