Plugin that adds a custom graphql endpoint inboxOutboxReport which uses
inbox and/or outbox entries with the specific test ID and generates a
performance report for said entries. Test ID is expected to be passed as
message_context: { testId: "test ID value"} with the message and is a
expected to be string. ownerPool must be available as part of the
postgraphile graphileBuildOptions.
Plugin that adds a custom graphql endpoint
inboxOutboxReport
which uses inbox and/or outbox entries with the specific test ID and generates a performance report for said entries. Test ID is expected to be passed asmessage_context: { testId: "test ID value"}
with the message and is a expected to be string.ownerPool
must be available as part of the postgraphilegraphileBuildOptions
.