I'm struggeling to find an answer, because I'm not really sure if this is a Drupal, GraphQl or Gatsby question.
I'm building a portfolio-site with Gatsby.js and Drupal-8 as datasource (via gatsby-source-drupal).
GraphQl queries for Nodes, Taxonomy, Users, eg are working without problems. But I can not access my created Views at my API-endpoint.
I have created a working Views-Page with a path. I also exposed the data as a Block. Tried a REST-Export as serialized JSON, but I can not get it working with JSON:API and JSON-Views-Module.
I expect to access the data from my View at my /jsonapi/endpoint, but my Views are not showing up.
I can't get my head around this. What am I missing? Is it even possible? Thanks!