Projects in GraphQL used during the learning process about the tool, here we have APIs and front-end projects that utilize GraphQL.
GraphQL is a query language for APIs and a runtime for executing queries by using existing APIs. It allows clients to request only the data they need, making network calls more efficient. GraphQL provides significant advantages for modern application development, such as flexibility, performance, and an enhanced developer experience.
Pet shop project utilizing fundamental concepts of GraphQL to manage pet owners and their pets. Additionally, use NodeJS, TypeORM, TypeGraphQL, and important GraphQL concepts such as: Scalar Types, Object Types, resolvers, queries, mutations, context, middlewares, among others.