Skip to content

RequestIntegrationInput

Autogenerated input type of RequestIntegration

Fields

deprecated DO NOT USE
enable_button_url · String · Support article URL (name needs to be changed)
integration_name · String · Name of the integration
integration_option_id · ID · ID of the IntegrationOption being requested

Used By

Definition

"""
Autogenerated input type of RequestIntegration
"""
input RequestIntegrationInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
"""
Support article URL (name needs to be changed)
"""
enable_button_url: String
"""
Name of the integration
"""
integration_name: String
"""
ID of the IntegrationOption being requested
"""
integration_option_id: ID
}