Comparing version 1.2.3 to 1.2.4
{ | ||
"name": "ar-gql", | ||
"version": "1.2.3", | ||
"version": "1.2.4", | ||
"main": "dist/index", | ||
@@ -5,0 +5,0 @@ "types": "dist/index", |
@@ -38,3 +38,3 @@ # `ar-gql` version 1 | ||
// you can set up another instance with another enpoint | ||
// you can set up another instance with another endpoint | ||
const goldsky = arGql('https://arweave-search.goldsky.com/graphql') | ||
@@ -62,3 +62,3 @@ // and use it at the same time | ||
The query passed in must follow the outline shown below: | ||
Your query must follow the template shown below: | ||
@@ -88,4 +88,4 @@ ``` | ||
The optional `pageCallback` feature is the convenience functon to process pages as they are returned. The page results are processed asynchronously, and the function `all` returns after all callback functions have completed internally. | ||
> N.B When a callback function is passed to `all`, `all` returns an empty edges array once all page callbacks are complete `[]`. | ||
The optional `pageCallback` feature is a convenience function to process pages as they are returned. The page results are processed asynchronously, and the function `all` returns after all callback functions have completed internally. | ||
> N.B When a callback function is used, `all` returns an empty edges array once all page callbacks are complete `[]`. | ||
@@ -92,0 +92,0 @@ ### `tx(id)` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14438