Results 22 comments of San Kilkis

@patrick91 @bellini666 when would be a good time to discuss these proposals? I think we can make quick progress on this if we have a chat. I'm available this week...

I've filled in the doodle, hopefully we can find a suitable time for all of us! 😊

@patrick91 @bellini666 In preparation of our discussion today I've made a benchmark of runtime compilation of Python functions to see if there is any performance penalty. Although it will presumably...

I do humbly agree with @rivantsov on this and think the most profound point made here is that malicious queries can already overwhelm GraphQL APIs regardless of whether recursive fragments...

Hey @iamkhav, thanks for the comment this PR has gone stale for a while. Implementation wise I'm done, I'll quickly rebase and push my latest changes. I see that @patrick91...

**Before**: ```shell ------------------------------------------------------------------------------------------ benchmark: 4 tests ------------------------------------------------------------------------------------------ Name (time in ms) Min Max Mean StdDev Median IQR Outliers OPS Rounds Iterations -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- test_interface_performance[1] 18.0224 (1.0) 50.3003 (1.77) 20.0878 (1.0) 5.1488...

@AlexKubiesa the use case seems closely related to what I was referring to here https://github.com/graphql/graphql-spec/issues/929#issuecomment-1294284387 Would your clients benefit from being able to formulate a query like: give me the...

@patrick91 https://peps.python.org/pep-0705/ might be useful if it allows us to inherit from a base class that specifies the defaults

> @jgadling this is awesome! So amazing to see all the great use cases of `FieldExtension` come to life so quickly 😊 > > I agree with @mayteio, the field...