GitHub

ShopifyMetaobjectEdge

interface

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

An auto-generated type which holds one Metaobject and a cursor during pagination.

interface ShopifyMetaobjectEdge {
  __typename: "MetaobjectEdge"
  cursor: string
  node: ShopifyMetaobject
}

Properties

__typename
"MetaobjectEdge"
cursor
string

A cursor for use in pagination.

node
ShopifyMetaobject

The item at the end of MetaobjectEdge.