be4r
07/07/2017, 5:13 PMjony
07/07/2017, 6:21 PMpeterp
07/07/2017, 10:43 PMpeterp
07/07/2017, 10:43 PMclaym
07/07/2017, 10:44 PMclaym
07/07/2017, 10:45 PMclaym
07/07/2017, 10:45 PMclaym
07/07/2017, 11:05 PMckelley
07/08/2017, 2:52 AMcandril
07/08/2017, 9:27 AMgeorgelovegrove
07/08/2017, 10:15 AMmatty
07/08/2017, 12:09 PMsamjbmason
07/08/2017, 9:46 PMPost
& the dfeault `User `and hve a relation setup of a 1(User) to n(Posts) Im trying to create the Post and a User at the same time with createPost
but in the playground it's saying I have to add UserId
samjbmason
07/08/2017, 9:46 PMauser
07/09/2017, 12:17 AMauser
07/09/2017, 12:28 AMauser
07/09/2017, 12:30 AMrafaelcorreiapoli
07/09/2017, 3:46 AMrafaelcorreiapoli
07/09/2017, 3:47 AMrafaelcorreiapoli
07/09/2017, 3:47 AMsebd
07/09/2017, 3:06 PMquery {
allUsers(filter: {
name:"seb"
}) {
id
email
userType
}
}
but this doesn't: query {
allUsers(filter: {
userType:ADMIN
}) {
id
email
userType
}
}
even though userType is registered finespences10
07/09/2017, 4:54 PMspences10
07/09/2017, 4:55 PMspences10
07/09/2017, 4:55 PMspences10
07/09/2017, 4:56 PMspences10
07/09/2017, 4:56 PMspences10
07/09/2017, 4:57 PMspences10
07/09/2017, 4:57 PMspences10
07/09/2017, 4:57 PMspences10
07/09/2017, 5:09 PM