namespaceLicensesCreate
Create a new namespace license.
Arguments
Name | Type | Description |
---|---|---|
clientMutationId | String | A unique identifier for the client performing the mutation. |
data | String! | The license data. |
namespaceId | NamespaceID! | The namespace ID. |
Fields
Name | Type | Description |
---|---|---|
clientMutationId | String | A unique identifier for the client performing the mutation. |
errors | [Error!]! | Errors encountered during execution of the mutation. |
namespaceLicense | NamespaceLicense | The newly created license. |