https://github.com/titaniumit/graphql-examples
https://github.com/titaniumit/graphql-examples
angular dotnet graphql graphql-server
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/titaniumit/graphql-examples
- Owner: TitaniumIT
- License: mit
- Created: 2023-12-20T15:24:34.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-21T14:41:29.000Z (about 2 years ago)
- Last Synced: 2024-04-22T14:22:47.281Z (about 2 years ago)
- Topics: angular, dotnet, graphql, graphql-server
- Language: TypeScript
- Size: 347 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)