2017-04-24 58 views

回答

0

您可以打開nested mutation各地:

mutation { 
    createUser(posts: [{ 
    text: "This is a post!" 
    }]) { 
    id 
    } 
} 

我以爲這是一個一個一對多關係和領域被稱爲posts

相關問題