CreateCustomerInput Input Object
Input fields
Argument | Type | Description |
---|---|---|
name | String! | The name of the Customer, which must be unique within the scope of its Organization. |
description | String | Additional notes about the Customer. |
allowEmbeddedDesigner | Boolean | Specifies whether this Customer can use the Embedded Designer. |
labels | [String] | The labels that are associated with the object. |
externalId | String | Allows for mapping an external entity to a Prismatic record. |
clientMutationId | String | A unique identifier for the client performing the mutation. |