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.
  • id: Long!
  • }

link Require by