CustomerMutation

The Customer mutation root of this schema

Fields

create (CustomerCreatePayload!)

Create a new Customer.

Argument Type Description
input CustomerCreateInput!

Parameters for CustomerCreate

delete (DeletedAt!)

Delete a Customer.

Argument Type Description
input CustomerDeleteInput!

Parameters for CustomerDelete

update (CustomerUpdatePayload!)

Update a new Customer.

Argument Type Description
input CustomerUpdateInput!

Parameters for CustomerUpdate