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
}
id string |
|---|
A globally-unique ID. |