14 lines
189 B
GraphQL
14 lines
189 B
GraphQL
query GetGroupAttributesSchema {
|
|
schema {
|
|
groupSchema {
|
|
attributes {
|
|
name
|
|
attributeType
|
|
isList
|
|
isVisible
|
|
isHardcoded
|
|
}
|
|
}
|
|
}
|
|
}
|