OBJECT
CreateIntegrationReply
Description
Returned in response to a create integration request and holds the ID of the created integration.
link GraphQL Schema definition
- type CreateIntegrationReply {
- # ID of the newly created integration.
- Long! :
- # The result of creating an integration.
- IntegrationCreation :
- }