12 lines
167 B
GraphQL
12 lines
167 B
GraphQL
query PrimaryKeyUploadPage {
|
|
mode {
|
|
isLicenseLocked
|
|
isPowerUserPanel
|
|
}
|
|
config {
|
|
license {
|
|
fileUpload
|
|
}
|
|
}
|
|
}
|