40. クエリ:アカウントレベルの"Labels"を取得

「User」のすべての「Labels」を取得します。

query GetLabels {
  getLabels {
    名前
    value
  }
}

最終更新

役に立ちましたか?