79. Query: Find "Farms" efter "externalKey"
query FindFarmsByExternalKey {
getFarms(externalKeys: ["<third_party_indentificator>"]) {
userUuid
uuid
navn
externalKey
}
}Last updated
Was this helpful?
query FindFarmsByExternalKey {
getFarms(externalKeys: ["<third_party_indentificator>"]) {
userUuid
uuid
navn
externalKey
}
}Last updated
Was this helpful?
Was this helpful?