15 lines
208 B
GraphQL
15 lines
208 B
GraphQL
query GetGroupAttributesSchema {
|
|
schema {
|
|
groupSchema {
|
|
attributes {
|
|
name
|
|
attributeType
|
|
isList
|
|
isVisible
|
|
isHardcoded
|
|
isReadonly
|
|
}
|
|
}
|
|
}
|
|
}
|