Skip to content

EnableMixpanelInput

Autogenerated input type of EnableMixpanel

Fields

deprecated DO NOT USE
id · ID! · required · The ID of the user
project_token · String! · required · Mixpanel Project Token

Used By

Definition

"""
Autogenerated input type of EnableMixpanel
"""
input EnableMixpanelInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
"""
The ID of the user
"""
id: ID!
"""
Mixpanel Project Token
"""
project_token: String!
}