createCustomerConfigVariable
Access is permitted when any of the following condition(s) are met: 1. The signed-in User has any of the following permissions for the associated Organization: [org_manage_integrations] when 'customer' is not provided in the access function context. 2. The signed-in User has any of the following permissions for the associated Organization: [org_manage_customers, org_manage_integrations] when 'customer' is provided in the access function context. 3. The signed-in User has any of the following permissions for the access function context object 'customer': [customer_edit] when 'customer' is provided in the access function context.
CreateCustomerConfigVariableInput!)#
Input fields (Argument | Type | Description |
---|---|---|
customer | ID | The Customer the Config Variable belongs to, if any. If NULL then Organization will be specified. |
key | String! | The Key for the Config Variable |
value | String | The Value for the Config Variable |
clientMutationId | String | A unique identifier for the client performing the mutation. |