This fixes the HelloWorldAsyncTests to actually use the async subscription resolver, HelloResolver.asyncSubscribeUser, instead of using HelloResolver.subscribeUser.
This also adds the missing initializer for SubscriptionField that takes only the async subscription resolver without the field resolver (SubscriptionField.init(_:as:atSub:))
This fixes the
HelloWorldAsyncTests
to actually use the async subscription resolver,HelloResolver.asyncSubscribeUser
, instead of usingHelloResolver.subscribeUser
.This also adds the missing initializer for
SubscriptionField
that takes only the async subscription resolver without the field resolver (SubscriptionField.init(_:as:atSub:)
)