Skip to content

List Customer Notes (GraphQL)

Returns the customer's notes, newest-first, as a cursor-paginated connection.

Arguments

ArgumentTypeRequiredDescription
customerIdInt!yesThe customer whose notes to list. Unknown customer → error.

Each node carries id, _id, note, customerId, customerNotified, and createdAt.

Menu overview

See the Customer Notes overview for how notes appear on the customer screen.

All admin operations require an admin Bearer token — see Authentication.

Released under the MIT License.