Home > @infiniteobjects/shopify-data-manager > AdminTypes > Customer > hasTimelineComment
Warning: This API is now obsolete.
To query for comments on the timeline, use the events connection and a
query
argument containingverb:comment
, or look for aCommentEvent
in the__typename
of events.
Whether the merchant has added timeline comments about the customer on the customer’s page.
Signature:
hasTimelineComment: Scalars['Boolean']['output'];