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 # 10 # Arguments 11 # where: (self-explanatory) 12 (: AssignedAttributeElementFilter): [AttributeElement!]! 13 14 # Required permission: Attribute:read 15 : AttributeType! 16 17 }