Skip to content

IntegrationButtonConfig

Configuration for the button when the integration is not connected

Fields

text · String! · required

Used By

Definition

"""
Configuration for the button when the integration is not connected
"""
type IntegrationButtonConfig {
href: String
payload: JSON
text: String!
}