IntegrationType
Represents an integration type.
type IntegrationType {
type: String!
name: String!
description: String!
}
Fields
IntegrationType.type ● String! non-null scalar
IntegrationType.name ● String! non-null scalar
IntegrationType.description ● String! non-null scalar
Member Of
Integration object ● IntegrationTypeConnection object ● IntegrationTypeEdge object