zammad/zammad

View on GitHub
app/frontend/shared/graphql/fragments/objectAttributeValues.graphql

Summary

Maintainability
Test Coverage
fragment objectAttributeValues on ObjectAttributeValue {
  attribute {
    name
    display
  }
  value
  renderedLink
}