2017-04-24 6 views

答えて

0

あなたはnested mutation好転することができます

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

私はそれが1対多の関係だとフィールドがpostsと呼ばれていると仮定します。

関連する問題