123456789101112131415161718 |
- mutation channelEmailValidateConfigurationInbound(
- $inboundConfiguration: ChannelEmailInboundConfigurationInput!
- ) {
- channelEmailValidateConfigurationInbound(
- inboundConfiguration: $inboundConfiguration
- ) {
- success
- mailboxStats {
- contentMessages
- archivePossible
- archivePossibleIsFallback
- archiveWeekRange
- }
- errors {
- ...errors
- }
- }
- }
|