OBJECT
MappedAttribute
link GraphQL Schema definition
1 type MappedAttribute implements Attribute, Localizable { 2 Int! : 3 4 String! : 5 6 String! : 7 8 AttributeObjectType! : 9 10 # Required permission: Attribute:read 11 # 12 # All elements are always returned 13 AttributeElement!]! : [ 14 15 # Required permission: Localization:read 16 # 17 # All elements are always returned 18 # 19 # Arguments 20 # where: (self-explanatory) 21 LocalizationFilter): [Localization!]! ( : 22 23 # Required permission: Attribute:read 24 AttributeType! : 25 26 }