58. Interogare: Obține "Photos" atașate la "Comments"

Obține toate „Fotografiile” legate de „Comentarii”.

interogare getFarms {
 getFarms (farmUuids: ["89196056-61e5-4bce-b676-d488d611a829"]) {
  uuid
  câmpuri {
   uuid
   nume
   note {
    uuid
    comentarii {
     uuid
     fotografii {
      uuid
      url
     }
    }
   }  
  }
 }
}
triangle-exclamation

Last updated

Was this helpful?