michaelchiche
01/09/2018, 10:31 PMmatty
01/09/2018, 10:39 PMmatty
01/09/2018, 10:39 PMmatty
01/09/2018, 10:40 PMlogan
01/09/2018, 10:46 PMctx.db.mutation.updatePost()
?johnkpaul
01/09/2018, 11:02 PMallItems
query, but I can't find out how to leave off a where property on a query. Is there docs for the ctx.db.query
interface somewhere?donald
01/10/2018, 1:50 AMquery ($node_id: ID!, $user_id: ID!) {
SomeUserExists(filter: {
AND:[{
id: $user_id
},
{
id: $node_id
}
]})
}
, and the query I'm running is: query ($userId: ID!) {
User (id: $userId) {
id
}
}
, however I am continually getting an "Insufficient permissions" error. Outside of passing the wrong token, is there anything else I could be doing incorrectly here?efvaldez
01/10/2018, 6:56 AMefvaldez
01/10/2018, 6:59 AMKTITS_Tom
01/10/2018, 8:11 AMbhupendra
01/10/2018, 8:20 AMKTITS_Tom
01/10/2018, 9:05 AMsash
01/10/2018, 9:21 AMsash
01/10/2018, 9:26 AMjohn
01/10/2018, 11:37 AMDieke
01/10/2018, 1:11 PMDieke
01/10/2018, 1:22 PMjohnkpaul
01/10/2018, 3:26 PMselect * from table_name;
with no where? I want something like ctx.db.query.items.all()
fabien0102
01/10/2018, 4:04 PMgraphcool
or graphcool-framework
? what is the diff (btw when I install graphcool
I need to do graphcool-framework <mycommand>
so I'm a little bit lost ^^, and the graphcool
readme is not up to date)Lois
01/10/2018, 4:58 PMharmony
01/10/2018, 5:00 PMLois
01/10/2018, 5:00 PMpanzupa
01/10/2018, 6:07 PMpanzupa
01/10/2018, 6:07 PMTangoJuliett
01/10/2018, 6:10 PMSalar
01/10/2018, 6:23 PMSalar
01/10/2018, 6:24 PMbionicle
01/10/2018, 6:26 PMbionicle
01/10/2018, 6:27 PMmatty
01/10/2018, 8:16 PM