GitHub

ShopifyNode

interface

import { ShopifyNode } from '@daffodil/driver/shopify'

An object with an ID field to support global identification, in accordance with the Relay specification. This interface is used by the node and nodes queries.

interface ShopifyNode {
  id: string
}

Properties

id
string

A globally-unique ID.