OBJECT

EmailProviderConfig

link GraphQL Schema definition

1type EmailProviderConfig {
2
3fromAddress: String!
4
5provider: EmailProvider!
6
7}