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

37. क्वेरी: परिभाषित अंतराल में "SatelliteImages" प्राप्त करें

परिभाषित समय सीमा में "SatelliteImages" प्राप्त करें (पहले और बाद तिथियाँ).

फ़िल्टर पहले और बाद से संबंधित हैं AWSDate.

केवल एक फ़िल्टर का उपयोग करना संभव है.

query GetFieldSatelliteImagesWithDateFilter {
  getFarms(farmUuids: ["<placeholder_of_farm_uuid>"]) {
    uuid
    userUuid
    name
    fields(fieldUuids: ["<placeholder_of_field_uuid>"]) {
      uuid
      name
      निर्माण_तिथि
      area(unit: HECTARES)
      satelliteImages(after: "2019-06-10" before:  "2019-07-10"){
         satelliteImage{
          acquisitionDate
          provider
         }
      }
    }
  }
}

अंतिम अपडेट

क्या यह उपयोगी था?