Skip to content

RequestIntegrationInput

Autogenerated input type of RequestIntegration

Fields

deprecated DO NOT USE
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 {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
"""
Name of the integration
"""
integration_name: String!
"""
Support article URL (name needs to be changed)
"""
enable_button_url: String
}