OBJECT
DynamicAttribute
link GraphQL Schema definition
1 type DynamicAttribute implements 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 }
link Required by
This element is not required by anyone