79. Query: Find "Farms" by "externalKey"
Find "Farms" by the 3rd party externalKey incorporated during the "Farm" creation procedure.
query FindFarmsByExternalKey {
getFarms(externalKeys: ["<third_party_indentificator>"]) {
userUuid
uuid
name
externalKey
}
}
Last updated
Was this helpful?