Services
Here is a list of all the service files and their working.
Login
- Location:
src/routes/login/graphql.js
- Working:
Contains the mutation for when a user tries to login inside the Web Admin Dashboard.
Overview
- Location:
src/routes/dashboard/graphql.js
- Working:
Contains the queries for getting total users, total swipes, total matches, total cities, number of males, number of females, number of iOS and Android devices.
Settings
- Location:
src/routes/settings/graphql.js
- Working:
Contains mutations for creating and updating user settings sych as Google Play Store link, iOS App Store link, timezone etc.
Users
- Location:
src/routes/users/graphql.js
- Working: Contains query for getting all user data, mutation for activating and deactivating users, and subscription for realtime updation of user data.