86. クエリ: "Farms" を取得
query FetchAllFarms {
getFarms {
uuid
userUuid
名前
farmOwnership
externalKey
ownerEmail
作成日
updatedDate
}
}query FetchAllFarmsWithFilters {
getFarms(
farmUuids:["<placeholder_of_farm_uuid>"],
externalKeys:["<placeholder_of_external_key>"]
) {
uuid
userUuid
名前
farmOwnership
externalKey
ownerEmail
作成日
updatedDate
}
}前へ85. ミューテーション: VectorAnalysisMap (ZonesMap) にレートを割り当て次へ87. ミューテーション: カスタム VectorAnalysisMap (ZonesMap) を保存
最終更新
役に立ちましたか?