Skip to main content

customer

Returns a customer by ID.

customer(
id: ID!
): Customer

Arguments

customer.id ● ID! non-null scalar

ID of the customer to retrieve.

Type

Customer object

Represents a customer in the system.