CreateCustomerCredentialInput Input Object
Input fields
Argument | Type | Description |
---|---|---|
authorizationMethod | ID! | The specific AuthorizationMethod used by the Credential. |
customer | ID | The Customer the Credential belongs to, if any. If NULL then Organization will be specified. |
label | String! | The name of the Credential. |
values | [InputCredentialFieldValue] | A list of InputCredentialFieldValues that contain the values for the CredentialFields. |
clientMutationId | String | A unique identifier for the client performing the mutation. |