Di APIsdasbor, pilih yang baru saja API Anda buat. Di Sidebar, pilih Skema. Di panel Skema, ganti konten dengan kode berikut: schema { query: Query mutation: Mutation } type Query { getPost(id: ID): Post } type Mutation { addPost( id: ID! author: String! title: String! content:...