Tushar Mathur

Results 210 comments of Tushar Mathur

I think we generate a parsed graphql query ast directly with rust code. The idea is to give better performance than graphql itself. What you are suggesting will create a...

@wrath-of-god Let me know if you need any help.

This is an important feature for us to close hence assigning it to @ssddOnTop because we didn't see any activity on the issue by @wrath-of-god.

We need to rethink the design of this issue. Closing it for now.

Do you have any documentation on how to use it?

I like this. Instead of whitelisted we could do "Allowed" ```diff No errors found -N + 1: 1 +N + 1: 1 (1 allowed) ``` We can allow using the...

On second thoughts this might not work as intended, because n + 1 is not a field level problem but a path problem. We will have to create allowed paths...

May be we can just stick to generating a `.tailcallrc.graphql` file every time someone says `init`. Ask the user if it can be overwritten incase it already exists. The rest...

Perfect. Can you please update the issue with the exact requirements?