Tags:
- API
Deprecated fields on the Customer object
The following are changes to the GraphQL Admin API's Customer object:
- The
field is renamed to. - The
andfields are replaced by. - The
field is removed. Thenotefield still exists on thecustomer. - The
field is removed. To query for comments on the timeline, use the events connection and aqueryargument containingverb:comment, or look for ain the__typenameof events.
For more information, refer to the Customer object.
Was this section helpful?