๐ A repository to explore and learn GraphQL with .NET.
This project demonstrates the basics of setting up and using GraphQL in .NET. It serves as a foundational example for creating robust and flexible APIs that allow clients to fetch only the data they need.
To get started with this repository, ensure you have:
git clone https://github.com/GuilhermeStracini/hello-world-graphql.git
cd hello-world-graphql
dotnet restore
dotnet run
Contributions are welcome! Feel free to fork the repository, create a new branch, and submit a pull request with your improvements or features.
This project is licensed under the MIT License.