https://github.com/ronanyeah/sui-graphql
https://github.com/ronanyeah/sui-graphql
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ronanyeah/sui-graphql
- Owner: ronanyeah
- Created: 2024-10-24T21:47:13.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-26T19:52:03.000Z (over 1 year ago)
- Last Synced: 2025-06-10T17:56:01.540Z (about 1 year ago)
- Language: Rust
- Size: 198 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sui-graphql
### Usage:
__Validate operation files:__ `npm run lint`
__Develop:__ `cargo watch`
__Execute example:__ `cargo run`
__Refresh Sui GraphQL schema:__ `npm run fetch-schema`
---
### Relevant files:
Operation file: [query.graphql](./graphql/query.graphql)
Rust setup: [graphql.rs](./src/graphql.rs)
Example usage: [main.rs](./src/main.rs)
---
Sui GraphQL docs: https://docs.sui.io/references/sui-graphql
Sui GraphiQL: https://sui-mainnet.mystenlabs.com/graphql