notrab
08/01/2017, 10:05 PMpoole_party
08/01/2017, 11:41 PMGET <http://subscriptions.us-west-2.graph.cool:443/v1/<my_endpoint>> net::ERR_CONNECTION_RESET
poole_party
08/01/2017, 11:43 PMpoole_party
08/01/2017, 11:44 PMconst wsClient = new SubscriptionClient('<wss://subscriptions.us-west-2.graph.cool/v1/<my_endpoint>', { reconnect: true }, WebSocket)
codymccodeface
08/02/2017, 12:02 AMcodymccodeface
08/02/2017, 1:49 AMgabrielrotbart
08/02/2017, 2:27 AMget-graphql-schema
to understand all the query types I have access to. I noticed a lot of inputs are constructing odd names like:
input SeasonshowShow {
name: String!
seasonsIds: [ID!]
seasons: [SeasonshowShowseasonsSeason!]
}
Is there a place I can learn more about graph.cool query types and how they’re constructed?ming
08/02/2017, 2:38 AMgabrielrotbart
08/02/2017, 2:38 AMpoole_party
08/02/2017, 2:56 AMmj
08/02/2017, 5:15 AMtype User implements Node {
age: [String!]! @select(options: ["old", "young"])
}
matty
08/02/2017, 5:31 AMmatty
08/02/2017, 5:32 AMmatty
08/02/2017, 5:32 AMmatty
08/02/2017, 5:37 AMshawn.liu
08/02/2017, 5:57 AMTimed out after 30sec. Connection couldn't be established.
? , i have made changes followed <https://github.com/graphcool/chromeless/issues/99>
schickling
08/02/2017, 8:03 AMnotrab
08/02/2017, 8:04 AMshawn.liu
08/02/2017, 8:43 AMoffline
directly , anybody have similar issues ?kitze
08/02/2017, 8:50 AMwallslide
08/02/2017, 9:27 AMPieter
08/02/2017, 1:24 PMPieter
08/02/2017, 1:27 PMnew
and it should query my Graphcool endpoint for all cities matching the word "new" and return ["New York", "Newport Beach"]
Pieter
08/02/2017, 1:27 PMcontains
?kitze
08/02/2017, 1:29 PMPieter
08/02/2017, 1:29 PMPieter
08/02/2017, 1:30 PMfilter:{title_in: []}
in the docs, but could not find somehting like title_contains
frankspin
08/02/2017, 1:30 PMsenorcodecat
08/02/2017, 1:33 PMdavidpanzarella
08/02/2017, 3:20 PM