Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 631 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 631 Bytes

NOVA SMS

About

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.

NestJS GraphQLModule

Add the service to your GraphQLModule datasources:

To be done.

NestJS Standalone - not recommended

Assuming environment.smsOptions implements SmsServiceOptions, add the module to your Module imports:

@Module({
  imports: [
    SmsModule.register(environment.smsOptions),
  ],
})

Code owners and maintainers