GraphQL
URQL GraphQL Client
A highly customizable and versatile GraphQL client for React
The Toolkit exposes a URQL client that can be used to query the Arweave GraphQL API.
Usage
Input Parameters
- query:
string
: The GraphQL query string. - variables:
object
: The variables for the query.
Example
Response:
Was this page helpful?