Create a GraphQL API for the service. This GraphQL API will be exposed on the route POST /api/graphql
.
To satisfy this challenge, implement at least one GraphQL query and one GraphQL mutation. Be sure to reuse the existing service code within the service/src/services
folder to integrate with your GraphQL implementation.
If you’re not sure where to get started, check out this guide.