Hi All,
I generated graphql swift files using Apollo Codegen - The Codegen CLI - Apollo GraphQL Docs
But when I added files to project then I see duplicate swift file under fragments folder and Schema->Objects folder.
Below is the error
Filname “XXX.grapgql.swift” used twice.
“path/customer/Fragraments/XXX.grapgql.swift”
“path/customer/Schema/Objects/XXX.grapgql.swift”
Appreciate any help to resolve this.