GraphQL playground, does this work with .net core applications?
a
Arnab
03/12/2019, 8:27 AM
If you are asking if GraphQL playground works with a GraphQL API of a .net flavour, I think the answer is yes because it seems language agnostic.
However, if you are asking if GraphQL playground can be embedded in a .net app, I have absolutely no idea
💯 1
r
Reid Mewborne
03/12/2019, 9:11 PM
I’m not sure I understand enough about playground to know the difference.
Reid Mewborne
03/12/2019, 9:12 PM
If playground is an ‘ide’ then I’m asking if I can open a .net app in that ide
j
jblevins
03/13/2019, 12:26 AM
playground is not an ide for coding, it's an ide for testing/running graphql query and mutation.