Skip to content

Commit

Permalink
updating-trainee-dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
kanu-cast committed Oct 4, 2024
1 parent f04ecc1 commit 307655f
Show file tree
Hide file tree
Showing 3 changed files with 205 additions and 322 deletions.
27 changes: 0 additions & 27 deletions src/Mutations/invitationStats.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { gql } from '@apollo/client';
<<<<<<< HEAD
export const GET_INVITATIONS_STATISTICS_QUERY = gql`
query GetInvitationStatistics($orgToken: String!){
getInvitationStatistics(orgToken: $orgToken){
Expand All @@ -11,29 +10,3 @@ export const GET_INVITATIONS_STATISTICS_QUERY = gql`
}
}
`;
=======

export const GET_INVITATIONS_STATISTICS_QUERY = gql`
query GetInvitationStatistics(
$orgToken: String!
$startDate: String
$endDate: String
$daysRange: Int
) {
getInvitationStatistics(
orgToken: $orgToken
startDate: $startDate
endDate: $endDate
daysRange: $daysRange
) {
totalInvitations
pendingInvitationsCount
cancelledInvitationsCount
getPendingInvitationsPercentsCount
getAcceptedInvitationsPercentsCount
getCancelledInvitationsPercentsCount
acceptedInvitationsCount
}
}
`;
>>>>>>> 48e913655f1f56ea84b95d65b141a1f3b94d12ba
Loading

0 comments on commit 307655f

Please sign in to comment.