I have a subscription that is triggered by a mutation. When the mutation is fired the updated data gets (somehow) passed to the subscription and the client gets notified.
How, using a Lambda Datasource/Resolver, can the subscription return an initial data state to the client when the subscription is first established?