Challenge: Creating a Basic GraphQL Endpoint
Explore how to create a basic GraphQL endpoint using Deno by implementing key mutations to manage car rentals, including adding, deleting, and updating cars as well as creating users for car renters.
We'll cover the following...
We'll cover the following...
Problem statement
For this challenge, let’s say we want to build a GraphQL endpoint for a car rental service that ...