GraphQL - Mutations
Find the mistake in this delete mutation:mutation { deletePost(postId: "abc") { success message } }
Server returns error: Field 'message' not found on type 'DeletePostResponse'
Find the mistake in this delete mutation:mutation { deletePost(postId: "abc") { success message } }
Server returns error: Field 'message' not found on type 'DeletePostResponse'
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions