You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add test fixtures and test functions for GetCampaign, CreateCampaign,
UpdateCampaign, DeleteCampaign, ScheduleCampaign, and
UnscheduleCampaign. Extends campaigns.tpl with reusable GraphQL
request/response templates for all mutation operations.
Made-with: Cursor
Copy file name to clipboardExpand all lines: testdata/templates/campaigns.tpl
+74Lines changed: 74 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,77 @@
1
+
{{- define"campaign_fields" }}checkStats{total,totalSuccessful},endedDate,filter{id,name},htmlUrl,id,name,owner{alias,id},projectBrief,rawProjectBrief,reminder{channels,daysOfWeek,defaultSlackChannel,frequency,frequencyUnit,message,nextOccurrence,timeOfDay,timezone},serviceStats{total,totalSuccessful},startDate,status,targetDate{{ end }}
0 commit comments