<?xml version="1.0" encoding="UTF-8"?>
<changelog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="./schema.xsd">
    <changeset id="DOC-420_retrigger_wform_checks:1" author="elvis-kture">
      <cypherquery>
        <![CDATA[
            UNWIND[
                {    accountPayee: {      accountPayeeId: 25969    },    timestamp: "2023-02-08T11:51:32Z"  }
            ] AS payload
            CALL streams.publish(
                'graphql.subscription.abacusAccountPayeePayoneerWFormCollected',
                payload
            )
            RETURN true
        ]]>
      </cypherquery>
    </changeset>
</changelog>
