OBJECT

ReadIntegrationReply

Description

Returned in response to a read integration request and holds the requested integration.

link GraphQL Schema definition

  • type ReadIntegrationReply {
  • # The requested integration.
  • integration: Integration!
  • }

link Require by