Schema Documentation

OrderToCommentConnectionEdge

Description

An edge in a connection

Fields
Field NameDescription
cursor - String A cursor for use in pagination
isCustomerNote - Boolean Is this a customer note?
node - Comment! The item at the end of the edge
Example
{"cursor":"xyz789","isCustomerNote":false,"node":Comment}