Skip to main content

CustomerByInput

Input for querying an existing customer in the core insurance system. Only one of the fields can be provided to identify the customer.

**Note**: The customer must be associated with your broker account to be accessible.

input CustomerByInput {
ID: ID
email: Email
}

Fields

CustomerByInput.ID ● ID scalar

Internal identifier of the customer in the core insurance system. This is the most reliable way to identify a customer.

CustomerByInput.email ● Email scalar

Email address associated with the customer's account. Must match exactly the email used in their existing policies or offers.

Member Of

customer query ● updateCustomer mutation