OBJECT

Query

link GraphQL Schema definition

  • type Query {
  • # Use this query to get a campaign with your desired parameters
  • #
  • # Arguments
  • # tags:
  • # segments:
  • campaign(tags: String, segments: [String]): Campaign
  • }

link Require by

This element is not required by anyone