8 lines
179 B
GraphQL
8 lines
179 B
GraphQL
mutation UploadPrimaryKey($input: UploadPrimaryKeyInput!) {
|
|
uploadPrimaryKey(input: $input) {
|
|
isFirstLicense
|
|
forcedPowerUserPanel
|
|
isPrimaryKey
|
|
}
|
|
}
|