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