Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
kanu-cast committed Oct 4, 2024
1 parent f04ecc1 commit c800cb9
Show file tree
Hide file tree
Showing 6 changed files with 210 additions and 323 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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
Binary file added src/assets/not-found.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit c800cb9

Please sign in to comment.