You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would seem that tagName argument is no longer being applied.
This seems to come from loadAndMergeQueryDocuments (packages/apollo-codegen-core/src/loading.ts) no longer being called in generate (packages/apollo/src/generate.ts).
This can be doubly seen with the tagName parameter to generate no longer being used.
Combined with the regression seen in #706 (comment), it seems impossible to apply document/query searching to a subset of files.
The text was updated successfully, but these errors were encountered:
It would seem that
tagName
argument is no longer being applied.This seems to come from
loadAndMergeQueryDocuments
(packages/apollo-codegen-core/src/loading.ts
) no longer being called ingenerate
(packages/apollo/src/generate.ts
).This can be doubly seen with the
tagName
parameter togenerate
no longer being used.Combined with the regression seen in #706 (comment), it seems impossible to apply document/query searching to a subset of files.
The text was updated successfully, but these errors were encountered: