# GraphQL
The system relies on GraphQL, no surprise there by now. The folder named graphql is the place where all of our GraphQL
schema. For the sake of the developers, we break it down into smaller pieces. The 2 main files are mutations and queries
where all the calls are defined. All the other files are related to type definitions.
During the deployment process, all of these files are put together in a single file for the Apollo server to process.