Maslov
11/25/2017, 6:06 AMborisgefter
11/25/2017, 7:14 AMeliezedeck
11/25/2017, 11:26 AMgraphcool local up
seem to have no path to upgrading the stack, and what's really important: not clear where and how the encapsulated MySQL data is supposed to live. @nilan mind sheding some light on this?alexanbj
11/25/2017, 11:49 AMSteven Sacks
11/25/2017, 12:32 PMThe component-based approach of React Router v4 does not readily allow for aggregating the data requirements for nested routes, and as such does not readily permit an approach that will avoid request waterfalls from nesting QueryRenderer components.
iamclaytonray
11/25/2017, 1:44 PMAsPrO
11/25/2017, 2:23 PMpaulquappe
11/25/2017, 3:30 PMpaulquappe
11/25/2017, 3:30 PMpicosam
11/25/2017, 3:34 PMpicosam
11/25/2017, 4:53 PMproteus
11/25/2017, 5:03 PMgraphcool-lib
?qsys
11/25/2017, 6:45 PMtype Roles {
id: String!
roles: [String]
}
extend type Query {
roles(id: String): Roles
}
inline code:
module.exports = function(event) {
const id = event.data.id
const roles = ["somerole"]
return {
data: {
id: id,
roles: roles}}
}
qsys
11/25/2017, 6:46 PMqsys
11/25/2017, 6:46 PMqsys
11/25/2017, 6:47 PMqsys
11/25/2017, 6:51 PMPedro Jardim
11/25/2017, 9:16 PMmj
11/26/2017, 12:06 AMgraphcool local up
how can I find the available graphql endpoint?
Iāve tried localhost:60000/graphql and :60050/graphqlersherr
11/26/2017, 12:38 AMersherr
11/26/2017, 12:39 AMtheory
11/26/2017, 1:25 AMtheory
11/26/2017, 1:26 AMckelley
11/26/2017, 1:44 AMiamclaytonray
11/26/2017, 1:50 AMrein
11/26/2017, 10:56 AMrein
11/26/2017, 10:58 AMrein
11/26/2017, 10:58 AMquery readNotification($user_id: ID) {
SomeNotificationExists(filter: {AND: [{sender: {id_not: $user_id}}, {receiver: {id: $user_id}}]})
}
rein
11/26/2017, 12:20 PMrein
11/26/2017, 12:20 PM