JeremyLikness / jeremylikness-blog

Developer for Life Blog
https://blog.jeremylikness.com
16 stars 7 forks source link

embedding graphiql into blazor #4

Open gregorvilkner opened 4 years ago

gregorvilkner commented 4 years ago

Dear Jeremy, I know you grok odata, but is there a way to embed the graphiql sandbox in blazor? Setting up graphiql is super easy in the Startup - app.UseGraphiQl("/graphql"); But it captures the whole window. Is there a way to have it render inline with the navbar etc? Cheers, Gregor

JeremyLikness commented 4 years ago

I ❤ GraphQL too. Just haven't done as much with it. I am not familiar with how to embed it in Blazor but when I experiment with GraphQL+Blazor I'll look into it.