Mutations
/funnelCreate
funnelCreate
Create a new funnel for tracking user conversion paths. Returns the created funnel object.
Arguments
input
FunnelInput!
Required
Configuration for the new funnel. Contains all necessary settings to create a funnel for tracking user conversion paths.
Returns
Funnel!
Required
Create a new funnel for tracking user conversion paths. Returns the created funnel object.
mutation funnelCreate($input: FunnelInput!) { funnelCreate(input: $input) { # funnelCreate fields } }
Built with
Show your support! Star us on GitHub ⭐️