peteflange
01/15/2018, 10:01 PMhuv1k
01/15/2018, 10:06 PMpeteflange
01/15/2018, 10:09 PM"errors": [
{
"message": "Argument 'team' expected type 'PlayerteamTeam' but got: {id: \"cjcgr17zyfkne0128xhlapwo2\"}. Reason: 'id' Field 'id' is not defined in the input type 'PlayerteamTeam'. (line 9, column 11):\n team: { \n ^\n (line 10, column 6):\n \tid: \"cjcgr17zyfkne0128xhlapwo2\"\n ^",
huv1k
01/15/2018, 10:11 PMteamId
not team
huv1k
01/15/2018, 10:11 PMmutation {
createPlayer(
name: "Peter Flanagan",
gamesPlayed: 1,
yellowCards: 0,
redCards: 1,
goalsScored: 4,
photo: "<http://cdn2-www.craveonline.com/assets/uploads/2017/02/bret1.png>",
teamId: "TEAMID"
) {
id
}
}
peteflange
01/15/2018, 10:15 PMhuv1k
01/15/2018, 10:15 PMhuv1k
01/15/2018, 10:15 PMpeteflange
01/15/2018, 10:16 PMpeteflange
01/15/2018, 10:16 PMhuv1k
01/15/2018, 10:21 PMpeteflange
01/15/2018, 10:37 PM