GraphQL Playground
Is it possible to also create a graphql playground? Currently the /graphql url does not return anything.
Not sure if you are using Apollo, but the Apollo chrome extension will also intercept requests to mirage. It includes a playground that works quite well.
@fazulk, that's cool. Thanks for sharing! I'll have to check that out some time.
Not sure if you are using Apollo, but the Apollo chrome extension will also intercept requests to mirage. It includes a playground that works quite well.
@AlexandrosVasileiou, I'm having trouble understanding the need for this. Maybe you could provide some reasons why you would like this for Mirage?
Is it possible to also create a graphql playground? Currently the
/graphqlurl does not return anything.