I want to replace Absinthe.Phase.Document.Arguments.Parse with my custom version.
I can modify the pipelines of schema following this doc (Absinthe.Schema — absinthe v1.6.5), but can’t modify the pipelines of document.
(document means the pipelines of Absinthe.Pipeline.for_document/2)