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.
File Explorer
Download Latest Version (.zip)- Program.cs
- Sample.gql
- Starwars.csproj
- Samples.sln
- Class.cs
- Enum.cs
- EnumValue.cs
- IGeneratableType.cs
- IMember.cs
- Interface.cs
- Property.cs
- VisitorNotFoundException.cs
- FieldTypeExtensions.cs
- GraphQLTypeExtensions.cs
- QueryArgumentExtensions.cs
- ArgumentVisitor.cs
- ClassVisitor.cs
- EnumVisitor.cs
- IGeneratableTypeVisitor.cs
- InterfaceVisitor.cs
- UnionVisitor.cs
- VisitorFactory.cs
- GeneratableTypeProvider.cs
- GenerationContext.cs
- GraphQL.Tools.csproj
- GraphQL.Tools.props
- GraphqlCodeGenerator.cs
- Clean.bat
- Directory.Build.props
- GraphQL.png
- GraphQL.Tools.sln
- .gitattributes
- .gitignore
- LICENSE
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/MoienTajik/GraphQL.Tools
Downloads the entire project code from GitHub to your computer.
cd GraphQL.Tools
Moves into the project folder you just downloaded.
2. .NET
Medium RecommendedPrerequisites
dotnet add package GraphQL.Tools
Type this command into your terminal and run it.
After dotnet run, check the message or address shown in the terminal.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
