Skip to content

tarekmansour/GraphQL-Server-Side

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GraphQL-Server-Side

Getting started with GraphQL for server side with .NET

GraphQL

GraphQL is a query language. It executes queries by using type systems which we define for our data. GraphQL isn’t tied to any specific language or a database, just the opposite, it is adaptable to our code and our data as well.

Getting started

In this repo we get started with GraphQL for .NET by using GraphQL for .NET for server side.

Sending the First Query

To test our GraphQL API, we are going to use the GraphQL UI playground tool. So, let’s first start our server application and then navigate to the https://localhost:5001/ui/graphiql

About

Getting started with GraphQL for server side with .NET

Topics

Resources

License

Stars

Watchers

Forks

Languages