Skip to content
Gropius
Search
K
Main Navigation
Guide
Kotlin API
GraphQL
Login service
GitHub
Menu
Return to top
api-public
/
gropius.schema.mutation
/
IssueMutations
/
createLabel
createLabel
@
AutoPayloadType
(
description
=
"The created Label"
)
suspend
fun
createLabel
(
input
:
CreateLabelInput
,
dfe
:
DataFetchingEnvironment
)
:
Label
Creates a new Label on at least one Trackable. Requires MANAGE_LABELS on all provided Trackables.