OBJECT

CreateIntegrationsReply

Description

Returned in response to a create integrations request and holds the IDs of the created integrations.

link GraphQL Schema definition

  • type CreateIntegrationsReply {
  • # The integration IDs.
  • ids: [Long!]!
  • }

link Require by