For the complete documentation index, see llms.txt. This page is also available as Markdown.

79. Запит: Знайти "Farms" за "externalKey"

Знайдіть «Ферми» за зовнішнім ключем третьої сторони, доданим під час процедури створення «Ферми».

query FindFarmsByExternalKey {
  getFarms(externalKeys: ["<third_party_indentificator>"]) {
    userUuid
    uuid
    назва
    externalKey
  }
}

Останнє оновлення

Це було корисно?