GitHub

Node

import { Node } 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.

type Node = {
    id: Scalars['ID']['output'];
}