Skip to content

Commit c780ca6

Browse files
committed
added has page
1 parent 006b99b commit c780ca6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/App.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,11 @@ function App() {
1010
const GetEngagements = gql`
1111
query GetEngagements {
1212
engagements {
13+
endCursor
14+
hasNextPage
1315
items {
1416
endDate
1517
id
16-
internalName
17-
lastApprovedDate
18-
lastModifiedDate
1918
name
2019
programName
2120
startDate

0 commit comments

Comments
 (0)