Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rasitayaz/dart-hasura-helper
A Hasura GraphQL helper utility to build queries and mutations with ease
https://github.com/rasitayaz/dart-hasura-helper
dart dart-library dart-package flutter graphql hasura utility
Last synced: 18 days ago
JSON representation
A Hasura GraphQL helper utility to build queries and mutations with ease
- Host: GitHub
- URL: https://github.com/rasitayaz/dart-hasura-helper
- Owner: rasitayaz
- License: mit
- Created: 2022-12-01T08:32:38.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-19T08:33:04.000Z (over 1 year ago)
- Last Synced: 2024-10-03T12:33:00.558Z (about 1 month ago)
- Topics: dart, dart-library, dart-package, flutter, graphql, hasura, utility
- Language: Dart
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Dart Hasura Helper
[![Pub](https://img.shields.io/pub/v/hasura_helper.svg?style=popout)](https://pub.dartlang.org/packages/hasura_helper)
[![](https://img.shields.io/badge/github-rasitayaz-red)](https://github.com/rasitayaz)
[![](https://img.shields.io/badge/buy me a coffee-donate-blue)](https://www.buymeacoffee.com/RasitAyaz)A [Hasura](https://hasura.io/) GraphQL helper utility to build queries and mutations with ease.
## Usage
See [example](https://pub.dev/packages/hasura_helper/example).
## Contribution
This library is incomplete at the moment, and does not contain all GraphQL actions (e.g. subscriptions). Feel free to contribute through [its github repository](https://github.com/rasitayaz/dart-hasura-helper).