OBJECT
AttributeType
link GraphQL Schema definition
1 type AttributeType { 2 String! : 3 4 String! : 5 6 Boolean! : 7 8 Boolean! : 9 10 AttributeObjectType! : 11 12 # Required permission: Attribute:read 13 # 14 # All elements are always returned 15 AttributeTypeElement!]! : [ 16 17 }