Skip to content

enableGoogleIntegrationsInput

Autogenerated input type of enableGoogleIntegrations

Fields

deprecated DO NOT USE
user_id · ID! · required · Healthie Provider ID
ga_id · String · Google Analytics ID
gtm_id · String · Google Tag Manager ID

Used By

Definition

"""
Autogenerated input type of enableGoogleIntegrations
"""
input enableGoogleIntegrationsInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
"""
Healthie Provider ID
"""
user_id: ID!
"""
Google Analytics ID
"""
ga_id: String
"""
Google Tag Manager ID
"""
gtm_id: String
}