Closed mariansimecek closed 2 years ago
I haven't checked out the new File System Route API, but do you get any data from the allStrapiAkce in the GraphQL explorer on http://localhost:8080/___graphql? And have you enabled preview on the plugin alternatively published the Akce document in Strapi?
Yes I get data in GraphQL explorer and I have enabled preview. I tried useStaticQuery and I see data:
Please check 4.4.0
, there have been a number of changes since this was posted here.
I checked it and it works! Thank you for great work
Hi, I have a problem with gatsby and new File System Route API, it successfully generate pages by slug but graphql query output is null.
File structure: └── src ├── co-bylo │ ├── {StrapiAkce.slug}.tsx
{StrapiAkce.slug}.tsx
Console.log
Thank you for great plugin.