Skip to content

RequestIntegrationInput

Autogenerated input type of RequestIntegration

Fields

integration_name · String! · required · Name of the integration
enable_button_url · String · Support article URL (name needs to be changed)

Used By

Definition

"""
Autogenerated input type of RequestIntegration
"""
input RequestIntegrationInput {
"""
Name of the integration
"""
integration_name: String!
"""
Support article URL (name needs to be changed)
"""
enable_button_url: String
}