OBJECT

ListIntegrationsReply

Description

Returned in response to a ListIntegrationsReq and holds the requested integrations.

link GraphQL Schema definition

  • type ListIntegrationsReply {
  • # The requested integrations.
  • integrations: [Integration!]!
  • }

link Require by