OBJECT
SendExtensionMessagePayload
Payload returned from the sendExtensionMessage mutation.
link GraphQL Schema definition
1 type SendExtensionMessagePayload { 2 3 # error, if any. 4 : SendExtensionMessageError 5 6 # Information about what rate limits, if any, were applied to this send. 7 : [SendExtensionMessageThrottleData!] 8 9 }