Plugin that adds a custom graphql endpoint inboxOutboxState which checks if
inbox and/or outbox entries with the specific test ID are still being
processed and returns the count of such 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
inboxOutboxState
which checks if inbox and/or outbox entries with the specific test ID are still being processed and returns the count of such 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
.