Absinthe phase that injects metadata into response extensions.
The key under which metadata appears is configured via the response_metadata option.
Automatically added to the pipeline by AshGraphql.Plugin.ResponseMetadata
when response_metadata is enabled.
Summary
Functions
@spec flag_invalid(node :: Absinthe.Blueprint.node_t()) :: Absinthe.Blueprint.node_t()
@spec flag_invalid(node :: Absinthe.Blueprint.node_t(), flag :: atom()) :: Absinthe.Blueprint.node_t()
@spec flag_invalid( node :: Absinthe.Blueprint.node_t(), flag :: atom(), reason :: String.t() ) :: Absinthe.Blueprint.node_t()