Tony Sparks

Results 8 comments of Tony Sparks

Hello chemdrew, My current use case is for schema stitching (i.e., a graphql proxy service the merges multiple disparate graphql services into one). As an example, a query may come...

Sorry, I wasn't very clear. I'm working on a GraphQL server schema "stitcher". This server, needs to make GraphQL calls to other GraphQL servers. It will receive GraphQL requests, the...

That could work -- however, that would increase the amount of work significantly (I would need to create POJO's for each schema).

Having a print function that echoes out the input parameters to the console and just returns its expression is extremely helpful. That allows you to call print on any part...

I'm not sure I like the notion of `-(x)`; doesn't seem to add more clarity, instead it adds more symbols. I think having a code formatting style guide is a...

Please fix formatting issues (mainly tab -> 4 spaces).

Hello @edgelord314 , Unfortunately, I haven't made the `seventh.jar` a [fat jar](https://stackoverflow.com/questions/19150811/what-is-a-fat-jar) which packs all the dependencies into one nice single jar file. You will need to start the client...

Have at it -- if you could create a mock-up of what you are thinking that would be great.