INTERFACE

ObjectWithAttributes

link GraphQL Schema definition

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