Skip to content

Commit 875843c

Browse files
committed
Remove convenience header from TodayMock
1 parent 543ed52 commit 875843c

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

samples/today/TodayMock.cpp

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33

44
#include "TodayMock.h"
55

6+
#include "AppointmentConnectionObject.h"
7+
#include "TaskConnectionObject.h"
8+
#include "FolderConnectionObject.h"
9+
#include "UnionTypeObject.h"
10+
#include "NestedTypeObject.h"
11+
#include "ExpensiveObject.h"
12+
#include "CompleteTaskPayloadObject.h"
13+
614
#include <algorithm>
715
#include <chrono>
816
#include <future>

samples/today/TodayMock.h

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,19 @@
66
#ifndef TODAYMOCK_H
77
#define TODAYMOCK_H
88

9-
#include "TodayObjects.h"
9+
#include "TodaySchema.h"
10+
11+
#include "QueryObject.h"
12+
#include "MutationObject.h"
13+
#include "SubscriptionObject.h"
14+
#include "NodeObject.h"
15+
#include "PageInfoObject.h"
16+
#include "AppointmentEdgeObject.h"
17+
#include "TaskEdgeObject.h"
18+
#include "FolderEdgeObject.h"
19+
#include "AppointmentObject.h"
20+
#include "TaskObject.h"
21+
#include "FolderObject.h"
1022

1123
#include <atomic>
1224
#include <stack>

0 commit comments

Comments
 (0)