Return sorted labels in mutation responses.
Problem
is it possible to return new labels list in mutation response sorted in alphabetical order? ... mutation returns a list of labels with the newest labels added in the end of the list, then subscription hits in and gets labels sorted alphabetically.
Solution
Option 1. Reload the updated labels in the issuable update service.
Option 2. Sort the labels in the issuable graphql types.
Edited by euko