OBJECT
MappedAttribute
link GraphQL Schema definition
1 type MappedAttribute implements Attribute, ObjectWithTranslations { 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 # 14 # Arguments 15 # where: (self-explanatory) 16 AssignedAttributeElementFilter): [AttributeElement!]! ( : 17 18 # Required permission: Translation:read 19 # 20 # All elements are always returned 21 # 22 # Arguments 23 # where: (self-explanatory) 24 TranslationFilter): [LanguageTranslation!]! ( : 25 26 # Required permission: Attribute:read 27 AttributeType! : 28 29 }