customerUpdate
No description
customerUpdate(
id: Int!
input: UpdateCustomerInput!
): Customer!
Arguments
customerUpdate.id
● Int!
non-null scalar
Customer unique identifier
No description
customerUpdate(
id: Int!
input: UpdateCustomerInput!
): Customer!
customerUpdate.id
● Int!
non-null scalarCustomer unique identifier
customerUpdate.input
● UpdateCustomerInput!
non-null inputCustomer
object