34. Fråga: Hämta en vald "Note" med alla "Comments"
fråga getNotes {
getFarms(farmUuids: ["d2bf8ef5-cde0-4500-b931-2edd0fb40781"]) {
uuid
fields(fieldUuids: ["d31240db-98e6-4cb0-b0a8-97ffe00f5e0d"]) {
uuid
namn
notes(noteUuids: ["53547188-f37c-4d65-9733-f7de4be28e5b"]) {
uuid
typ
kommentarer {
uuid
text
skapadDatum
}
}
}
}
}Previous33. Fråga: Hämta "Notes" relaterade till "SoilDataset" och typNext35. Mutation: Lägg till "Comment" till den valda "Note"
Last updated
Was this helpful?