Skip to content

Still a work in progress - a demo/playground used to learn more about querying and GraphQL in genral.

Notifications You must be signed in to change notification settings

ivaaak/GraphQL-Demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GraphQL Projects

Still a work in progress - a demo/playground used to learn more about querying and GraphQL in genral.

This repo contains the following projects:

C# GraphQL

A playground for the .NET GraphQL library showing different mutations, object notations and service providers including data access and queries.

C# GraphQL ZeroQL

A simple app which uses the ZeroQL Library to create a GraphQL Server and Client. It showcases different schemas and queries.

JS GraphQL Client Fetch

A vanilla JS app which uses the fetch method to get different data from a GraphQL API. The API used is https://countries.trevorblades.com which provides a list of continents and countries which can be sorted based on different parameters.

About

Still a work in progress - a demo/playground used to learn more about querying and GraphQL in genral.

Resources

Stars

Watchers

Forks