This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env node | |
/** | |
* Sui GraphQL Endpoint Test Suite (Devnet) | |
* | |
* This script tests the Sui GraphQL devnet endpoint using the official | |
* @mysten/sui TypeScript SDK with type-safe GraphQL queries. | |
* | |
* Usage: | |
* node sui-graphql-test.js |