triggerProductIntegrationPingTest
Trigger ping tests for a product integration.
This page contains
Arguments
input TriggerProductIntegrationPingTestInput! | Input to trigger ping tests for a product integration. |
TriggerProductIntegrationPingTestInput fields
id ID! | Unique identifier of the product integration. |
version String! | Version of the product integration ("WORKING" or "PUBLISHED"). |
eventTypes [EventType] |
Return Fields
productIntegration ProductIntegration | Attributes of the product integration. |
userErrors [TriggerProductIntegrationPingTestError!] | List of errors found during the ping tests (null if there are no errors). |
Interactive example
This is an example mutation query. Use the embedded interactive tool below to edit the query.
Hint: use Ctrl + Space for autocompleting fields.