GitHub

ShopifyNode

Type

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

Enables global object identification following the Relay specification. Any type implementing this interface has a globally-unique id field and can be fetched directly using the node or nodes queries.

interface ShopifyNode {
  id: string
}

Properties

id
string

A globally-unique ID.