OBJECT

AttributeFileElement

link GraphQL Schema definition

1type AttributeFileElement implements AttributeElement {
2key: String!
3
4description: String!
5
6kind: AttributeElementKind!
7
8url: String
9
10}

link Required by

This element is not required by anyone