Dapper.GraphQL
A .NET Core library designed to integrate the Dapper and graphql-dotnet projects with ease-of-use in mind and performance as the primary concern.
File Explorer
Download Latest Version (.zip)- EntityMapContext.cs
- SqlDeleteContext.cs
- SqlInsertContext.cs
- SqlQueryContext.cs
- SqlUpdateContext.cs
- EntityMapContextExtensions.cs
- IEnumerable`Extensions.cs
- IHaveSelectionSetExtensions.cs
- PostgreSql.cs
- ServiceCollectionExtensions.cs
- SqlInsertContextExtensions.cs
- IEntityMapper.cs
- IQueryBuilder.cs
- FolderProfile.pubxml
- Dapper.GraphQL.csproj
- DapperGraphQLOptions.cs
- DeduplicatingEntityMapper.cs
- EntityMapper.cs
- ParameterHelper.cs
- SqlBuilder.cs
- SqlOptions.cs
- CompanyEntityMapper.cs
- PersonEntityMapper.cs
- CompanyType.cs
- EmailType.cs
- GraphQlQuery.cs
- PersonInputType.cs
- PersonMutation.cs
- PersonQuery.cs
- PersonSchema.cs
- PersonType.cs
- PhoneType.cs
- Company.cs
- Email.cs
- Person.cs
- Phone.cs
- CompanyQueryBuilder.cs
- EmailQueryBuilder.cs
- PersonQueryBuilder.cs
- PhoneQueryBuilder.cs
- 1-Create.sql
- 2-Data.sql
- Dapper.GraphQL.Test.csproj
- EntityMapContextTests.cs
- GraphQLTests.cs
- InsertTests.cs
- QueryTests.cs
- TestFixture.cs
- UpdateTests.cs
- .gitattributes
- .gitignore
- Dapper.GraphQL.sln
- LICENSE
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/landmarkhw/Dapper.GraphQL
Downloads the entire project code from GitHub to your computer.
cd Dapper.GraphQL
Moves into the project folder you just downloaded.
2. .NET
Medium RecommendedPrerequisites
cd Dapper.GraphQL.Test
This project's files live in a subfolder, so move into it first.
dotnet restore
Downloads the packages the project depends on.
dotnet run
Builds the project and runs it immediately.
After dotnet run, check the message or address shown in the terminal.
// repository documentation
Was this content helpful?
(0 ratings)
