Saihajpreet Singh

Results 218 comments of Saihajpreet Singh

> so you could have X OR (Y AND Z), and you could have X AND (Y OR Z) but not X OR (Y OR Z)? @azf20 updated it so...

checkout #350

> Is there a reason why Facebook is no longer maintaining this repo anymore? @WillSquire GraphQL is now managed and maintained by the GraphQL Foundation. You can read more here:...

Hey @KonanMentor sorry for so long delay. I see now the latest version is [v0.175.1](https://github.com/facebook/flow/releases/tag/v0.175.1) do you want to update this PR?

@edramos-97 can you please try latest version of [`@graphql-codegen/[email protected]`](https://github.com/dotansimha/graphql-code-generator/releases/tag/%40graphql-codegen%2Fcli%402.6.4) ?

So it is broken in downstream dependency. `codegen` -> `graphql-tools` -> [`cross-undici-fetch`](https://github.com/ardatan/whatwg-node/blob/c13d2ee85d4eaeac1a2844617e8ac1cede748241/packages/cross-undici-fetch/package.json#L26)

you can also run prettier in afterHook https://www.graphql-code-generator.com/docs/config-reference/lifecycle-hooks#afterallfilewrite

we might want to find a way how to get access to `graphql-codegen` name since it doesn't work properly with `npx` see https://github.com/dotansimha/graphql-code-generator/issues/8074#issuecomment-1180893362