INTERFACE
AttributeElement
link GraphQL Schema definition
1 interface AttributeElement { 2 String! : 3 4 String! : 5 6 AttributeElementKind! : 7 8 }
INTERFACE
1 interface AttributeElement { 2 String! : 3 4 String! : 5 6 AttributeElementKind! : 7 8 }