after
String
before
first
Int
last
ComplianceCampaignConnection!
type Query { complianceCampaigns(after: String, before: String, first: Int, last: Int): ComplianceCampaignConnection! }
Query.
complianceCampaigns
Questionnaire release campaigns affecting the current merchant.
Arguments
after
String
before
String
first
Int
last
Int
Returns:
ComplianceCampaignConnection!
type Query { complianceCampaigns(after: String, before: String, first: Int, last: Int): ComplianceCampaignConnection! }