kdichev
01/13/2018, 10:36 AMEmi
01/13/2018, 11:22 AMhari mohan
01/13/2018, 11:37 AMhari mohan
01/13/2018, 11:40 AMkitze
01/13/2018, 1:03 PMgraphcool
to 1.0.0-beta4.1.1
in your package.json in order to get the UI with the tabs on the lefthoria.ancas
01/13/2018, 1:46 PMhoria.ancas
01/13/2018, 2:25 PMgraphcool cluster add
?lkbr
01/13/2018, 4:30 PMharmony
01/13/2018, 4:32 PMJoe Fazzino
01/13/2018, 4:40 PMRich
01/13/2018, 6:15 PMharmony
01/13/2018, 6:52 PMplayra
01/13/2018, 7:42 PMjohhansantana
01/13/2018, 8:12 PMharmony
01/13/2018, 8:19 PMjohhansantana
01/13/2018, 8:24 PMgraphcool deploy
it just stays there in a loop without doing anythingharmony
01/13/2018, 8:31 PMharmony
01/13/2018, 8:31 PMjohhansantana
01/13/2018, 8:50 PMjohhansantana
01/13/2018, 8:51 PMJonathan Romano
01/13/2018, 9:49 PMwindkomo
01/13/2018, 10:05 PMtype Item @model {
id: ID! @isUnique
location: Location @relation(name: "ItemLocation")
}
type Location @model {
id: ID! @isUnique
placeId: String! (this is from the google places API)
label: String!
}
Would it be possible to implement something like a custom filter with graphcool?
query {
items(filter: { location_inside: $location }) {
id
}
}
I want something like, give me all items with location inside
if an Item has location Berlin, it would be in these
any ideas?
(I’m still using the legacy console, but am willing to migrate)Jonathan Romano
01/13/2018, 10:48 PMwindkomo
01/13/2018, 10:56 PMJonathan Romano
01/14/2018, 12:25 AMuser
01/14/2018, 8:30 AMhttps://prisma.slack.com/files/U8S4QUWH2/F8SCH4Y3X/image.png▾
horia.ancas
01/14/2018, 9:27 AMMaslov
01/14/2018, 9:48 AMmutation {
removeFromUserLikes(likesPostId: "*") {
likedUsersUser {
id
}
}
}
Maslov
01/14/2018, 9:51 AMMaslov
01/14/2018, 10:31 AM