samandarr
09/08/2017, 7:27 AMsamandarr
09/08/2017, 8:43 AMfreder
09/08/2017, 9:59 AMCREATE
permissions are?agartha
09/08/2017, 10:18 AMsamandarr
09/08/2017, 10:39 AMexport DEBUG=graphcool
and rerunning the command.
* Open an issue on GitHub: https://github.com/graphcool/graphcool-cli.
* Get in touch if you need help: http://slack.graph.cool/
â ´ You need to authenticate. Your browser will open shortly...raven@2.1.2 alert: failed to send exception to sentry: Socket timed out on request to sentry.io`samandarr
09/08/2017, 10:40 AMsamandarr
09/08/2017, 10:40 AMsamandarr
09/08/2017, 11:23 AMmeikoudras
09/08/2017, 12:41 PMmeikoudras
09/08/2017, 12:42 PMmeikoudras
09/08/2017, 12:42 PMmeikoudras
09/08/2017, 12:42 PMlastmjs
09/08/2017, 3:34 PMPieter
09/08/2017, 4:36 PMstring
. I know there's no way of you to know right now that the string is in fact a email, but maybe add email as a type (or just a checkbox somewhere on the settings to say this sting is an email address) and then in server-side subscriptions instead of defaulting the example value to string
it defaults to the logged in user's email (the user logged into the console via github or whatever auth0 account)gabe
09/08/2017, 4:52 PMMicrosoft Azure
for User management (users, roles, groups)
and Server deployment Ubuntu VM
can we use graph.cool
in this setup?
2) we already have a relay
compliant graphQL
server. How much will be the migration effort? can we reuse the existing code?gabe
09/08/2017, 4:53 PMamejia49
09/08/2017, 6:36 PMamejia49
09/08/2017, 7:31 PMdardub
09/08/2017, 8:51 PMsubscription {
Project(filter: {
mutation_in: [CREATED]
}) {
updatedFields
node {
id
}
}
}
But it's not invoking the function. Anyone see what I'm doing wrong? It's been about 10 min since I created a few new Project records.lastmjs
09/08/2017, 10:10 PMhristoeftimov
09/08/2017, 10:44 PMComment
table. And works fine. Here is it:
subscription getPostComments {
Comment {
node {
content
}
}
}
The problem is that I am subscribed to any comments for all posts. I want to create a subscription for the current post đ How to filter that? I exported the schema and unfortunately I donât see the type Subscriptions
. How to do that ?lastmjs
09/08/2017, 11:44 PMlastmjs
09/09/2017, 2:56 AMlastmjs
09/09/2017, 3:00 AMFetchError: request to <https://api.graph.cool/simple/v1/cj7cmhity0g5u0108ta01f6lt/> failed, reason: socket hang up
lastmjs
09/09/2017, 3:00 AManton-b
09/09/2017, 12:37 PMAnand Parhi
09/09/2017, 1:33 PMAnand Parhi
09/09/2017, 1:33 PMAnand Parhi
09/09/2017, 1:34 PM