Search…
Getting Started
Technical overview
Overview
Architectural Decision Records
API Design Guide
Island.is Authentication Service
Code Reviews
Code Standards
Devops
Feature Flags
Monorepo
Personas
Pósthólfið
Teamwork
Technical Direction
X-Road / Straumurinn
Repository
AWS Secrets
External Contributions
Generating a New Project
GitBook Contributions
OpenAPI
Auto Generated Schemas
Workspace Settings
Apps
Air Discount Scheme
API
Application System
Financial Aid System for Samband Sveitarfélaga
Judicial System
Reference Backend
Reference Next App
Service Portal
Services
Car Recycling - Skilavottorð
Web
Libs
API
API Catalogue
Application
Auth
Auth API Lib
Auth Nest Tools
Clients
CMS
CMS Translations
Content Search Index Manager
Content Search Indexer
Content Search Metrics
Content Search Toolkit
Contentful Extensions Overview
Dokobit Signing
Email Service
Feature Flags
Health Insurance
Island UI
Localization
Message Queue
Nest Modules
Next Ids Auth Lib
NOVA SMS
Plausible
React Libraries
Regulations
Residence History
Service Portal
Shared
Testing
User Monitoring
Reference
Problems
Misc
Guide: Adding a Payment Step to an Application
Guide: Enable Organisations to Make Requests to an Application
GitBook Template
Glossary
Powered By
GitBook
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:
1
@
Module
({
2
imports
:
[
3
SmsModule
.
register
(
environment
.
smsOptions
),
4
],
5
})
Copied!
Code owners and maintainers
Kolibri
Libs - Previous
Next Ids Auth Lib
Next - Libs
Plausible
Last modified
1yr ago
Copy link
Contents
About
NestJS GraphQLModule
NestJS Standalone - not recommended
Code owners and maintainers