laurentkempe / GatsbyCore

ASP.NET Core 3.0 as back-end and Gatsby as front-end
MIT License
14 stars 2 forks source link

This is great, but how do we get it working with GraphQL? #7

Open ffMathy opened 4 years ago

ffMathy commented 4 years ago

When running via the proxy, it doesn't seem like GraphQL related queries are working.

laurentkempe commented 4 years ago

At the moment, it is not working with GraphQL, the server is exposing a REST API which is called by the weather component!

ffMathy commented 4 years ago

Do you know where to start, if we are to make it work?

laurentkempe commented 4 years ago

What do you want to accomplish? Do you want to have the Gatsby client calling the ASP.NET Core using GraphQL?