INTERFACE
ObjectWithAttributes
link GraphQL Schema definition
1 interface ObjectWithAttributes { 2 # Required permission: Attribute:read 3 # 4 # All elements are always returned 5 # 6 # Arguments 7 # where: (self-explanatory) 8 AssignedAttributeFilter): [Attribute!]! ( : 9 10 }