licensesCreate
(EE only) Create a new license.
| Name | Type | Description |
|---|
clientMutationId | String | A unique identifier for the client performing the mutation. |
data | String! | The license data. |
| Name | Type | Description |
|---|
clientMutationId | String | A unique identifier for the client performing the mutation. |
errors | [Error!]! | Errors encountered during execution of the mutation. |
license | License | The newly created license. |