An open API service indexing awesome lists of open source software.

https://github.com/titaniumit/graphql-examples


https://github.com/titaniumit/graphql-examples

angular dotnet graphql graphql-server

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# graphql-examples

Goal of the example is making different implementations of the same graphQL
schema

currently the following client and server implementations are there:

## Frontends

- Angular tool stack:
- [angular](https://angular.dev/)
- [apollo client](https://the-guild.dev/graphql/apollo-angular)
- [graphql codegen](https://the-guild.dev/graphql/codegen)
- [source](frontend/angular/)

- Dioxus toolstack:
- [Dioxus](https://dioxuslabs.com/)
- [Graphql-client](https://crates.io/crates/graphql_client)
- [source](frontend/rust-web/)

## Backends

- dotnet toolstack:
- [Graphql dotnet](https://graphql-dotnet.github.io/docs/getting-started/introduction/)
- [source](backend/c#/)

- rust
toolstack:
- [Juniper](https://crates.io/crates/juniper)
- [source](backend/rust/)