peterp
08/03/2017, 4:09 PMhavgry
08/03/2017, 4:28 PMtomhut
08/03/2017, 4:36 PMnilan
08/03/2017, 4:36 PMsimonese
08/03/2017, 4:37 PMsimonese
08/03/2017, 4:38 PMjoar
08/03/2017, 5:19 PMjoar
08/03/2017, 5:19 PMjoar
08/03/2017, 5:19 PMnilan
08/03/2017, 5:38 PMzebapy
08/03/2017, 6:14 PMfrankspin
08/03/2017, 7:18 PMsignor_busi
08/03/2017, 7:38 PMQuery does not pass validation. Violations: Cannot query field 'somefield' on type 'SomeType'
eve though I deleted the field somefield
from my schema (yes, I entered the name of the field to delete it and it doesn't show any more in my schema). I can only "solve" the problem by adding the deleted field again. Is this a known issue? Or some temporary bug?hvillain
08/03/2017, 8:22 PMhvillain
08/03/2017, 8:35 PMozymandias547
08/03/2017, 9:31 PMpatrick
08/03/2017, 9:34 PMpcooney10
08/03/2017, 9:46 PMstevewpatterson
08/04/2017, 1:39 AMstevewpatterson
08/04/2017, 1:42 AMtomahaug
08/04/2017, 8:08 AMgaddarcarlo
08/04/2017, 8:40 AMnilan
08/04/2017, 8:47 AMshanecav
08/04/2017, 8:54 AMgraphcool endpoints
in the CLI tool returns a different Subscription endpoint than clicking the "Endpoints" button from the console does. I also noticed that the endpoint shown in the console works fine, but the endpoint from the CLI isn't working. Not sure if this is related to current API issues, but thought I'd mention it.q666
08/04/2017, 9:21 AMq666
08/04/2017, 9:22 AMGraphQL error: Cannot query field "user" on type "Query"
gaddarcarlo
08/04/2017, 10:41 AMspences10
08/04/2017, 11:21 AM.graphql
file on the graphcool
CLI?frankspin
08/04/2017, 1:28 PM{
allMemberships(filter: {
user: {
id:
}
}) {
id,
role,
organization {
name
}
}
}
samjbmason
08/04/2017, 1:40 PM