GraphQL - Mutations
Given the mutation below, what will be returned?
mutation {
createPost(title: "Hello") {
id
title
}
}mutation {
createPost(title: "Hello") {
id
title
}
}createPost with title "Hello" and requests id and title fields back.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions