generateFragmentImplementations

Whether to generate the com.apollographql.apollo3.api.Fragment as well as response and variables adapters.

When using responseBased codegen, generateFragmentImplementations also generates classes for every fragment interface.

Most of the time, fragment implementations are not needed because you can access fragments and read all data from your queries. Fragment implementations are needed if you want to build fragments outside an operation. For an example to programmatically build a fragment that is reused in another part of your code or to read and write fragments to the cache.

Default: false