7 lines
75 B
GraphQL
7 lines
75 B
GraphQL
fragment Label on Label {
|
|
id
|
|
title
|
|
description
|
|
color
|
|
textColor
|
|
}
|