25. ミューテーション:"Field"に紐づく"Note"を保存
mutation SaveNoteAttachedToField {
saveNote(input:{
fieldUuid: "d31240db-98e6-4cb0-b0a8-97ffe00f5e0d",
centroid: {
latitude: 51.177747,
longitude: -113.533613
},
type: PLANNED,
comment: "区画に添付されたテストノート"
} ) {
uuid
fieldUuid
centroid {
latitude
longitude
}
作成日
updatedDate
タイプ
comment
}
}最終更新
役に立ちましたか?