Comparing version 0.0.2 to 0.0.3
@@ -1,5 +0,5 @@ | ||
import GQLResultInterface, { GQLNodeInterface } from "./types"; | ||
import GQLResultInterface, { GQLEdgeInterface, GQLNodeInterface } from "./types"; | ||
export declare const run: (query: string, variables?: Record<string, unknown> | undefined) => Promise<GQLResultInterface>; | ||
export declare const all: (query: string, variables?: Record<string, unknown> | undefined) => Promise<any>; | ||
export declare const all: (query: string, variables?: Record<string, unknown> | undefined) => Promise<GQLEdgeInterface[]>; | ||
export declare const tx: (id: string) => Promise<GQLNodeInterface>; | ||
export declare const fetchTxTag: (id: string, name: string) => Promise<string | undefined>; |
{ | ||
"name": "ar-gql", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"author": "John Letey <johnletey@gmail.com>", | ||
@@ -5,0 +5,0 @@ "repository": "git@github.com:johnletey/arGQL.git", |
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
17942