Remove hasDeferredFragments
property and associated logic
#3277
Labels
codegen
Issues related to or arising from code generation
Milestone
For context, at the time of creating this issue,
hasDeferredFragment
is used to alter theaccept
header of the request when it is an operation that uses the@defer
directive. In standardizing the HTTP headers sent by the Apollo clients we may just be able to send themultipart/mixed
part of theaccept
header with all query and mutation operations regardless of whether they use@defer
or not. If that's done then there will be no value to thehasDeferredFragment
property.Note that this is before the executor and caching layers of the defer work are complete so it's possible the
hasDeferredFragment
property proves necessary for those to function correctly. So..TBD.The text was updated successfully, but these errors were encountered: