@settlemint/sdk-hasura
Advanced tools
@@ -62,9 +62,12 @@ import { AbstractSetupSchema, initGraphQLTada } from 'gql.tada'; | ||
* scalars: { | ||
* DateTime: Date; | ||
* JSON: Record<string, unknown>; | ||
* Bytes: string; | ||
* Int8: string; | ||
* BigInt: string; | ||
* BigDecimal: string; | ||
* Timestamp: string; | ||
* timestamp: string; | ||
* timestampz: string; | ||
* uuid: string; | ||
* date: string; | ||
* time: string; | ||
* jsonb: string; | ||
* numeric: string; | ||
* interval: string; | ||
* geometry: string; | ||
* geography: string; | ||
* }; | ||
@@ -82,9 +85,12 @@ * }>({ | ||
* scalars: { | ||
* DateTime: Date; | ||
* JSON: Record<string, unknown>; | ||
* Bytes: string; | ||
* Int8: string; | ||
* BigInt: string; | ||
* BigDecimal: string; | ||
* Timestamp: string; | ||
* timestamp: string; | ||
* timestampz: string; | ||
* uuid: string; | ||
* date: string; | ||
* time: string; | ||
* jsonb: string; | ||
* numeric: string; | ||
* interval: string; | ||
* geometry: string; | ||
* geography: string; | ||
* }; | ||
@@ -91,0 +97,0 @@ * }>({}); |
{ | ||
"name": "@settlemint/sdk-hasura", | ||
"description": "Hasura and PostgreSQL integration module for SettleMint SDK, enabling database operations and GraphQL queries", | ||
"version": "1.1.9-prc522a42e", | ||
"version": "1.1.9-prc9d12029", | ||
"type": "module", | ||
@@ -67,6 +67,6 @@ "private": false, | ||
"gql.tada": "^1", | ||
"@settlemint/sdk-utils": "1.1.9-prc522a42e", | ||
"@settlemint/sdk-utils": "1.1.9-prc9d12029", | ||
"graphql-request": "^7", | ||
"zod": "^3", | ||
"drizzle-orm": "^0.39.0", | ||
"drizzle-orm": "^0.40.0", | ||
"pg": "^8", | ||
@@ -73,0 +73,0 @@ "drizzle-kit": "^0.30" |
@@ -56,3 +56,3 @@ <p align="center"> | ||
Defined in: [sdk/hasura/src/hasura.ts:111](https://github.com/settlemint/sdk/blob/v1.1.9/sdk/hasura/src/hasura.ts#L111) | ||
Defined in: [sdk/hasura/src/hasura.ts:117](https://github.com/settlemint/sdk/blob/v1.1.9/sdk/hasura/src/hasura.ts#L117) | ||
@@ -84,4 +84,4 @@ Creates a Hasura GraphQL client with proper type safety using gql.tada | ||
| ------ | ------ | ------ | | ||
| `client` | `GraphQLClient` | [sdk/hasura/src/hasura.ts:115](https://github.com/settlemint/sdk/blob/v1.1.9/sdk/hasura/src/hasura.ts#L115) | | ||
| `graphql` | `initGraphQLTada`\<`Setup`\> | [sdk/hasura/src/hasura.ts:116](https://github.com/settlemint/sdk/blob/v1.1.9/sdk/hasura/src/hasura.ts#L116) | | ||
| `client` | `GraphQLClient` | [sdk/hasura/src/hasura.ts:121](https://github.com/settlemint/sdk/blob/v1.1.9/sdk/hasura/src/hasura.ts#L121) | | ||
| `graphql` | `initGraphQLTada`\<`Setup`\> | [sdk/hasura/src/hasura.ts:122](https://github.com/settlemint/sdk/blob/v1.1.9/sdk/hasura/src/hasura.ts#L122) | | ||
@@ -103,9 +103,12 @@ ##### Throws | ||
scalars: { | ||
DateTime: Date; | ||
JSON: Record<string, unknown>; | ||
Bytes: string; | ||
Int8: string; | ||
BigInt: string; | ||
BigDecimal: string; | ||
Timestamp: string; | ||
timestamp: string; | ||
timestampz: string; | ||
uuid: string; | ||
date: string; | ||
time: string; | ||
jsonb: string; | ||
numeric: string; | ||
interval: string; | ||
geometry: string; | ||
geography: string; | ||
}; | ||
@@ -123,9 +126,12 @@ }>({ | ||
scalars: { | ||
DateTime: Date; | ||
JSON: Record<string, unknown>; | ||
Bytes: string; | ||
Int8: string; | ||
BigInt: string; | ||
BigDecimal: string; | ||
Timestamp: string; | ||
timestamp: string; | ||
timestampz: string; | ||
uuid: string; | ||
date: string; | ||
time: string; | ||
jsonb: string; | ||
numeric: string; | ||
interval: string; | ||
geometry: string; | ||
geography: string; | ||
}; | ||
@@ -132,0 +138,0 @@ }>({}); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
52728
1.1%397
1.53%233
2.64%