79. क्वेरी: "externalKey" द्वारा "Farms" खोजें
query FindFarmsByExternalKey {
getFarms(externalKeys: ["<third_party_indentificator>"]) {
userUuid
uuid
name
externalKey
}
}Last updated
Was this helpful?
query FindFarmsByExternalKey {
getFarms(externalKeys: ["<third_party_indentificator>"]) {
userUuid
uuid
name
externalKey
}
}Last updated
Was this helpful?
Was this helpful?