INTERFACE
Attribute
link GraphQL Schema definition
1 interface Attribute { 2 String! : 3 4 AttributeObjectType! : 5 6 # Required permission: Attribute:read 7 # 8 # All elements are always returned 9 AttributeElement!]! : [ 10 11 # Required permission: Attribute:read 12 AttributeType! : 13 14 }