Please post your solutions to the Nov 30 In-Class Exercise to this thread.
Best,
Chris
query {
note (id: "2") {
content
}
}
(Edited: 2022-11-30)query {
note (id: "2") {
content
}
}
(Edited: 2022-11-30) query{
note(id: "2"){
content
}
}
query {
notes (id: "2") {
content
}
}
query { note (id: "2"){ content } }
query {
note (id: "2") {
content
}
}
query { note (id: "2") { content } }
(Edited: 2022-11-30)query {
note (id: "2"){
content
}
}
(Edited: 2022-11-30)query {
note (id: "2"){
content
}
}