🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@settlemint/sdk-thegraph

Package Overview
Dependencies
Maintainers
3
Versions
2690
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@settlemint/sdk-thegraph - npm Package Compare versions

Comparing version

to
2.2.3-main0e9aa0e1

4

package.json
{
"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.