marketingCampaignStatistics
No description
marketingCampaignStatistics(
end_date: String!
marketing_campaign_id: ID!
start_date: String!
): Mixed
Arguments
marketingCampaignStatistics.end_date
● String!
non-null scalar
marketingCampaignStatistics.marketing_campaign_id
● ID!
non-null scalar
marketingCampaignStatistics.start_date
● String!
non-null scalar
Type
Mixed
scalar
Loose type that allows any value. Be careful when passing in large Int
or Float
literals,
as they may not be parsed correctly on the server side. Use String
literals if you are
dealing with really large numbers to be on the safe side.