Rahul Ballal

Results 4 comments of Rahul Ballal

For the problem that `pact` intends to solve. It would be nice if we can take a leaf out of this project https://github.com/gothinkster/realworld Also, it would be nice if we...

@mefellows I think if the examples are working lets not discard it. The example around gql for example is not quite a realistic use case. We should fix or remove...

re: graphql example For a gql query like so 👍 ```js const GET_SCOOBY = gql`query { dogs(name: "scooby") { id isGoodBoy canFindGhosts } }` ``` In react this would be...

> I could be a bit of date with current practices - how is the GraphQL schema shared between client/server? The server sends an introspection schema. Using relay all your...