Tom Gasson

Results 4 comments of Tom Gasson

At Atlassian we mark fields in the schema with `@beta` for this ```graphql directive @beta(name: String!) on FIELD_DEFINITION type Project { """ The team which owns the project """ team:...

I like the scrutiny here, that high bar is what makes the language great. I don't have any other suggestions, but not too keen on `assert`. - Being able to...

> Assert without else will abort as before I didn't call it out clear enough but my implementation here doesn't line up with your assumption there. This implementation has `guard...

Thanks for the request. This seems reasonable, there's definitely a few real situations which are difficult to tackle without `@container` queries. A couple of initial thoughts... I like they way...