As mentioned in #670, apollo codegen requires query names to be unique for a project when generating types. If two queries have the same name, type generation for the second query will be silently skipped.
This behavior is unexpected. It would be very helpful is apollo codegen output a console warning, including a filepath, whenever this occurs.
As mentioned in #670,
apollo codegenrequires query names to be unique for a project when generating types. If two queries have the same name, type generation for the second query will be silently skipped.This behavior is unexpected. It would be very helpful is apollo codegen output a console warning, including a filepath, whenever this occurs.