@settlemint/sdk-thegraph
Advanced tools
Comparing version
{ | ||
"name": "@settlemint/sdk-thegraph", | ||
"description": "TheGraph integration module for SettleMint SDK, enabling querying and indexing of blockchain data through subgraphs", | ||
"version": "2.2.2", | ||
"version": "2.2.3-main0e9aa0e1", | ||
"type": "module", | ||
@@ -55,3 +55,3 @@ "private": false, | ||
"gql.tada": "^1", | ||
"@settlemint/sdk-utils": "2.2.2", | ||
"@settlemint/sdk-utils": "2.2.3-main0e9aa0e1", | ||
"graphql-request": "^7", | ||
@@ -58,0 +58,0 @@ "zod": "^3" |
@@ -55,3 +55,3 @@ <p align="center"> | ||
Defined in: [sdk/thegraph/src/thegraph.ts:90](https://github.com/settlemint/sdk/blob/v2.2.2/sdk/thegraph/src/thegraph.ts#L90) | ||
Defined in: [sdk/thegraph/src/thegraph.ts:90](https://github.com/settlemint/sdk/blob/v2.2.3/sdk/thegraph/src/thegraph.ts#L90) | ||
@@ -87,4 +87,4 @@ Creates a TheGraph GraphQL client with proper type safety using gql.tada | ||
| ------ | ------ | ------ | | ||
| `client` | `GraphQLClient` | [sdk/thegraph/src/thegraph.ts:94](https://github.com/settlemint/sdk/blob/v2.2.2/sdk/thegraph/src/thegraph.ts#L94) | | ||
| `graphql` | `initGraphQLTada`\<`Setup`\> | [sdk/thegraph/src/thegraph.ts:95](https://github.com/settlemint/sdk/blob/v2.2.2/sdk/thegraph/src/thegraph.ts#L95) | | ||
| `client` | `GraphQLClient` | [sdk/thegraph/src/thegraph.ts:94](https://github.com/settlemint/sdk/blob/v2.2.3/sdk/thegraph/src/thegraph.ts#L94) | | ||
| `graphql` | `initGraphQLTada`\<`Setup`\> | [sdk/thegraph/src/thegraph.ts:95](https://github.com/settlemint/sdk/blob/v2.2.3/sdk/thegraph/src/thegraph.ts#L95) | | ||
@@ -142,3 +142,3 @@ ##### Throws | ||
Defined in: [sdk/thegraph/src/thegraph.ts:25](https://github.com/settlemint/sdk/blob/v2.2.2/sdk/thegraph/src/thegraph.ts#L25) | ||
Defined in: [sdk/thegraph/src/thegraph.ts:25](https://github.com/settlemint/sdk/blob/v2.2.3/sdk/thegraph/src/thegraph.ts#L25) | ||
@@ -151,6 +151,6 @@ Type definition for client options derived from the ClientOptionsSchema | ||
| ------ | ------ | ------ | ------ | | ||
| <a id="accesstoken"></a> `accessToken` | `string` | `ApplicationAccessTokenSchema` | [sdk/thegraph/src/thegraph.ts:17](https://github.com/settlemint/sdk/blob/v2.2.2/sdk/thegraph/src/thegraph.ts#L17) | | ||
| <a id="cache"></a> `cache?` | `"default"` \| `"force-cache"` \| `"no-cache"` \| `"no-store"` \| `"only-if-cached"` \| `"reload"` | - | [sdk/thegraph/src/thegraph.ts:19](https://github.com/settlemint/sdk/blob/v2.2.2/sdk/thegraph/src/thegraph.ts#L19) | | ||
| <a id="instances"></a> `instances` | `string`[] | - | [sdk/thegraph/src/thegraph.ts:16](https://github.com/settlemint/sdk/blob/v2.2.2/sdk/thegraph/src/thegraph.ts#L16) | | ||
| <a id="subgraphname"></a> `subgraphName` | `string` | - | [sdk/thegraph/src/thegraph.ts:18](https://github.com/settlemint/sdk/blob/v2.2.2/sdk/thegraph/src/thegraph.ts#L18) | | ||
| <a id="accesstoken"></a> `accessToken` | `string` | `ApplicationAccessTokenSchema` | [sdk/thegraph/src/thegraph.ts:17](https://github.com/settlemint/sdk/blob/v2.2.3/sdk/thegraph/src/thegraph.ts#L17) | | ||
| <a id="cache"></a> `cache?` | `"default"` \| `"force-cache"` \| `"no-cache"` \| `"no-store"` \| `"only-if-cached"` \| `"reload"` | - | [sdk/thegraph/src/thegraph.ts:19](https://github.com/settlemint/sdk/blob/v2.2.3/sdk/thegraph/src/thegraph.ts#L19) | | ||
| <a id="instances"></a> `instances` | `string`[] | - | [sdk/thegraph/src/thegraph.ts:16](https://github.com/settlemint/sdk/blob/v2.2.3/sdk/thegraph/src/thegraph.ts#L16) | | ||
| <a id="subgraphname"></a> `subgraphName` | `string` | - | [sdk/thegraph/src/thegraph.ts:18](https://github.com/settlemint/sdk/blob/v2.2.3/sdk/thegraph/src/thegraph.ts#L18) | | ||
@@ -163,3 +163,3 @@ *** | ||
Defined in: [sdk/thegraph/src/thegraph.ts:10](https://github.com/settlemint/sdk/blob/v2.2.2/sdk/thegraph/src/thegraph.ts#L10) | ||
Defined in: [sdk/thegraph/src/thegraph.ts:10](https://github.com/settlemint/sdk/blob/v2.2.3/sdk/thegraph/src/thegraph.ts#L10) | ||
@@ -174,3 +174,3 @@ Type definition for GraphQL client configuration options | ||
Defined in: [sdk/thegraph/src/thegraph.ts:15](https://github.com/settlemint/sdk/blob/v2.2.2/sdk/thegraph/src/thegraph.ts#L15) | ||
Defined in: [sdk/thegraph/src/thegraph.ts:15](https://github.com/settlemint/sdk/blob/v2.2.3/sdk/thegraph/src/thegraph.ts#L15) | ||
@@ -177,0 +177,0 @@ Schema for validating client options for the TheGraph client. |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
33986
0.08%1
Infinity%+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed