pcooney10
07/28/2017, 5:37 PMjanschloss
07/28/2017, 5:38 PMjanschloss
07/28/2017, 5:44 PMdvarjun23
07/28/2017, 6:50 PMhammerspb
07/28/2017, 7:02 PMmman
07/28/2017, 7:15 PMenricenrich
07/28/2017, 7:21 PMsenorcodecat
07/28/2017, 9:34 PMbstocks
07/28/2017, 10:59 PMmartin
07/29/2017, 1:41 AM500
errors. Anyone else? Whoops. Looks like an internal server error. Please contact us from the Console (<https://console.graph.cool>) or via email (support@graph.cool) and include your Request ID: cj5oms2d0bwl00163gusr4ubu
katsgeorgeek
07/29/2017, 1:48 AMkatsgeorgeek
07/29/2017, 1:49 AMError: GraphQL error: The provided idToken is invalid. Please see <https://auth0.com/docs/tokens/id_token> for how to obtain a valid idToken
katsgeorgeek
07/29/2017, 1:49 AMjoshpitzalis
07/29/2017, 6:24 AMsamjbmason
07/29/2017, 8:11 AMsamuell
07/29/2017, 9:21 AMnotrab
07/29/2017, 12:05 PMnotrab
07/29/2017, 12:07 PM{
"attributes": {
"size": "2.1m",
"colour": "Black"
}
}
Variables are invalid JSON: Unexpected token J in JSON at position 18.🤔
matty
07/29/2017, 1:16 PMmatty
07/29/2017, 1:16 PMmatty
07/29/2017, 1:41 PMmatty
07/29/2017, 1:41 PMhavgry
07/29/2017, 4:41 PMmanhour
with a required reference to a node of type worker
. I don't understand the error message I get as I provide workerId
in the mutation. Any pointers?agartha
07/29/2017, 4:45 PMhavgry
07/29/2017, 5:35 PMrobertb
07/29/2017, 6:56 PMunion
from the graphql spec, is this correct?
What I’m trying to achieve is something like this:
post {
title
createdAt
sections {
... on Text {
body
}
... on HeroImage {
id
url
}
... on Gallery {
images {
id
url
}
}
... on Location {
name
lat
lng
}
}
}
robertb
07/29/2017, 6:57 PMyakupad
07/29/2017, 8:36 PMyakupad
07/29/2017, 8:36 PMyakupad
07/29/2017, 8:36 PM