Gql
Queries using our GraphQL server
Available Commands
Command | Description |
---|---|
Queries details about an app. | |
Queries details about your deployed apps and ADOs for the current chain. | |
Fetches the GraphQL url used. |
App
Queries details about an app.
Usage
Example
Response
The response includes the owner address, app name, and components of the app.
Assets
Queries details about your deployed apps and ADOs for the current chain.
Usage
The result is the same as running "ado list"
Example
Flags
Flag | Description | Usage |
---|---|---|
type | Filter assets by ADO type. | --type cw721 |
limit | The number of assets to return. Defaults to 10. | --limit 5 |
offset | Number of results to skip from the start. Defaults to 0. | --offset 3 |
Last updated