@poap-xyz/drops
Advanced tools
Comparing version 0.1.4-beta-v1 to 0.1.4
import { DropImageGatewayType } from '../types/dropImage'; | ||
export declare const DROP_IMAGE_QUERY = "\n query PaginatedDrops($id: Int!) {\n drops(where: { id: { _eq: $id } }) {\n image_url\n drop_image {\n gateways {\n type\n url\n }\n }\n }\n }\n"; | ||
export declare const DROP_IMAGE_QUERY = "\n query DropImage($id: Int!) {\n drops(where: { id: { _eq: $id } }) {\n image_url\n drop_image {\n gateways {\n type\n url\n }\n }\n }\n }\n"; | ||
export interface DropImageGatewayResponse { | ||
@@ -4,0 +4,0 @@ type: DropImageGatewayType; |
import { DropImageGatewayType } from '../types/dropImage'; | ||
export declare const DROP_IMAGE_QUERY = "\n query PaginatedDrops($id: Int!) {\n drops(where: { id: { _eq: $id } }) {\n image_url\n drop_image {\n gateways {\n type\n url\n }\n }\n }\n }\n"; | ||
export declare const DROP_IMAGE_QUERY = "\n query DropImage($id: Int!) {\n drops(where: { id: { _eq: $id } }) {\n image_url\n drop_image {\n gateways {\n type\n url\n }\n }\n }\n }\n"; | ||
export interface DropImageGatewayResponse { | ||
@@ -4,0 +4,0 @@ type: DropImageGatewayType; |
@@ -114,3 +114,3 @@ (function (global, factory) { | ||
const DROP_IMAGE_QUERY = ` | ||
query PaginatedDrops($id: Int!) { | ||
query DropImage($id: Int!) { | ||
drops(where: { id: { _eq: $id } }) { | ||
@@ -117,0 +117,0 @@ image_url |
import { DropImageGatewayType } from '../types/dropImage'; | ||
export declare const DROP_IMAGE_QUERY = "\n query PaginatedDrops($id: Int!) {\n drops(where: { id: { _eq: $id } }) {\n image_url\n drop_image {\n gateways {\n type\n url\n }\n }\n }\n }\n"; | ||
export declare const DROP_IMAGE_QUERY = "\n query DropImage($id: Int!) {\n drops(where: { id: { _eq: $id } }) {\n image_url\n drop_image {\n gateways {\n type\n url\n }\n }\n }\n }\n"; | ||
export interface DropImageGatewayResponse { | ||
@@ -4,0 +4,0 @@ type: DropImageGatewayType; |
{ | ||
"name": "@poap-xyz/drops", | ||
"version": "0.1.4-beta-v1", | ||
"version": "0.1.4", | ||
"description": "Drops module for the poap.js library", | ||
@@ -34,4 +34,3 @@ "main": "dist/cjs/index.cjs", | ||
"@poap-xyz/utils": "0.1.0" | ||
}, | ||
"stableVersion": "0.1.4" | ||
} | ||
} |
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
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
136832