View Source Absinthe.Phase.Telemetry (absinthe v1.7.1)
Gather and report telemetry about an operation.
Link to this section Summary
Link to this section 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()
Callback implementation for Absinthe.Phase.run/2
.