This library defines nova-sms, a service that is derived from Apollo's RESTDataSource.
The service allows its users to send sms messages on behalf of Island.is via Nova.
Add the service to your GraphQLModule datasources:
To be done.
Assuming environment.smsOptions
implements SmsServiceOptions
, add the module to your Module imports:
@Module({
imports: [
SmsModule.register(environment.smsOptions),
],
})