INTERFACE

AttributeElement

link GraphQL Schema definition

1interface AttributeElement {
2key: String!
3
4description: String!
5
6kind: AttributeElementKind!
7
8}