Skip to content

Commit c800cb9

Browse files
committed
initial commit
1 parent f04ecc1 commit c800cb9

File tree

6 files changed

+210
-323
lines changed

6 files changed

+210
-323
lines changed

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Mutations/invitationStats.tsx

-27
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import { gql } from '@apollo/client';
2-
<<<<<<< HEAD
32
export const GET_INVITATIONS_STATISTICS_QUERY = gql`
43
query GetInvitationStatistics($orgToken: String!){
54
getInvitationStatistics(orgToken: $orgToken){
@@ -11,29 +10,3 @@ export const GET_INVITATIONS_STATISTICS_QUERY = gql`
1110
}
1211
}
1312
`;
14-
=======
15-
16-
export const GET_INVITATIONS_STATISTICS_QUERY = gql`
17-
query GetInvitationStatistics(
18-
$orgToken: String!
19-
$startDate: String
20-
$endDate: String
21-
$daysRange: Int
22-
) {
23-
getInvitationStatistics(
24-
orgToken: $orgToken
25-
startDate: $startDate
26-
endDate: $endDate
27-
daysRange: $daysRange
28-
) {
29-
totalInvitations
30-
pendingInvitationsCount
31-
cancelledInvitationsCount
32-
getPendingInvitationsPercentsCount
33-
getAcceptedInvitationsPercentsCount
34-
getCancelledInvitationsPercentsCount
35-
acceptedInvitationsCount
36-
}
37-
}
38-
`;
39-
>>>>>>> 48e913655f1f56ea84b95d65b141a1f3b94d12ba

src/assets/not-found.png

95.2 KB
Loading

0 commit comments

Comments
 (0)