GraphQL playground, does this work with .net core ...
# orm-help
r
GraphQL playground, does this work with .net core applications?
a
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
I’m not sure I understand enough about playground to know the difference.
If playground is an ‘ide’ then I’m asking if I can open a .net app in that ide
j
playground is not an ide for coding, it's an ide for testing/running graphql query and mutation.
👍 1
r
Well, there ya go. Cool.