Skip to content

IntegrationDetailsType

Parsed integration details extracted from long_description

Fields

available_for · [IntegrationPlanTiersType!] · Plan tiers the integration is available for
fee · String · The integration fee description
formatted_description · String · The cleaned long description with tags removed
is_setup_required · Boolean · Whether the integration needs to be setup for the user or if automatically is enabled

Used By

Definition

"""
Parsed integration details extracted from long_description
"""
type IntegrationDetailsType {
"""
Plan tiers the integration is available for
"""
available_for: [IntegrationPlanTiersType!]
"""
The integration fee description
"""
fee: String
"""
The cleaned long description with tags removed
"""
formatted_description: String
"""
Whether the integration needs to be setup for the user or if automatically is enabled
"""
is_setup_required: Boolean
}