Daniel Pereira Ferragut

Results 8 comments of Daniel Pereira Ferragut

Thanks for the quick and detailed answer Christian! > Just for completeness, my reasoning for not wanting to include those definitions within graphql-schema-linter is maintainability and opening the door for...

I haven't had chance to take a really good look at it, but [GraphQL Code Generator](https://github.com/dotansimha/graphql-code-generator) is a tool that generates Typescript types from GraphQL schemas and they have support...

One small mistake that I made in the failure condition description is that the timestamps can actually be returned in a valid `process-events` requests. Because I inject it before sending...

Some more information about this bug: - Happened when dogfood was deployed at this commit: 7af7726e7db31ab9b5dcc4d9fccb915fb9219458 - Only happens in the production dogfood, works as expected in a local chiseld...

Update: the temporary fix worked and now dogfood in production is working as expected

We could try do something like that, but right now it is kind of complicated because we are in a worry to get the "push branch = chisel apply" flow...

@BearLemma The first point is valid, I used a `e.processedAt == null` to check for a nullish value (null, undefined, "") just in case you guys decided later on that...

Hey @BearLemma, now that we have create new project / push flow working I think we can try to replicate this by creating a chisel project based of the commit...