• 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.

    Parameters

    • builder: default
    • options: Options

    Returns void | Promise<void>

Generated using TypeDoc