5 lines
80 B
GraphQL
5 lines
80 B
GraphQL
fragment AttributeWithMappingFragment on Attribute {
|
|
id
|
|
name
|
|
slug
|
|
}
|