UsulPro
07/12/2018, 12:37 PMUsulPro
07/12/2018, 12:40 PMemma
07/12/2018, 12:50 PMnilan
07/12/2018, 12:52 PMNick
07/12/2018, 12:52 PMPlínio Naves
07/12/2018, 12:56 PMKimo
07/12/2018, 12:57 PMprisma list
doesn't list locally deployed services on docker?Stefano T
07/12/2018, 1:50 PMscgrossman
07/12/2018, 1:52 PMPlínio Naves
07/12/2018, 1:53 PMnilan
07/12/2018, 1:53 PMsupport@graph.cool
for further information. Thanks!Nikhil
07/12/2018, 2:04 PMprolink007
07/12/2018, 2:47 PMinfo
field? Here is a link to the question i am asking on the forums. Please assist me. 😊 https://www.prisma.io/forum/t/append-to-info-to-get-additional-fields-back/3972panzupa
07/12/2018, 3:23 PMpanzupa
07/12/2018, 3:24 PMpanzupa
07/12/2018, 3:25 PMaroman
07/12/2018, 3:39 PMbrandon
07/12/2018, 3:42 PMraul
07/12/2018, 3:47 PM.catch(error => alert(error))
😛brandon
07/12/2018, 3:48 PMtry {
//some async function
} catch (error) {
toast.error(error)
}
nilan
07/12/2018, 3:49 PMSlackbot
07/12/2018, 4:03 PMsunrising
07/12/2018, 4:17 PMdev
from prod
environment variables for the graphcool.yml and the authentication scripts of a graphcool-framework project?
I think this answer is outdated: https://www.prisma.io/forum/t/1-0-different-environments-different-graphcool-yml-files/2105/2sunrising
07/12/2018, 5:38 PMPERMANENT AUTH TOKENS
from graphcool cli?oREDi
07/12/2018, 6:16 PMTeri
07/12/2018, 6:32 PMTeri
07/12/2018, 6:33 PMbrandon
07/12/2018, 8:30 PMtype Owner {
id: ID! @unique
dogs: [Dog!]!
}
type Dog {
id: ID! @unique
name: String!
owner: Owner
}
But whenever I try to do the query of
query {
dog (where: {id: "1"}) {
owner
}
}
it wants me to have a where input for the owner. Why is this the case? I know dogs can only have one owner...
I just want to receive the information of that one owner.rwatts3
07/12/2018, 9:51 PMMike
07/13/2018, 12:33 AM