Eduard Boloș
09/27/2022, 5:24 PMcheckServiceApolloDuplicates
. I am getting this build error:
> duplicate Type 'ResolverKey(kind=OperationVariablesAdapter, id=CancelAgentTransactionMutation)' generated in modules: agent,field
Use 'alwaysGenerateTypesMatching' in a parent module to generate the type only once
In the parent module I already added apollo { alwaysGenerateTypesMatching.set(setOf("CancelAgentTransactionMutation", "other types here")) }
, but the error is still there 😄 Any ideas what might be going on?Eduard Boloș
09/27/2022, 5:24 PMalwaysGenerateTypesMatching
disappeared, but this one for CancelAgentTransactionMutation
doesn't want to go away 😄bod
09/27/2022, 5:30 PMEduard Boloș
09/27/2022, 5:37 PMbod
09/27/2022, 5:38 PMbod
09/27/2022, 5:46 PMbod
09/27/2022, 5:51 PMEduard Boloș
09/27/2022, 7:31 PMbod
09/27/2022, 8:29 PMbod
09/28/2022, 8:44 AMCancelAgentTransactionMutation
defined in several modules? 🤔 (thanks @mbonnin for the idea! 🙂)Eduard Boloș
09/28/2022, 8:46 AMbod
09/28/2022, 8:47 AMmbonnin
09/28/2022, 8:50 AMmbonnin
09/28/2022, 8:50 AMmbonnin
09/28/2022, 8:51 AMEduard Boloș
09/28/2022, 8:55 AMfield
and agent
are separate apps, which include their own client name headers in the requests, so differentiating is easy 🙂Eduard Boloș
09/28/2022, 9:11 AMmbonnin
10/03/2022, 1:24 PMmbonnin
10/03/2022, 1:24 PM3.6.1-SNAPSHOT
? If everything looks good, we'll make a patch releaseEduard Boloș
10/03/2022, 1:30 PMmbonnin
10/03/2022, 1:39 PMmbonnin
10/03/2022, 3:54 PMEduard Boloș
10/03/2022, 3:55 PMmbonnin
10/03/2022, 3:56 PM