MoienTajik/GraphQL.Tools
GraphQL.Tools is a GraphQL to C# compiler (code-generator) which turns your GraphQL schema into a set of C# classes, interfaces, and enums.
This tool helps .NET developers working with GraphQL APIs. It takes a GraphQL schema file as input and automatically generates corresponding C# classes, interfaces, and enums. This allows developers to easily use and interact with the GraphQL data structures in their C# applications, eliminating the need to manually write boilerplate code.
101 stars. No commits in the last 6 months.
Use this if you are a C# developer building applications that consume GraphQL APIs and want to automate the creation of C# types from your GraphQL schema.
Not ideal if you are not a C# developer or if your project does not involve GraphQL.
Stars
101
Forks
12
Language
C#
License
MIT
Category
Last pushed
Sep 24, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/MoienTajik/GraphQL.Tools"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
mk3008/rawsql-ts
SQL-first lifecycle toolkit for testing, inspecting, and evolving database applications.
helios1138/graphql-typed-client
A tool that generates a strongly typed client library for any GraphQL endpoint. The client...
Shopify/syrup
A type-safe GraphQL model generator for Kotlin, Swift, and TypeScript.
denisart/graphql-query
Complete Domain Specific Language (DSL) for GraphQL query in Python.
swapnilmj/web-vqd
Design SQL "select" queries visually. SQL "joins" by drag-n-drop.