Arda TANRIKULU
Arda TANRIKULU
`additionalTypeDefs` does not extend subgraphs, it extends the final supergraph.
Thanks for the PR! Sorry for the late review!
@NShahri Still failing :/
`loadFiles` loads available files for the given glob input. It is user's responsibility to check if the loaded files are correct or available. As you shared in the code. You...
I don't think descriptions are only supported on type definitions. You can try it by running the following code; ```ts import { parse } from 'graphql'; const document = parse(/*...
Interesting use case. Not sure how intelligent we can make `mergeTypeDefs` to handle undefined `@link` directive. `mergeTypeDefs` today tries to merge directive definitions if they are not defined as repeatable....
Fixed in https://github.com/dotansimha/graphql-yoga/pull/3526
We removed that dependency already in https://github.com/ardatan/graphql-tools/pull/7298 You mean updating it doesn't fix your issue?
@jdolle Could you take a look?
Not sure I understand the motivation behind this change. If it is an issue on codegen, then it needs to be fixed there not here.