GitHub

Node

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.

import { Node } from '@daffodil/driver/shopify'
type Node = {
    id: Scalars['ID']['output'];
}
Type Options
Node { id: Scalars['ID']['output']; }